Description | : List management groups for the authenticated user. |
Reference | : Link ¶ |
⚼ Request
GET:
/providers/Microsoft.Management/managementGroups
{
api-version:
string
,
Cache-Control:
string
,
$skiptoken:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
id:
string
,
type:
string
,
name:
string
,
properties:
}
{
,
tenantId:
string
,
displayName:
string
,
}
@nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
details:
string
,
}