Skip to main content

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

https://your-collabase.ch/api/scim/v2

Authentication

SCIM endpoints authenticate via Bearer token. Generate a SCIM token in Admin → Identity Providers → SCIM Tokens.
Authorization: Bearer <scim-token>

Supported endpoints

EndpointMethodsDescription
/UsersGET, POSTList and create users
/Users/{id}GET, PATCH, PUT, DELETEManage individual users
/GroupsGET, POSTList and create groups
/Groups/{id}GET, PATCH, PUT, DELETEManage individual groups
/SchemasGETReturn SCIM schema definitions
/ServiceProviderConfigGETReturn 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).