v124

OpenAPI 3.1.0MITraw.githubusercontent.com2026-08-01957351.2 MB
SCIM

Create a SCIM group mapping

Create a SCIM group-to-workspace role mapping. Management key required.

post/scim/group-mappings

Request body

role'admin' | 'member' required
scim_group_idstring uuid required
workspace_idstring uuid required

Response

SCIM group mapping created

Example response

{
  "data": {
    "created_at": "2025-08-24T10:30:00.000Z",
    "id": "770e8400-e29b-41d4-a716-446655440000",
    "organization_id": "org_123456",
    "role": "member",
    "scim_group_id": "550e8400-e29b-41d4-a716-446655440000",
    "updated_at": "2025-08-24T10:30:00.000Z",
    "workspace_id": "660e8400-e29b-41d4-a716-446655440000"
  }
}