---
title: "List user organizations"
method: GET
path: "/organizations"
tags: ["Organizations"]
---

# List user organizations

`GET /organizations`

Retrieves a collection of all organizations, in which the user has membership. The response contains information about the organization `name`, `organizationId` and `timezoneId`. You can get more data about the user organizations with specifying the `cols[]` query parameter.

However, the values for parameters `license`, `serviceName` and `isPaused` are returned only for organizations in your current Make zone.

Returned organizations are sorted by the organization name in ascending order by default. You can specify sorting order with the query parameter `pg[sortBy].`

## Query parameters

- `zone` string
- `externalId` string
- `cols[]` string[]
- `pg[sortBy]` string
- `pg[offset]` integer
- `pg[sortDir]` 'asc' | 'desc'
- `pg[limit]` integer

## Response `200`

Successful response

- object
  - `organizations` object[]
    - `id` integer
    - `name` string
    - `createdAt` string, date-time
    - `serviceName` string
    - `nextReset` string, date-time
    - `lastReset` string, date-time
    - `isPaused` boolean
    - `countryId` integer
    - `timezoneId` integer
    - `deleted` boolean
    - `license` object
    - `zone` string
    - `teams` object[]
      - `id` integer
      - `name` string
    - `productName` string
    - `ssoType` string, nullable — The SSO authentication type configured for the organization. Possible values: 'oauth2', 'saml2', 'none', or null if not configured.
    - `scenarios` integer
    - `activeScenarios` integer
    - `tfaEnforced` boolean — Whether TFA is enforced for the organization.
    - `featureControls` object[]
      - `name` string
      - `enabled` boolean
  - `pg` object
    - `last` string
    - `showLast` boolean
    - `sortBy` string
    - `sortDir` string
    - `limit` integer
    - `offset` integer

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
