Overview
Returns the user’s profile information, preferences, and usage statistics.Authentication
Requires User API Key in theX-API-Key header.
Request
Response
Response Fields
string
User’s email address
object
User’s scheduling preferences (see User Preferences)
object
Usage statistics and behavioral insights:
total_meetings_scheduled: Lifetime meeting countmeetings_this_month: Current month’s meetingsaverage_acceptance_time_hours: How quickly user accepts meetingsreschedule_rate: Percentage of meetings rescheduled (0.0-1.0)fast_acceptance_rate: Percentage accepted within 2 hourspreferred_times: Distribution of meeting times by period
boolean
Whether user has completed initial preference setup
string
ISO 8601 timestamp of account creation
Use Cases
User Profile Page
Personalized Recommendations
Onboarding Check
Usage Dashboard
Example: Settings Page
Best Practices
Cache User Info
Update After Changes
Related Endpoints
Update Preferences
Modify scheduling preferences
User Meetings
View scheduled meetings
Regenerate API Key
Generate new user API key