SSOReadyService

Creates a SCIM directory.

post/v1/scim-directories

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 response's property type changed from object to no type for status

      response-property-type-changed

    • removed the request property

      request-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • added to the response property allOf list for the response status

      response-property-all-of-added

    • endpoint added

      endpoint-added