Update SCIM Directory

Updates a SCIM directory.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired
The ID of the SCIM directory to update.

Request

This endpoint expects an object.
idstringOptional
Unique identifier for this SCIM directory.
organizationIdstringOptional
The organization this SCIM directory belongs to.
primarybooleanOptional
Whether this is the primary SCIM directory for the organization.
scimBaseUrlstringOptional
Base URL the Identity Provider uses to perform SCIM HTTP requests. SCIM base URLs are assigned by SSOReady, and need to be inputted into your customer's Identity Provider.
hasClientBearerTokenbooleanOptional
Whether this SCIM directory has a bearer token assigned. SSOReady only stores a hash of the bearer token. To get a bearer token value, you must rotate this SCIM directory's bearer token.

Response

OK
scimDirectoryobject or null
The updated SCIM directory.