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

- `$skiptoken` string
- `$top` integer

## Parameters

- `../../../../../../common-types/resource-management/v3/types.json#/components/parameters/ApiVersionParameter` — unresolved $ref

## Response `200`

Azure operation completed successfully.

- DescendantListResult — Paged collection of DescendantInfo items
  - `value` DescendantInfo[], required — The DescendantInfo items on this page
    - `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, uri — The link to the next page of items

## Other responses

- `default` — An unexpected error response.

---

[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/2a185afab701/schema)
