get-profile
Retrieve the authenticated user's public profile, including id, name, email, and avatar, with sensitive internal identifiers removed.
Instructions
Return the current user profile (sanitised public fields: id, user_id, name, username, email, avatar, auth_services). Internal identifiers such as chatwoot_hmac / ym_client_id are stripped before returning. Requires authentication — raises a clear error when no token is set. For a non-erroring identity check, use whoami which returns { authenticated, user }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||