Organizations
Get List of Organizations
Use this API to retrieve a list of all organizations within the organizational hierarchy.
get/api/access/v1/external/organizations
Response
OK
Example response
{
"organizationId": "123e4567-e89b-12d3-a456-426614174000",
"externalId": "ext-org-123",
"parentOrganizationId": "123e4567-e89b-12d3-a456-426614174999",
"parentExternalId": "ext-org-parent-456",
"name": "OneTrust",
"defaultApprover": "approver@onetrust.com",
"defaultLanguageCode": "en",
"description": "Privacy, Security and Third-Party Risk Software",
"children": [
{
"children": [],
"defaultApprover": "user2@onetrust.com",
"defaultLanguageCode": "en",
"description": "Global Privacy Compliance",
"externalId": "ext-org-123",
"name": "DataGuidance",
"parentExternalId": "ext-org-parent-456"
}
]
}