latestOpenAPI 3.0.32026-08-0613775357.6 KB
e4c439ac13f2
roles
Fetch role
Returns the role with the matching ID.
get/roles/{role_id}
Path parameters
role_idinteger required
The ID of the role.
Response
The matching role object.
Example response
{
"id": 1,
"value": "Senior"
}