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

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

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

Gets the hierarchy settings defined at the Management Group level. Settings can only be set on the root Management Group of the hierarchy.

## Path parameters

- `groupId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK

- HierarchySettings — Settings defined at the Management Group scope.
  - `id` string — The fully qualified ID for the settings object. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000/settings/default.
  - `type` string — The type of the resource. For example, Microsoft.Management/managementGroups/settings.
  - `name` string — The name of the object. In this case, default.
  - `properties` HierarchySettingsProperties — The generic properties of hierarchy settings.
    - `tenantId` string — The AAD Tenant ID associated with the hierarchy settings. For example, 00000000-0000-0000-0000-000000000000
    - `requireAuthorizationForGroupCreation` boolean — Indicates whether RBAC access is required upon group creation under the root Management Group. If set to true, user will require Microsoft.Management/managementGroups/write action on the root Management Group scope in order to create new Groups directly under the root. This will prevent new users from creating new Management Groups, unless they are given access.
    - `defaultManagementGroup` string — Settings that sets the default Management Group under which new subscriptions get added in this tenant. For example, /providers/Microsoft.Management/managementGroups/defaultGroup

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