get_role
Retrieve detailed information about a specific BookStack role, including its permissions and access levels, by providing the role ID.
Instructions
Get details of a specific role including permissions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Role ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Role ID",
"type": "number"
}
},
"required": [
"id"
],
"type": "object"
}