List organization groups
Retrieves all groups within the specified organization, including metadata such as names, descriptions, and member counts.
Authorization: Requires read access to the organization. Response: Returns array of group objects with full metadata.
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_ -]+$Response
List of groups retrieved successfully
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