Group Members
List group member
Platform API for listing group members
GET
/
applications
/
{app}
/
groups
/
{group}
/
members
Authorizations
x-rownd-app-key
string
headerrequiredThe publishable key of your application credentials. (more details)
x-rownd-app-secret
string
headerrequiredThe private secret of your application credentials. (more details)
Path Parameters
app
string
requiredRownd application ID
group
string
requiredGroup 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.
lookup_filter
string
Return resources that match this filter
Response
200 - application/json
total_results
integer
results
object[]