GroupRequest
labelstringrequired
Display label of the group
permissions object[]
Array [
uidstringrequired
UID of the permission to assign to the group
]
GroupRequest
{
"label": "string",
"permissions": [
{
"uid": "string"
}
]
}
Display label of the group
UID of the permission to assign to the group
{
"label": "string",
"permissions": [
{
"uid": "string"
}
]
}