Update Account Settings
Account Settings
Update Account Settings
Update the authenticated user’s account information or password
PUT
Update Account Settings
V2 Preview — This endpoint is part of the V2 API preview. Breaking changes may occur.
Overview
Update the authenticated user’s account. Can modify first name, last name, email, and password. For password changes,currentPassword and confirmPassword are required, and currentPassword must match the user’s existing password. For email changes, the new email must not already be in use. Vendor tokens can only update their own account.
Request Body
New email address (must be unique).
Required when changing password.
New password.
Must match
password.Response
200
Error Responses
400
409