Update current user's profile

Allows the authenticated user (via cookie) to update their profile information, such as name, email, or password. Also used to manage Multi-Factor Authentication (MFA) settings. User preferences (like UI display settings) are managed via a separate endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Contains user profile fields to be updated for cookie-based authenticated users, such as first name, last name, email, current password (for verification), new password, or MFA settings.

string
length ≤ 200

The user's new first name. Must not contain URLs or domain-like content (e.g. xyz.com, http://..., www.).

string
length ≤ 200

The user's new last name. Must not contain URLs or domain-like content (e.g. xyz.com, http://..., www.).

string
length ≤ 25

The user's current password. Required if changing email or password.

string
length ≤ 25

The new password chosen by the user. Required if changing password. Max 25 chars.

string
length ≤ 25

Confirmation of the new password. Must match newPassword. Required if changing password. Max 25 chars.

string
length ≤ 100

The user's new email address. Requires currentPassword for verification.

mfa
Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json