SailPoint has introduced the ability to assign scopes to personal access tokens. Scopes are granular permissions you can add to personal access tokens (PATs) to create a token that has the least level of privilege needed to fulfill its function. You can check out the documentation here.
Scopes can be managed via the UI or the API. More documentation on how to manage scopes via the UI are coming soon.
By default, each PAT has the scope, sp:scopes:all , which grants access to all the rights appropriate for the user level. For example, if your user is an Admin, then the default is full permission to the API. If your user is a Cert Admin, then the default is access to just the endpoints needed by Cert Admins according to the user level matrix.
@RArroyo There isn’t a table of scope access available. Please see this section for information on how to find the scope required for each endpoint. Please be aware that many of our endpoints don’t yet have scopes and are in the process of adding them, so you may see several endpoints without a defined scope.