Saltar al contenido principal
GET
/
v1
/
people
/
roles
Get all roles
curl --request GET \
  --url https://api.bold-factory.com/v1/people/roles \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "id": "<string>",
      "name": "<string>",
      "key": "<string>",
      "description": "<string>",
      "systemRole": true
    }
  ],
  "totalCount": 123
}

Autorizaciones

Authorization
string
header
requerido

Use a valid JWT token in the Authorization header with the format 'Bearer {token}'

Respuesta

OK

results
object[]
requerido
totalCount
integer<int32>
requerido