v1

latestOpenAPI 3.1.02026-08-06236494759.4 KB
Permissions

Get Roles

Endpoint to retrieve all User Roles.

get/business/v2/roles

Response

The result is an array of UserRoles.

totalinteger

It represents the total number of available items in the list.

Example response

{
  "total": 168,
  "results": [
    {
      "id": "7bf79328-a7ae-4222-aa54-091ff7f429a7",
      "name": "superAdmin",
      "description": "The SuperAdmin role",
      "category": "The SuperAdmin role",
      "scopes": [
        "ALL"
      ]
    }
  ]
}