Get group members
Retrieves all members of a group from FGA (Fine-Grained Authorization), including users and nested groups with their membership status and roles.
Authorization: Requires read access to the group. Response: Returns array of group members with status and resource identifiers.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the organization Standard identifier pattern for resource names
^[a-zA-Z0-9_ -]+$The unique identifier of the group
Group name pattern. Allows any character except / (would split the FGA resource path — see ResourceIdentifier.parseFromFga) and * (FGA wildcard). Length cap of 70 covers both user-defined groups (max 63 chars, enforced by Validators.isValidString) and workspace-derived groups (workspace name 1-63 + "-group" suffix).
^(?!.*\*)(?!.*[/]).{1,70}$Response
Group members retrieved successfully
List of all group members (users and groups) with their status and CredibleResourceUri