GET
/
me
/
groups
/
{group}
/
members

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token> where <token> is the user's Rownd JWT

Path Parameters

group
string
required

Group ID

Query Parameters

page_size
integer

Number of resources to return per query. Max is 100.

after
string

ID of the last resource in the previous page. If provided, the next page of results is returned beginning with this resource ID.

Response

200 - application/json
total_results
integer
results
object[]