Issue
Is it possible to modify the scope of an existing Organization Authentication Token? Currently, the scope is set to org:ci, but I would like to adjust it to include access to data from our organization and teams.
Applies To
- Users attempting to create an auth token to access Sentry's APIs
Resolution
It is not possible to modify the scope of an existing Organization Auth Token. Organization auth tokens are specifically designed for uploading source maps and use in CI environments.
To achieve access to additional data from your organization and teams, consider using Internal Integrations or User Auth Tokens. More information on the different types of auth tokens and their appropriate use cases can be found here.