List Managers of User Group
GET/index/groups/:gid/managers
List managers of a given user group. The returned member information may include optional user name and description if the user making the request is associated with the same tenancy as the group member.
The following query parameters allow customizing the listing.
Sorting
Sorting Examples
?sort_by=name
&sort_descending=true
- Query param
sort_by: the field to sort on. Possible values: name|description. Defaults toname - Query param
sort_descending: false for ascending sort order, true for descending sort order. Default: false (ascending)
Paging
Paging Examples
?start=20
&limit=10
- Query param
start: index of the first group member to retrieve. Leave empty to start from the beginning. - Query param
limit: integer specifying the number of members to return. Default: 100.
Request
Responses
- 200
- 401
- default
The regular members of the user group.
Authentication information is missing or invalid
Response Headers
WWW-Authenticate
A standard "WWW Authenticate" header of the form Basic realm="Eluvio Content Fabric API"
A generic error message.