---
title: "List of child organizations"
method: GET
path: "/organizations/{organizationId}/managed-organizations"
tags: ["MMS"]
---

# List of child organizations

`GET /organizations/{organizationId}/managed-organizations`

Retrieves the collection of child organizations. If no organization found response will contain empty array in `managedOrganizations` variable.

Refer to the [MMS page](https://help.make.com/make-managed-services-mms) for Make Managed Services (MMS) overview.

## Path parameters

- `organizationId` integer, required

## Response `200`

Successful response

- object
  - `managedOrganizations` object[]
    - `organizationId` integer
    - `organizationName` string
    - `operationsAllocated` integer
    - `countryId` integer
    - `timezoneId` integer
    - `zoneId` integer
    - `zoneDomain` string
    - `zoneName` string
  - `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)
