Group users
List group users
Lists the users assigned to a group.
get/organization/groups/{group_id}/users
Path parameters
group_idstring required
The ID of the group to inspect.
Query parameters
limitinteger
A limit on the number of users to be returned. Limit can range between 0 and 1000, and the default is 100.
afterstring
A cursor for use in pagination. Provide the ID of the last user from the previous list response to retrieve the next page.
order'asc' | 'desc'
Specifies the sort order of users in the list.
Response
Group users listed successfully.