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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.