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
Action | Member | Admin |
---|---|---|
View | ✅ | ✅ |
Delete | ✅ | ✅ |
Update Tag | ❌ | ✅ |
Generate Mock Data | ✅ | ✅ |
Manage API Keys | ✅ | ✅ |
Change Env Settings | ✅ | ✅ |
Environment tagged as "Production". See Environment/Data Source Tags
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
Action | Member | Admin |
---|---|---|
View | ✅ | ✅ |
Delete | ✅ | ✅ |
Update Tag | ❌ | ✅ |
Wipe Database | ✅ | ✅ |
Change Data Source Settings | ✅ | ✅ |
Data Source tagged as "Production". See Environment/Data Source Tags
Action | Member | Admin |
---|---|---|
View | ✅ | ✅ |
Delete | ❌ | ✅ |
Update Tag | ❌ | ✅ |
Wipe Database | ❌ | ❌ |
Change Data Source Settings | ❌ | ✅ |
Last updated