v1
latestOpenAPI 3.1.02026-07-2295105298.6 KBTeam Management
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.
get/api/v1/groups/{group_id}/members
Response
Successful response with the list of members