Organizations
Update Organization
Use this API to update the details of an existing organization within the organizational hierarchy.
put/api/access/v1/external/organizations/{externalId}
Path parameters
externalIdstring required
The external identifier of the organization.
Request body
Example request
{
"externalId": "ext-org-123",
"parentExternalId": "ext-org-parent-456",
"parentOrganizationId": "123e4567-e89b-12d3-a456-426614174002",
"defaultLanguageCode": "en",
"name": "OneTrust",
"defaultApprover": "approver@onetrust.com",
"description": "Privacy, Security and Third-Party Risk Software"
}Response
No Content