Skip to main content
Version: latest

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

(empty)

Schema

    groups

    object[]

    required

  • Array [

  • idstring

    Azure group id

    namestring

    Azure group name

  • ]

Loading...