API
group.getMembers
GET https://group.api.rivet.gg/v1/groups/{group_id}/members
curl -X GET 'https://group.api.rivet.gg/v1/groups/{group_id}/members'

Authorizations

Authorization[header]required
string

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

group_idrequired
string

Query Parameters

anchor
string

The pagination anchor. Set to the returned anchor of this endpoint to receive the next set of items.

count
number

Amount of members to return.

watch_index
string

A query parameter denoting the requests watch index.

Response

anchor
string

The pagination anchor.

membersrequired
array

A list of group members.

watchrequired
object

Provided by watchable endpoints used in blocking loops.