Create Organization

POST

Creates an organization.

Request

This endpoint expects an object.
idstringOptional

Unique identifier for this organization.

environmentIdstringOptional

The environment this organization belongs to.

displayNamestringOptional

An optional human-friendly name for this organization.

externalIdstringOptional

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.

domainslist of stringsOptional

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

organizationobjectOptional

The created organization.