Skip to main content

GET /v2/admin/groups

Lists every group, with its id and name.

Used in flow: Find the id of the group whose policy you want to edit

Authentication: JWT (Access Token) with update:default_policy

Request

Authorization: Bearer <access_token>

Response

200 OK
[
{
"groupId": "00000000-0000-0000-0000-000000000000",
"name": "default-policy"
}
]

The response is a bare array. default-policy always exists — it is created on first start and every user joins it at registration.