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

# GET /providers/Microsoft.Management/managementGroups/{groupId}

`GET /providers/Microsoft.Management/managementGroups/{groupId}`

Get the details of the management group.

## Path parameters

- `groupId` string, required

## Query parameters

- `api-version` string, required
- `$expand` 'children'
- `$recurse` boolean
- `$filter` string

## Headers

- `Cache-Control` string

## Response `200`

OK

- ManagementGroup — The management group details.
  - `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` ManagementGroupProperties — 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.
    - `roles` string[], nullable — The role definitions associated with the management group.
    - `details` ManagementGroupDetails — The details of a management group.
      - `version` number — The version number of the object.
      - `updatedTime` string, date-time — The date and time when this object was last updated.
      - `updatedBy` string — The identity of the principal or process that updated the object.
      - `parent` ParentGroupInfo — (Optional) The ID of the parent management group.
        - `id` string — The fully qualified ID for the parent management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000
        - `name` string — The name of the parent management group
        - `displayName` string — The friendly name of the parent management group.
    - `children` ManagementGroupChildInfo[], nullable — The list of children.
      - `type` '/providers/Microsoft.Management/managementGroups' | '/subscriptions' — The type of child resource.
      - `id` string — The fully qualified ID for the child resource (management group or subscription). For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000
      - `name` string — The name of the child entity.
      - `displayName` string — The friendly name of the child resource.
      - `roles` string[] — The roles definitions associated with the management group.
      - `children` ManagementGroupChildInfo[] — The list of children.

## 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)
