v1

latestOpenAPI 3.0.32026-08-0613775357.6 KB
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.

idinteger required

Unique identifier for the role.

valuestring required

The name of the role.

Example response

{
  "id": 1,
  "value": "Senior"
}