List all role claims

Returns the list of all the role claims (permissions).

GET/v3/roles/claims
JWT

Parameters

NameTypeInDescription
roleTypestringquery

Responses

200 OK
{
  "property1": [
    "string"
  ],
  "property2": [
    "string"
  ]
}