GET /usergroups/{usergroup-id}/
Description
Returns information about usergroup usergroup-id
.
Endpoints
GET /usergroups/{usergroup-id}/
Returns id, name, members[active, inactive, total], owned-by
for usergroup-id
. owned-by
value will be 'admin
' if if owned by the partition admin, or the username
of the manager that owns it.
{
"id": "1",
"name": "New Users",
"members": {
"active": "14",
"inactive": "1",
"total": "15"
},
"owned-by": "admin"
}