Update Organization

PATCH
Updates an organization.

Path parameters

idstringRequired
ID of the organization to update.

Request

This endpoint expects an object.
idstringOptional
Unique identifier for this organization.
environmentIdstringOptional
The environment this organization belongs to.
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

This endpoint returns an object.
organizationobjectOptional
The updated organization.