Skip to Content
Welcome to Level2 Help Center
APIEndpointsUpdate user's email

Update user’s email

PUT https://hub2.trylevel2.com/broker/update_user_email

Updates the user’s registered email to the new specified email.

Request:

QUERY PARAMETERS

Required Parameters

Both fields below are mandatory to complete the email migration process.

ParameterTypeRequirementDescription
user_emailemailRequiredThe current registered email address of the user.
new_user_emailemailRequiredThe new email address to be associated with the account.

Responces:

Successful response with email update confirmation 200

SCHEMA

Success Parameter

ParameterTypeDescription
messagestringA human-readable success message indicating the operation was completed.

EXAMPLE

{ "message": "Operation completed successfully" }

Responces:

Internal Server Error 500

SCHEMA

ParameterTypeDescription
errorstringA descriptive message detailing the specific issue encountered.

EXAMPLE

{ "error": "An unexpected error occurred" }
Last updated on