me

Update Me

Update current user's profile and settings.

Only provided fields will be updated. Omitted fields are not modified.

patch/me/

Request body

namestring nullable
timezonestring nullable
auto_reprice_flightsboolean nullable
auto_reprice_hotelsboolean nullable
action_threshold_usdinteger nullable
quiet_hours_startinteger nullable
quiet_hours_endinteger nullable
sms_opted_inboolean nullable
sms_opted_outboolean nullable
display_currency_preference'USD' | 'CAD' nullable

Response

Successful Response

idstring uuid required
emailstring email nullable
phone_numberstring nullable
phone_country_codestring nullable

ISO 3166-1 alpha-2 country inferred from the user's phone number

display_currency_preference'USD' | 'CAD' nullable

User-selected display currency. Null means no explicit choice yet.

usd_to_cad_ratenumber nullable

Latest cached USD to CAD exchange rate for display estimates

usd_to_cad_rate_fetched_atstring date-time nullable

When the latest cached USD to CAD exchange rate was fetched

namestring nullable
timezonestring nullable
statusstring required
account_state'pending_email' | 'complete'
member_sincestring nullable
email_slugstring required
is_email_verifiedboolean required

Whether the user's primary email is verified

has_referrerboolean
referred_codestring nullable
membership_status'free' | 'paying' | 'referred' | 'lapsed' required
show_upgrade_ctaboolean required
verified_emailsstring[]

User's verified email addresses they can forward from

forwarding_addressstring required

Email address for forwarding booking confirmations

auto_reprice_flightsboolean required

Automatically approve flight repricing opportunities

auto_reprice_hotelsboolean required

Automatically approve hotel repricing opportunities

action_threshold_usdinteger required

Minimum savings (USD) to notify about opportunities

quiet_hours_startinteger nullable

Start of quiet hours (0-23, local time)

quiet_hours_endinteger nullable

End of quiet hours (0-23, local time)

sms_opted_inboolean required

Whether the user has explicitly opted in to non-OTP SMS

sms_opted_outboolean required

Whether the user has an active SMS opt-out state

Changes

No recorded changes to this endpoint across all 1 revision of this API.