# Update the authenticated user **PUT /api/v1/me** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Body: application/json (object) - **email** (string) The new email the user wants to change to. - **current_password** (string) Current password of the account - **password** (string) New password chosen - **password_confirmation** (string) Confirmation of the new password, it must be the same value as password - **should_auto_save_notes** (boolean) Denotes if the user wants to use the auto-save notes feature. Can reduce browser performance on low-powered machines. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **type** (string) The user type - **first_name** (string) First name of the user - **last_name** (string) Last name of the user - **name** (string) Name of the user - **email** (string) Email of the user - **photo_url** (string) The photo URL of the user. - **current_account** (object) The current account log in of the user (if included) - **current_login** (object) The current account log in of the user (if included) - **two_factor_enabled** (boolean) Denotes if the two factor authentication has been enabled. - **two_factor_type** (string) The type of two factor enabled. - **otp_confirmed_at** (string) The date when OTP two factor was confirmed - **otp_pending** (boolean) Denotes if the OTP two factor is pending - **sms_two_factor_enabled** (boolean) Denotes if the SMS two factor is enabled - **two_factor_mobile** (boolean) The E.164 mobile phone used for two factor authentication. - **two_factor_mobile_meta** (object) If the two_factor_mobile is present, this additional field will be displayed giving you information about the phone number. - **current_time_entry** (object) The current time entry if a timer is running - **session_expires_at** (string) The session expiry time if signed in via the front-end. - **should_auto_save_notes** (boolean) Denotes if the user wants to use the auto-save notes feature. Can reduce browser performance on low-powered machines. [Powered by Bump.sh](https://bump.sh)