---
title: "List your managed organizations"
method: GET
path: "/api/v2/org"
tags: ["Organizations"]
---

# List your managed organizations

`GET /api/v2/org`

Returns the current organization and its managed organizations in JSON:API format.

## Query parameters

- `filter[name]` string

## Response `200`

OK

- ManagedOrgsResponse — Response containing the current organization and its managed organizations.
  - `data` ManagedOrgsData, required — The managed organizations resource.
    - `id` string, uuid, required — The UUID of the current organization.
    - `relationships` ManagedOrgsRelationships, required — Relationships of the managed organizations resource.
      - `current_org` ManagedOrgsRelationshipToOrg, required — Relationship to the current organization.
        - `data` OrgRelationshipData, required — Reference to an organization resource.
          - `id` string, uuid, required — The UUID of the organization.
          - `type` 'orgs', required — The resource type for organizations.
      - `managed_orgs` ManagedOrgsRelationshipToOrgs, required — Relationship to the managed organizations.
        - `data` OrgRelationshipData[], required — List of managed organization references.
          - `id` string, uuid, required — The UUID of the organization.
          - `type` 'orgs', required — The resource type for organizations.
    - `type` 'managed_orgs', required — The resource type for managed organizations.
  - `included` OrgData[], required — Included organization resources.
    - `attributes` OrgAttributes, required — Attributes of an organization.
      - `created_at` string, date-time, required — The creation timestamp of the organization.
      - `description` string, required — A description of the organization.
      - `disabled` boolean, required — Whether the organization is disabled.
      - `modified_at` string, date-time, required — The last modification timestamp of the organization.
      - `name` string, required — The name of the organization.
      - `public_id` string, required — The public identifier of the organization.
      - `sharing` string, required — The sharing setting of the organization.
      - `url` string, required — The URL of the organization.
    - `id` string, uuid, required — The UUID of the organization.
    - `type` 'orgs', required — The resource type for organizations.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
