v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Users

Get basic user and group information

Get a subset of user and group information eligible even for non-admin users

get/api/admin/user-admin/access

Response

usersGroupsBaseSchema

Example response

{
  "groups": [
    {
      "id": 1,
      "name": "unleash-e2e-7095756699593281",
      "userCount": 1,
      "rootRole": null
    }
  ],
  "users": [
    {
      "id": 4,
      "name": "unleash-e2e-user2-7095756699593281",
      "email": "unleash-e2e-user2-7095756699593281@test.com",
      "accountType": "User"
    },
    {
      "id": 1,
      "username": "admin",
      "accountType": "User"
    }
  ]
}