Skip to main content
GET
/
organizations
/
{organizationName}
/
groups
[
  {
    "organizationName": "<string>",
    "groupName": "<string>",
    "description": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
]

Path Parameters

organizationName
string
required

The unique identifier of the organization

Response

List of groups retrieved successfully

organizationName
string

The name of the organization that owns this group

groupName
string

The unique identifier for the group within the organization

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