v1
latestOpenAPI 3.0.12026-07-26272332.0 KBGroups
List groups in your organization
get/groups
Query parameters
firstinteger
The number of elements to retrieve after the 'after' cursor location
afterstring
The starting cursor to begin searching, defaults to the beginning of the list
lastinteger
The number of elements to retrieve before the 'before' cursor location
beforestring
The starting cursor to begin searching, defaults to the end of the list
Response
Ok
Example response
{
"items": [
{
"id": "g-101",
"name": "Supply Chain Team",
"description": "Members of the supply chain management team",
"createdAt": "2025-06-01T09:00:00Z"
}
]
}