Authentication and authorization
SCIM endpoints require a Clerk JWT and organization admin privileges. The caller must be an owner or admin of the active organization.SCIM base URL
User provisioning
Endpoints
Create a user
201 Created
List users
200 OK
Deactivate a user
Group provisioning
SCIM groups can be mapped to RBAC groups by matchingdisplayName to an existing group name in your organization.
Endpoints
Create a group
201 Created
Role mapping
SCIM roles and groups are mapped to Allternit RBAC as follows:- A user’s first SCIM role
display/valueofownermaps to the organizationownerrole. adminoradministratormaps to theadminrole.- All other values map to
member. - A SCIM group whose
displayNamematches an existing RBAC group is linked viascim_group_rbac_group_mappings. - A SCIM role whose
display/valuematches an existing RBAC role name is linked viascim_user_rbac_role_mappings.
Query parameters
Error codes
Supported identity providers
Any SCIM 2.0-compliant provider can connect, including Microsoft Entra ID, Okta, OneLogin, JumpCloud, and Google Workspace.Related pages
- RBAC — Roles, groups, and workspace scoping
- Security model — Trust boundaries and data flows
- Compliance — Data retention and deletion workflows