SCIM API Authentication


In this section:

All requests against the SCIM API require the SCIM secret as the bearer token.

Step 1: Add SCIM secret to header

As part of the process to enable SCIM support, you generate a secret. This secret is used in the authorization header for all API requests.

Example header

Authorization: Bearer fn5V9eazQqCGcnDq7UMUnw==:onbq-F2Q8HdyByJG6mi1yaWKcRlhrpDirVSz7o3-U8k='

Step 2: Next steps

Use the following APIs to perform provisioning and management tasks, including the bearer token in the authorization header in every request.

Users Methods Groups Methods
Add User Create Group
Get User Get Group
List Users List Groups
Update User Update Group
Delete User Delete Group
Change User Site Role Change Group Name
Change User License Status Add Group Members
  Remove Group Members