SCIM 2.0 Provisioning
Collabase implements the SCIM 2.0 (RFC 7644) protocol for automated user and group lifecycle management from any compatible identity provider.Base URL
Authentication
SCIM endpoints authenticate via Bearer token. Generate a SCIM token in Admin → Identity Providers → SCIM Tokens.Supported endpoints
| Endpoint | Methods | Description |
|---|---|---|
/Users | GET, POST | List and create users |
/Users/{id} | GET, PATCH, PUT, DELETE | Manage individual users |
/Groups | GET, POST | List and create groups |
/Groups/{id} | GET, PATCH, PUT, DELETE | Manage individual groups |
/Schemas | GET | Return SCIM schema definitions |
/ServiceProviderConfig | GET | Return SCIM capability config |
Filter support
List endpoints support SCIM filter syntax:filter=userName eq "user@example.com"filter=displayName eq "Engineering"filter=externalId eq "okta-user-id"
Provider setup guides
Okta
Configure Collabase as a SCIM app in Okta.
Microsoft Entra ID
Provision users via Microsoft Entra ID (Azure AD).

