get_user_permissions
Check what permissions the authenticated user has on Grafana. Returns a map of action names to authorized scopes, revealing access rights for the current session or API key.
Instructions
Get permissions granted to the authenticated user.
Lists the permissions granted to the signed-in user. Returns a map of action names to their authorized scopes. Useful for checking what the current API key or session can access.
Note: Requires Grafana 8.0+ with RBAC enabled. May return 404 on older versions or instances without fine-grained access control.
Args: connection_name: Name of the Grafana connection
Returns: JSON string mapping action names to authorized scopes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |