Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

group_id
string<uuid>
required

The ID of the group.

Query Parameters

cursor
string

The pagination cursor value.

page_size
integer

Number of results to return per page, up to 1000. When set (or when a cursor is provided), the response contains a single page of results and a next cursor; the default page size is 200. When both page_size and cursor are omitted, the entire group membership is returned in one response with no next cursor. For large groups, prefer setting page_size and following next.

Required range: x <= 1000

Response

200 - application/json

List of users with access to this group.

results
object[]
next
string | null

The cursor with which to continue pagination if additional result pages exist.

Example:

"cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw"

previous
string | null

The cursor used to obtain the current result page.

Example:

"cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ"

Last modified on July 10, 2026