Update group configuration
Updates the configuration and metadata of an existing group, including description and other group-level properties.
Authorization: Requires group admin or organization modeler permissions. Validation: Updates are validated against group constraints.
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}$Body
Represents a user group for organizing users and managing group-based permissions
The name of the organization that owns this group
^[a-zA-Z0-9_ -]+$The unique identifier for the group within the organization
^(?!.*\*)(?!.*[/]).{1,70}$Human-readable description of the group's purpose and membership
ISO 8601 timestamp indicating when the group was created
ISO 8601 timestamp indicating when the group was last modified
Response
Group updated successfully
Represents a user group for organizing users and managing group-based permissions
The name of the organization that owns this group
^[a-zA-Z0-9_ -]+$The unique identifier for the group within the organization
^(?!.*\*)(?!.*[/]).{1,70}$Human-readable description of the group's purpose and membership
ISO 8601 timestamp indicating when the group was created
ISO 8601 timestamp indicating when the group was last modified