GET rolealiases

GET/rolealiases
AuthorizationBearer <token>

Paste your JWT token here

In: header

Response Body

application/json

application/json

curl -X GET "https://loading/rolealiases"
[
  {
    "id": 0,
    "roleId": 0,
    "role": {
      "id": 0,
      "name": "string"
    },
    "name": "string"
  }
]
{
  "message": "string"
}