Retrieve a role

Retrieves the details of an existing role.

GET/v3/roles/{id}
JWT
role:read

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the role.

Responses

200 OK
{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "name": "string",
  "description": "string",
  "claims": [
    "string"
  ]
}