GET
/
role
curl --request GET \
  --url http://localhost:3370/role \
  --header 'KODOSUMI_API_KEY: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "email": "jsmith@example.com",
    "active": true,
    "operator": true
  }
]

Authorizations

KODOSUMI_API_KEY
string
header
required

Response

200
application/json

List of roles sorted by name

The response is of type object[].