Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/pages/docs/platform/account/team.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,26 @@ The user that creates an Ably account is assigned the account owner role. An acc
- Admin
- Owner

Developers have view-only access to all app features, including those not listed in the following table. Only admins and the account owner can create, edit, or delete app resources.

| Permission | Developer | Billing | Admin | Owner |
|---|---|---|---|---|
| View all apps | ✓ | ✓ | ✓ | ✓ |
| View app configuration | ✓ | - | ✓ | ✓ |
| View app settings | ✓ | - | ✓ | ✓ |
| View [API keys](/docs/auth) | ✓ | - | ✓ | ✓ |
| View [integrations](/docs/platform/integrations) | ✓ | - | ✓ | ✓ |
| View [rules](/docs/channels#rules) | ✓ | - | ✓ | ✓ |
| View [queues](/docs/platform/integrations/queues) | ✓ | - | ✓ | ✓ |
| View [app statistics](/docs/metadata-stats/stats#app) | ✓ | ✓ | ✓ | ✓ |
| View [account statistics](/docs/metadata-stats/stats#account) | ✓ | ✓ | ✓ | ✓ |
| Configure own [2FA](/docs/platform/account/2fa) | ✓ | - | ✓ | ✓ |
| [Invite new users](#invite) | - | - | ✓ | ✓ |
| [Remove existing users](#remove) | - | - | ✓ | ✓ |
| Manage [API keys](/docs/auth) | - | - | ✓ | ✓ |
| Manage [integrations](/docs/platform/integrations) | - | - | ✓ | ✓ |
| Manage [rules](/docs/channels#rules) | - | - | ✓ | ✓ |
| Manage [queues](/docs/platform/integrations/queues) | - | - | ✓ | ✓ |
| Manage app configuration | - | - | ✓ | ✓ |
| Manage app settings | - | - | ✓ | ✓ |
| Create apps | - | - | ✓ | ✓ |
Expand Down