SSOReadyService

Creates an organization.

post/v1/organizations

Request body

idstring

Unique identifier for this organization.

environmentIdstring

The environment this organization belongs to.

displayNamestring

An optional human-friendly name for this organization.

externalIdstring

An identifier you can attach to an organization. Meant to be used to correlate an SSOReady organization to your internal equivalent concept.

External IDs are unique within an environment. No two organizations in the same environment can have the same external ID.

domainsstring[]

A list of domains that users from this organization use.

SAML connections and SCIM directories within this organization will only produce users whose email are included in domains. SSOReady will reject SAML and SCIM users that do not fall within domains.

Response

OK

Changes

Changed in 3 of the 7 revisions of this API.144

    • added the new optional request property displayName

      new-optional-request-property

    • added the optional property organization/allOf[Organization]/displayName to the response with the 200 status

      response-optional-property-added

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

      response-property-type-changed

    • removed the optional property organization/domains from the response with the 200 status

      response-optional-property-removed

    • removed the optional property organization/environmentId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property organization/externalId from the response with the 200 status

      response-optional-property-removed

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

      response-optional-property-removed

    • added Organization to the organization response property allOf list for the response status 200

      response-property-all-of-added

    • endpoint added

      endpoint-added