diff --git a/src/pages/docs/platform/account/team.mdx b/src/pages/docs/platform/account/team.mdx index 9f94267283..afe1bdc2c8 100644 --- a/src/pages/docs/platform/account/team.mdx +++ b/src/pages/docs/platform/account/team.mdx @@ -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 | - | - | ✓ | ✓ |