Update Organization
Updates an organization.
Path parameters
id
ID of the organization to update.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
id
Unique identifier for this organization.
environmentId
The environment this organization belongs to.
displayName
An optional human-friendly name for this organization.
externalId
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.
domains
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
organization
The updated organization.