---
title: "Get the list of organizations the user has access to in an application"
method: GET
path: "/organizations"
---

# Get the list of organizations the user has access to in an application

`GET /organizations`

## Query parameters

- `api-version` string, required

## Response `200`

Success

- OrganizationCollection — The paged results of organizations.
  - `value` Organization[], required — The collection of organizations.
    - `id` string — Unique ID of the organization.
    - `displayName` string — Display name of the organization.
    - `parent` string — ID of the parent of the organization.
  - `nextLink` string — URL to get the next page of organizations.

## Other responses

- `default` — An error response received from the IoT Central Service.

---

[API](https://skmtc.net/azure/apis/iotcentral-iotcentral.md) · [All operations](https://skmtc.net/azure/apis/iotcentral-iotcentral/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/iotcentral-iotcentral/revisions/565d8813cbd3/schema)
