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

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

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

List all entities that descend from a management group.

## Path parameters

- `groupId` string, required

## Query parameters

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

## Response `200`

OK

- DescendantListResult — Describes the result of the request to view descendants.
  - `value` DescendantInfo[] — The list of descendants.
    - `id` string, nullable — The fully qualified ID for the descendant. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 or /subscriptions/0000000-0000-0000-0000-000000000000
    - `type` string, nullable — The type of the resource. For example, Microsoft.Management/managementGroups or /subscriptions
    - `name` string — The name of the descendant. For example, 00000000-0000-0000-0000-000000000000
    - `properties` DescendantInfoProperties — The generic properties of an descendant.
      - `displayName` string, nullable — The friendly name of the management group.
      - `parent` DescendantParentGroupInfo — 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
  - `nextLink` string — The URL to use for getting the next set of results.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/azure/apis/management-microsoft-management-managementgroups.md) · [All operations](https://skmtc.net/azure/apis/management-microsoft-management-managementgroups/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/management-microsoft-management-managementgroups/revisions/8a88b7130da6/schema)
