license-groups
license-groups
Represents a collection of license groups
JSON Example
{
"groups": [
{
"id": "string",
"licenseIds": [
"string"
],
"memberIds": [
"string"
],
"name": "string"
}
]
}