v13

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-04237161688.6 KB
SCIM Directories

Update a SCIM directory

Updates a SCIM directory.

patch/scim_directories/{scim_directory_id}

Path parameters

scim_directory_idstring required

The ID of the SCIM directory to update

Request body

namestring

A human-friendly name for the SCIM directory.

enabledboolean

Whether the SCIM directory is enabled.

providerstring

The identity provider for this SCIM directory.

attribute_mappingobject

Attribute-to-SCIM-path entries to merge into the directory's attribute mapping. Set a key to null to remove it from the mapping.

group_role_mapping_enabledboolean

Whether group-to-role mapping is enabled for this SCIM directory.

Response

A SCIM directory

object'scim_directory' required

String representing the object's type. Always "scim_directory".

idstring required

Unique identifier for the SCIM directory.

namestring required

A human-friendly name for the SCIM directory.

enterprise_connection_idstring nullable

The ID of the associated enterprise connection.

endpoint_urlstring required

The SCIM endpoint URL for this directory.

providerstring required

The identity provider for this SCIM directory.

enabledboolean required

Whether the SCIM directory is enabled.

group_role_mapping_enabledboolean required

Whether group-to-role mapping is enabled for this SCIM directory.

attribute_mappingobject required

Mapping of user attributes to the SCIM attribute paths they are extracted from.

api_keystring nullable

The API key for authenticating SCIM requests. Only returned when the directory is created or the key is rotated.

created_atinteger required

Unix timestamp when the SCIM directory was created.

updated_atinteger required

Unix timestamp when the SCIM directory was last updated.