GroupPageResult
totalintegerrequired
Total number of items
result object[]required
Array of group items
Array [
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
]
GroupPageResult
{
"total": 0,
"result": [
{
"uid": "string",
"label": "string",
"permissions": {},
"users": {
"count": 0
}
}
]
}