v1
latestOpenAPI 3.0.32026-08-0613775357.6 KBroles
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"
}