v1

latestOpenAPI 3.1.02026-08-041529124.1 KB
Groups

List groups

Retrieve a paginated list of user groups

get/v2/groups

Query parameters

page_afterstring

Page cursor

page_sizeinteger

Page size

Response

Successfully retrieved groups

page_afterstring

Cursor for the next page

Example response

{
  "groups": [
    {
      "created_at": "2024-01-15T08:30:00Z",
      "display_name": "Engineering Team",
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "last_refresh_at": "2024-12-01T10:15:00Z",
      "status": "ACTIVE",
      "type": "GENERAL"
    }
  ],
  "page_after": "456e7890-f12b-34c5-d678-901234567890"
}