Get Management Groups Attached to a Connector

GET /connectors/v1.0/org/azure/management-groups/{organizationConnectorId}

An API endpoint to get all the attached management groups of a provided Azure tenant connector.

Sample: Get Attached Management GroupsSample: Get Attached Management Groups

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": []
      
}