superset_role_permissions_get
Retrieve the current permissions for a specific role before adding new ones to prevent losing existing access. Use this to safely prepare permission updates.
Instructions
Get the current list of permissions for a role.
IMPORTANT: call this BEFORE role_permission_add to avoid losing existing permissions.
Args: role_id: Role ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |