2.0 GroupStaff object

Represents the staff users of a group.

Example

{
  "group": "pX3rn8LnXn5QM3mzwmSXDnDYeDpsnIqsHoXEKN2N3_B",
  "total": 1,
  "groupStaffUsers": [ {
    "group": "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
String The unique ID of this group.

Example value: nYrK9udUc-UGvRS2kxaPtaB-0wzeHAJzM6vlL1te6wI
total
required
Integer The number of staff users for this group.

Example value: 1
groupStaffUsers
optional
List of 2.0 GroupStaffUser objects A list of all of the group's staff users, with their respective permissions.