Skip to content

Scopes

Here is the list of all available access token scopes:

| Scope | Description | |-------|-------------| | default | Access to all public resources. | | user:read | Read private information of the authenticated user. | | user:update | Update the authenticated user’s profile information. | | org:create | Create new organizations. | | org:read | Read private information of organizations owned by the authenticated user. | | org:update | Update organizations owned by the authenticated user. | | org:delete | Delete organizations owned by the authenticated user. | | org:member:create | Invite new members to an organization. | | org:member:update | Update other organization member information. | | org:member:delete | Remove organization members (except the owner). | | project:create | Create or import projects. | | project:read | Read private project information. | | project:update | Update existing projects. | | project:delete | Delete projects. | | project:channel:create | Create project channels. | | project:channel:update | Update project channels. | | project:channel:delete | Delete project channels. | | project:version:create | Publish new project versions. | | project:version:update | Update existing project versions. | | project:version:delete | Delete project versions. |