Skip to main content
GET
/
v2
/
groups
List all groups for a workspace (including system groups)
curl --request GET \
  --url https://api.range.org/v2/groups \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "name": "Finance",
      "is_system": false,
      "created_at": "2025-01-01T00:00:00.000Z",
      "updated_at": "2025-01-01T00:00:00.000Z",
      "workspace_id": "workspace-123"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.range.org/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Response

200 - application/json
items
object[]
required
Last modified on May 15, 2026