ManagementGroups

Get the details of the management group.

get/providers/Microsoft.Management/managementGroups/{groupId}

Path parameters

groupIdstring required

Management Group ID.

Query parameters

$expand'children' | 'path' | 'ancestors'

The $expand=children query string parameter allows clients to request inclusion of children in the response payload. $expand=path includes the path from the root group to the current group. $expand=ancestors includes the ancestor Ids of the current group.

$recurseboolean

The $recurse=true query string parameter allows clients to request inclusion of entire hierarchy in the response payload. Note that $expand=children must be passed up if $recurse is set to true.

$filterstring

A filter which allows the exclusion of subscriptions from results (i.e. '$filter=children.childType ne Subscription')

Headers

Cache-Controlstring

Indicates whether the request should utilize any caches. Populate the header with 'no-cache' value to bypass existing caches.

Parameters

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

Response

Azure operation completed successfully.

ManagementGroup required— unresolved $ref