SCIM
List SCIM group mappings
List SCIM group-to-workspace mappings for the organization. Management key required.
get/scim/group-mappings
Query parameters
offsetinteger nullable
Number of records to skip for pagination
Number of records to skip for pagination
limitinteger
Maximum number of records to return (max 100)
Example:50
Maximum number of records to return (max 100)
Response
List of SCIM group mappings
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"
}
]
}