GET groups/staff/…
Retrieves the list of groups a staff user is permitted to see or manage.
Resource URL
https://www.drillster.com/api/2.1.1/groups/staff/{user_id}
Parameters
Field | Type | Description |
---|---|---|
user_id required |
String | The user ID of the staff member to find the accessible groups for. |
resultSize optional |
Integer | The maximum number of users to include in the result. If not specified, a fixed number of results is returned. Currently only a result size of 10 is supported. |
resultFrom optional |
String | The groupKey to start the paginated results from |
permission optional |
String | The permission to filter by |
Response
A 2.1.1 Groups object, containing a paginated list of groups that the given user has administrative access to.
Last updated on