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.
Documentation Index
Fetch the complete documentation index at: https://docs.athenahq.ai/llms.txt
Use this file to discover all available pages before exploring further.
The unique identifier of the group
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 Successful response with the list of members