Get License Groups Using GET

Get License Groups Using GET

Gets all license groups

Request
URI
GET
https://{api_host}/api/deployment/licenses/groups
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

List of license groups

Returns license-groups of type(s) application/json
{
    "groups": [
        {
            "id": "string",
            "licenseIds": [
                "string"
            ],
            "memberIds": [
                "string"
            ],
            "name": "string"
        }
    ]
}
groups
Optional

groups