Fetch one role
GET
/api/v1/roles/{id}
prm_roles_manage
The role and the exact set of permission codes it grants.
At a glance
- Authentication
- Staff token or session
- Requires permission
-
prm_roles_manageManage roles & permissions
Parameters
| Parameter | Description |
|---|---|
idrequired
path · integer
|
Role id. |
Errors
| Code | When it is returned |
|---|---|
ERR_NOT_FOUND404
|
no such role in this tenant |