Get current user profile with full overview
Auth service
Current User Profile
Returns the complete user profile overview including user data, usage statistics (conversations, shares), and profile context (static, recent, frequent cues). Auto-creates user if not exists.
GET
Get current user profile with full overview
Returns the complete user profile overview for the authenticated user. Requires a valid Auth0 access token in theDocumentation Index
Fetch the complete documentation index at: https://docs.handauncle.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header.
Response
The endpoint returns a comprehensive profile overview including:| Field | Description |
|---|---|
user | Full user object (id, email, name, avatar, preferences, etc.) |
usage.conversations | Conversation statistics (total, active, archived, deleted, lastActiveAt) |
usage.shares | Share statistics (total, active, expired, revoked, totalViews, lastSharedAt) |
profileContext | Cached context cues (static, recent, frequent) used by AI orchestration |
Example Response
Auto-sync Behavior
If the user does not exist locally or is missing critical data (name/email), the controller:- Fetches user info from Auth0’s
/userinfoendpoint - Creates or updates the local MongoDB record
- Returns the complete profile overview