Skip to Content
Welcome to Level2 Help Center
APIEndpointsUpdate User Status

Update User Status

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

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