Adra personal access token (http)
This API uses OAuth 2.0 Bearer tokens for authentication. Before using this API, ensure that:
SCIM Feature is Enabled: Your tenant must have the SCIM feature enabled. This can be configured in:
- Tenant Details > Security Settings > SCIM Integration
Authentication Token: You can obtain a token using:
- Personal Access Tokens: Generate these tokens for "Identity" from your user account settings
⚠️ Admin Requirement: The user generating the Personal Access Token for SCIM provisioning must be an Organization Admin for the organization where SCIM automated provisioning is configured.
Once you have a token, include it in the Authorization header of your requests:
Authorization: Bearer YOUR_TOKEN_HERE
Ensure that you keep your tokens secure and do not share them publicly.