List Group Members
Returns all users with access to a group. By default, the response merges organization members (implicit access to every group in the org) and users with explicit group-member rows, tagging each entry with an access_type field (organization or group). If a user has both an org membership and a group_members row, the merged view returns them once as access_type: "organization" (org precedence).
Use the access_type query parameter to filter: ?access_type=group returns the raw group_members rows (including users who also have org access), and ?access_type=organization returns only the org’s implicit members. Requires a global API key.
Path Parameters
The unique identifier of the group
Query Parameters
Optional filter. Pass group to get only users explicitly added to this group's group_members table — a user who also has org access is still returned (raw rows, no dedup). Pass organization to get only the parent org's members. Omit the parameter to get the merged view with org-member precedence.
organization, group Response
Successful response with the list of members