---
title: "GET /providers/Microsoft.Management/managementGroups"
method: GET
path: "/providers/Microsoft.Management/managementGroups"
tags: ["ManagementGroups"]
---

# GET /providers/Microsoft.Management/managementGroups

`GET /providers/Microsoft.Management/managementGroups`

List management groups for the authenticated user.

## Query parameters

- `api-version` string, required
- `$skiptoken` string

## Headers

- `Cache-Control` string

## Response `200`

OK

- ManagementGroupListResult — Describes the result of the request to list management groups.
  - `value` ManagementGroupInfo[] — The list of management groups.
    - `id` string — The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000
    - `type` string — The type of the resource. For example, /providers/Microsoft.Management/managementGroups
    - `name` string — The name of the management group. For example, 00000000-0000-0000-0000-000000000000
    - `properties` ManagementGroupInfoProperties — The generic properties of a management group.
      - `tenantId` string — The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000
      - `displayName` string — The friendly name of the management group.
  - `nextLink` string — The URL to use for getting the next set of results.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/azure/apis/management-groups-api.md) · [All operations](https://skmtc.net/azure/apis/management-groups-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/management-groups-api/versions/8dbdf580df07/schema)
