GET
/
role
/
{name}
curl --request GET \
  --url http://localhost:3370/role/{name} \
  --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

Path Parameters

name
string
required

Role name or UUID

Response

200
application/json

Role details

The response is of type object.