/connectors/v1.0/org/azure/management-groups/{organizationConnectorId}
[GET]
An API endpoint to get all the attached management groups of a provided Azure tenant connector.
API request
curl --x "GET" --location 'https://<QualysGatewayURL>
"https://qualysapi.qualys.com/connectors/v1.0/org/azure/management-groups/xxxxxx
--header 'Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxx' \
--header 'Content-Type: application/json'
Response
{
"includedMembers": [
"TestingManagementGroup"
],
"excludedMembers": []
}