2.1.1 GroupStaff object
Represents the collection of managers of a group.
Example
{
"group": "pX3rn8LnXn5QM3mzwmSXDnDYeDpsnIqsHoXEKN2N3_B",
"total": 1,
"groupStaffUsers": [ {
"group": {
"id": "pX3rn8LnXn5QM3mzwmSXDnDYeDpsnIqsHoXEKN2N3_B"
},
"user": {
"type": "USER",
"id": "m3XfGV1LQhu729lfVYa_sQ",
"name": "Jane Doe",
"avatar": {
"type": "image/png",
"url": "https://www.drillster.com/bin/avatar/330b901c200be68c852c85e3a7eb31f7e938f19d"
},
"locale": "nl"
},
"permission": "MANAGE"
} ]
}
Fields
Field | Type | Description |
---|---|---|
group required |
2.1.1 Group object | The group, with its unique ID populated. |
total required |
Integer | The number of staff users for this group. Example value: 1 |
groupStaffUsers optional |
List of 2.1.1 GroupStaffUser objects | A list of all of the group's staff users, with their respective permissions. |
Last updated on