Get groups users
Gets the list of users for this group.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the group.
Query Parameters
The pagination cursor value.
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.
x <= 1000Response
List of users with access to this group.
The cursor with which to continue pagination if additional result pages exist.
"cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw"
The cursor used to obtain the current result page.
"cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ"

