Skip to main content
GET
Get group details

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationName
string
required

The unique identifier of the organization Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_ -]+$
groupName
string
required

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).

Pattern: ^(?!.*\*)(?!.*[/]).{1,70}$

Response

Group details retrieved successfully

Represents a user group for organizing users and managing group-based permissions

organizationName
string

The name of the organization that owns this group

Pattern: ^[a-zA-Z0-9_ -]+$
groupName
string

The unique identifier for the group within the organization

Pattern: ^(?!.*\*)(?!.*[/]).{1,70}$
description
string

Human-readable description of the group's purpose and membership

createdAt
string<date-time>

ISO 8601 timestamp indicating when the group was created

updatedAt
string<date-time>

ISO 8601 timestamp indicating when the group was last modified