Skip to main content

GroupResult

uidstringrequired

Unique identifier of the group

labelstringrequired

Display label of the group

permissions objectrequired

Map of permission types to permission details

property name* object
property name* object
labelstring

Label of the permission

uidstring

UID of the permission

users objectrequired
countintegerrequired

Number of users in the group

GroupResult
{
"uid": "string",
"label": "string",
"permissions": {},
"users": {
"count": 0
}
}