elaichi__permission__list
The complete catalog of permission strings a role can grant, each with a human label and description. This is the ONLY legal source of values for role.create and role.update — names not in this list are rejected. Returns { result: [{ name, label, description, group }] } — group is the heading the settings UI files that permission under, useful for grouping them in an answer — and nothing else: no nextCursor, no prevCursor, and limit/cursor are ignored because the whole catalog is one short response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Accepted for call-shape compatibility and ignored — this operation does not page. Honest here, and only here: the permission catalog is a fixed, static list of a few dozen entries that no organization can grow, so one response really is all of it. | |
| cursor | No | Accepted for call-shape compatibility and ignored — this operation does not page. Honest here, and only here: the permission catalog is a fixed, static list of a few dozen entries that no organization can grow, so one response really is all of it. |