v1

latestOpenAPI 3.0.12026-07-26272332.0 KB
Groups

Get a group by ID

get/groups/{groupId}

Path parameters

groupIdstring required

The group ID

Response

Ok

idstring

The group ID

namestring

The group name

descriptionstring

The group description

createdAtstring date-time

When the group was created

Example response

{
  "id": "g-101",
  "name": "Supply Chain Team",
  "description": "Members of the supply chain management team",
  "createdAt": "2025-06-01T09:00:00Z"
}