SCIM
Use these operations to interact with SCIM-provisioned users in Cortex.
Required permissions
Your API key must have the Configure Open ID Connector & SCIM permission.
Operations
Fetches users based on provided criteria
All requests to the Cortex API need to provide an Authorization: Bearer <token> header, where <token> is an API key created in the Settings page of your workspace.
Returns list of requested users
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
Gets a user based on provided id
All requests to the Cortex API need to provide an Authorization: Bearer <token> header, where <token> is an API key created in the Settings page of your workspace.
Returns requested user data
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
Creates a user based on provided data.
All requests to the Cortex API need to provide an Authorization: Bearer <token> header, where <token> is an API key created in the Settings page of your workspace.
Returns created user data
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
Updates a user based on provided id and data
All requests to the Cortex API need to provide an Authorization: Bearer <token> header, where <token> is an API key created in the Settings page of your workspace.
Returns updated user data
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
Replaces user details based on provided id and data
All requests to the Cortex API need to provide an Authorization: Bearer <token> header, where <token> is an API key created in the Settings page of your workspace.
Returns patched user data
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
Deletes a user based on provided id
All requests to the Cortex API need to provide an Authorization: Bearer <token> header, where <token> is an API key created in the Settings page of your workspace.
Returns deleted user data
The client has exceeded the rate limit by performing too many requests in a short period. Retry the request after a delay.
Last updated
Was this helpful?