elaichi__role__get
Read one role by id, including its complete permission list. Read this before role.update, whose permissions field replaces that list wholesale. Returns the record directly, or null when the id is unknown — an unknown id is not an error here, so null means "no role has that id", never "the call failed".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Role id (`role_…`) from role.list. |