v1

latestOpenAPI 3.0.02026-07-26117198177.4 KB
Groups

List all groups for a workspace (including system groups)

get/v2/groups

Response

Example response

{
  "items": [
    {
      "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "workspace_id": "workspace-123",
      "name": "Finance",
      "created_at": "2025-01-01T00:00:00.000Z",
      "updated_at": "2025-01-01T00:00:00.000Z"
    }
  ]
}