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

ListMappings

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

Example Usage

Parameters

Response

*operations.ListScimGroupMappingsResponse, error

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, error

Errors

Delete

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

Example Usage

Parameters

Response

*components.DeleteScimGroupMappingResponse, error

Errors

Read

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

Example Usage

Parameters

Response

*components.GetScimGroupMappingResponse, error

Errors

Update

Update a SCIM group mapping role. Management key required.

Example Usage

Parameters

Response

*components.UpdateScimGroupMappingResponse, error

Errors

ListGroups

List SCIM groups for the organization. Management key required.

Example Usage

Parameters

Response

*operations.ListScimGroupsResponse, error

Errors

CreateSyncJob

Start a SCIM directory sync. Management key required.

Example Usage

Parameters

Response

*operations.CreateScimSyncJobResponse, error

Errors

GetSyncJob

Get SCIM directory sync status. Management key required.

Example Usage

Parameters

Response

*components.GetScimSyncJobResponse, error

Errors