v13

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

Create a SCIM directory

Create a new SCIM directory for the instance.

post/scim_directories

Request body

enterprise_connection_idstring required

The ID of the enterprise connection to associate with this SCIM directory.

namestring

A human-friendly name for the SCIM directory.

providerstring required

The identity provider 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.