Back to API overview
SCIM
SCIM 2.0
SCIM 2.0 provisioning for automated user and group sync from your identity provider. Base path: /api/os/scim/v2 on your app domain.
SCIM 2.0 provisioning for automated user and group sync from your identity provider. Base path: /api/os/scim/v2 on your app domain.
SCIM requests use a bearer token configured in the dashboard — not an API key. Send
Authorization: Bearer scim-token with Content-Type: application/scim+json.GET
/UsersList provisioned users (SCIM 2.0 Users resource).
Request Headers
| Param | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | SCIM bearer token from the dashboard |
| Content-Type | string | No | Use application/scim+json for SCIM requests |
Query Parameters
| Param | Type | Required | Description |
|---|---|---|---|
| filter | string | No | SCIM filter expression, e.g. userName eq "[email protected]" |
POST
/UsersProvision a new user via SCIM.
Request Headers
| Param | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | SCIM bearer token from the dashboard |
| Content-Type | string | No | Use application/scim+json for SCIM requests |
Request Body
| Param | Type | Required | Description |
|---|---|---|---|
| userName | string | Yes | User email address |
| displayName | string | No | Display name |
| active | boolean | No | Whether the user is active |
GET
/GroupsList provisioned groups (SCIM 2.0 Groups resource).
Request Headers
| Param | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | SCIM bearer token from the dashboard |
| Content-Type | string | No | Use application/scim+json for SCIM requests |
POST
/GroupsCreate a group via SCIM.
Request Headers
| Param | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | SCIM bearer token from the dashboard |
| Content-Type | string | No | Use application/scim+json for SCIM requests |
Full SCIM 2.0 paths are relative to your provisioned endpoint URL shown in the dashboard:
https://your-app.com/api/os/scim/v2/Users