superset_get_current_user
Fetch the current authenticated user's profile, including username, name, email, roles, and active status. Use to verify identity and access permissions.
Instructions
Get information about the current authenticated user (mcp_service).
Returns: JSON with username, name, email, roles, and active status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |