List group members
Members
List group members
List members in a group.
GET
List group members
Returns the members of a group, including each member’s participant ID,Documentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
role (ADMIN or MEMBER), and status. Results are paginated.
Former members who have been removed are assigned a LEFT status and are excluded from the response by default. To include them, pass include_former=true. This is useful for audit trails or understanding group membership history.
For usage patterns and examples, see the Groups guide.
Authorizations
API key passed in the X-API-Key header.
Path Parameters
Group ID
Query Parameters
Maximum number of results (default 50, max 200)
Required range:
x >= 1Pagination cursor from previous response
Include former members (LEFT)