---
title: "Get Roles"
method: GET
path: "/business/v2/roles"
tags: ["Permissions"]
---

# Get Roles

`GET /business/v2/roles`

Endpoint to retrieve all `User` `Roles`.

## Response `200`

The result is an array of `UserRoles`.

- UserRoles
  - `total` integer — It represents the total number of available items in the list.
  - `results` Role[]
    - `id` string — The ID of the `Role`.
    - `name` string — The name of the `Role`.
    - `description` string — The description of the `Role`.
    - `category` string — The category of the `Role`.
    - `scopes` string[] — The scopes of the `Role`.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
