GroupRequest
labelstringrequired
Display label of the group
Example:
Project Managerspermissions object[]
Array [
uidstringrequired
UID of the permission to assign to the group
Example:
019619df-4768-76b3-8ab3-4414dcf29ff1]
GroupRequest
{
"label": "Project Managers",
"permissions": [
{
"uid": "019619df-4768-76b3-8ab3-4414dcf29ff1"
}
]
}