Skip to main content

Overview

Management endpoints for SCIM group-to-workspace mappings, authenticated with a management key. These are not the SCIM 2.0 connector endpoints for your identity provider. In your identity provider, enter the SCIM endpoint URL shown when you enable provisioning under Settings > Members > SCIM Mappings. See https://openrouter.ai/docs/guides/features/scim-mappings#set-up-provisioning.

Available Operations

list_mappings

List SCIM group-to-workspace mappings for the organization. Management key required.

Example Usage

Parameters

Response

operations.ListScimGroupMappingsResponse

Errors

create

Create a SCIM group-to-workspace role mapping. Creating a mapping that already exists with the same role succeeds and re-applies the mapping to the group members. Requesting a different role for an existing mapping returns 409. Management key required.

Example Usage

Parameters

Response

components.CreateScimGroupMappingResponse

Errors

delete

Delete a SCIM group-to-workspace mapping. Management key required.

Example Usage

Parameters

Response

components.DeleteScimGroupMappingResponse

Errors

read

Get a SCIM group-to-workspace mapping. Management key required.

Example Usage

Parameters

Response

components.GetScimGroupMappingResponse

Errors

update

Update a SCIM group mapping role. Management key required.

Example Usage

Parameters

Response

components.UpdateScimGroupMappingResponse

Errors

list_groups

List SCIM groups for the organization. Management key required.

Example Usage

Parameters

Response

operations.ListScimGroupsResponse

Errors

create_sync_job

Start a SCIM directory sync. Management key required.

Example Usage

Parameters

Response

operations.CreateScimSyncJobResponse

Errors

get_sync_job

Get SCIM directory sync status. Management key required.

Example Usage

Parameters

Response

components.GetScimSyncJobResponse

Errors