SCIM
SCIM 2.0 compliant API for provisioning and managing users. All /scim/v2
endpoints authenticate with a partner SCIM API key as a bearer token and
require the partner's scim_api scope. Responses use the
application/scim+json media type.
📄️ List users
Return a paginated, optionally filtered and sorted list of users that
📄️ Create a user
Provision a new user for the partner the SCIM key is bound to.
📄️ Retrieve a user
Retrieve a single user by id. The user must belong to the partner the SCIM key is bound to.
📄️ Replace a user
Replace a user's attributes. Attributes omitted from the request are
📄️ Update a user
Apply a SCIM PATCH operation set to a user.
📄️ Deactivate a user
Soft-delete (deactivate) a user. The user must belong to the partner the SCIM key is bound to.
📄️ Bulk operations
Apply up to 100 user operations in a single request. Each operation is a
📄️ List supported schemas
Discovery endpoint listing the supported SCIM schemas: the Core User,
📄️ Retrieve a schema
Retrieve a single schema definition by its URN.
📄️ List resource types
Discovery endpoint listing the supported resource types. The `User`
📄️ Retrieve service provider configuration
Discovery endpoint describing the SCIM features supported by the service