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

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

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

Retrieves details about all subscriptions which are associated with the management group.

## Path parameters

- `groupId` string, required

## Query parameters

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

## Response `200`

OK

- ListSubscriptionUnderManagementGroup — The details of all subscriptions under management group.
  - `value` SubscriptionUnderManagementGroup[] — The list of subscriptions.
    - `id` string — The fully qualified ID for the subscription. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000/subscriptions/0000000-0000-0000-0000-000000000001
    - `type` string — The type of the resource. For example, Microsoft.Management/managementGroups/subscriptions
    - `name` string — The stringified id of the subscription. For example, 00000000-0000-0000-0000-000000000000
    - `properties` SubscriptionUnderManagementGroupProperties — The generic properties of subscription under a management group.
      - `tenant` string — The AAD Tenant ID associated with the subscription. For example, 00000000-0000-0000-0000-000000000000
      - `displayName` string — The friendly name of the subscription.
      - `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
      - `state` string — The state of the subscription.
  - `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/versions/8a88b7130da6/schema)
