---
title: "Get List of Organizations"
method: GET
path: "/api/access/v1/external/organizations"
tags: ["Organizations"]
---

# Get List of Organizations

`GET /api/access/v1/external/organizations`

Use this API to retrieve a list of all organizations within the organizational hierarchy.

## Response `200`

OK

- PlatformAccessManagementOrganizationExternalBasicDetailResponse
  - `organizationId` string, uuid — The unique identifier of the organization.
  - `externalId` string — The external identifier of the organization.
  - `parentOrganizationId` string, uuid — The unique identifier of the parent organization.
  - `parentExternalId` string — The external identifier of the parent organization.
  - `name` string — The name of the organization.
  - `defaultApprover` string — The email address of the default approver for the organization.
  - `defaultLanguageCode` string — The ISO language code for the organization's default language (for example: en, fr, de, es, zh).
  - `description` string — A brief description of the organization.
  - `children` object[] — The list of child organizations in the hierarchy.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
