SSOReadyService

Updates a SCIM directory.

patch/v1/scim-directories/{id}

Path parameters

idstring required

The ID of the SCIM directory to update.

Request body

idstring

Unique identifier for this SCIM directory.

organizationIdstring

The organization this SCIM directory belongs to.

primaryboolean

Whether this is the primary SCIM directory for the organization.

scimBaseUrlstring

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.

hasClientBearerTokenboolean

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

Changes

Changed in 2 of the 7 revisions of this API.172

  • 9a895b843207171See the full diff
    • the scimDirectory response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • removed the request property clientBearerToken

      request-property-removed

    • removed the optional property scimDirectory/clientBearerToken from the response with the 200 status

      response-optional-property-removed

    • removed the optional property scimDirectory/hasClientBearerToken from the response with the 200 status

      response-optional-property-removed

    • removed the optional property scimDirectory/id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property scimDirectory/organizationId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property scimDirectory/primary from the response with the 200 status

      response-optional-property-removed

    • removed the optional property scimDirectory/scimBaseUrl from the response with the 200 status

      response-optional-property-removed

    • added SCIMDirectory to the scimDirectory response property allOf list for the response status 200

      response-property-all-of-added

    • endpoint added

      endpoint-added