> For the complete documentation index, see [llms.txt](https://docs.neurelo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neurelo.com/getting-started/dashboard/user-management/permissions-member-v-s-admin.md).

# Permissions (Member v/s Admin)

## Roles/Permissions

When you invite another user into your organization, you can decide whether they should have an **admin** or a **member** role within the organization. This choice determines what exactly they are allowed to do. Below is a list of these permissions.

✅ = Permitted

❌ = Not Permitted

### Organization-Level

| Action              | Member | Admin |
| ------------------- | ------ | ----- |
| Create project      | ✅      | ✅     |
| Manage memberships  | ❌      | ✅     |
| Manage billing      | ❌      | ✅     |
| Change Org Settings | ❌      | ✅     |

### Project-Level

| Action             | Member | Admin |
| ------------------ | ------ | ----- |
| Delete             | ✅      | ✅     |
| Create Data Source | ✅      | ✅     |
| Create Environment | ✅      | ✅     |
| Update schema      | ✅      | ✅     |

### Environment-Level

* Environment **not** tagged as "**Production**". See [Environment/Data Source Tags](/guides/environment-data-source-tags.md)

<table><thead><tr><th width="298">Action</th><th>Member</th><th>Admin</th></tr></thead><tbody><tr><td>View</td><td>✅</td><td>✅</td></tr><tr><td>Delete</td><td>✅</td><td>✅</td></tr><tr><td>Update Tag</td><td>❌</td><td>✅</td></tr><tr><td>Generate Mock Data</td><td>✅</td><td>✅</td></tr><tr><td>Manage API Keys</td><td>✅</td><td>✅</td></tr><tr><td>Change Env Settings</td><td>✅</td><td>✅</td></tr></tbody></table>

* Environment tagged as "**Production**".  See [Environment/Data Source Tags](/guides/environment-data-source-tags.md)

| Action              | Member | Admin |
| ------------------- | ------ | ----- |
| View                | ✅      | ✅     |
| Delete              | ❌      | ✅     |
| Update Tag          | ❌      | ✅     |
| Generate Mock Data  | ❌      | ❌     |
| Manage API Keys     | ❌      | ✅     |
| Change Env Settings | ❌      | ✅     |

### Data Source-Level

* Data Source **not** tagged as "**Production**". See [Environment/Data Source Tags](/guides/environment-data-source-tags.md)

<table><thead><tr><th width="298">Action</th><th>Member</th><th>Admin</th></tr></thead><tbody><tr><td>View</td><td>✅</td><td>✅</td></tr><tr><td>Delete</td><td>✅</td><td>✅</td></tr><tr><td>Update Tag</td><td>❌</td><td>✅</td></tr><tr><td>Wipe Database</td><td>✅</td><td>✅</td></tr><tr><td>Change Data Source Settings</td><td>✅</td><td>✅</td></tr></tbody></table>

* Data Source tagged as "**Production**". See [Environment/Data Source Tags](/guides/environment-data-source-tags.md)

<table><thead><tr><th width="298">Action</th><th>Member</th><th>Admin</th></tr></thead><tbody><tr><td>View</td><td>✅</td><td>✅</td></tr><tr><td>Delete</td><td>❌</td><td>✅</td></tr><tr><td>Update Tag</td><td>❌</td><td>✅</td></tr><tr><td>Wipe Database</td><td>❌</td><td>❌</td></tr><tr><td>Change Data Source Settings</td><td>❌</td><td>✅</td></tr></tbody></table>
