Overview
This article details what scopes are required when calling the endpoint GET /api/v2/connections/{id}/scim-configuration/tokens
using the SCIM scopes: read:scim_config, create:scim_config, update:scim_config, delete:scim_config, create:scim_token, read:scim_token.
Applies To
- SCIM Configurations
- SCIM Tokens
- Connections
Solution
This endpoint requests information about the token, so the necessary scopes are the following:
- get:users
- post:users
- put:users
- patch:users
- delete:users
Additionally, it defaults to the scopes supported by a given connection type (or “all” if the type is generic).