Retrieves a list of Azure groups
GET/v1/clouds/azure/groups
Retrieves a list of Azure groups
Request
Query Parameters
cloudAccountUid string
Uid for the specific Azure cloud account
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- ] 
groups
object[]
required
idstring
Azure group id
namestring
Azure group name
{
  "groups": [
    {
      "id": "string",
      "name": "string"
    }
  ]
}
Loading...