Skip to Content
Welcome to Level2 Help Center
APIEndpointsReset User Password

Reset User Password

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

Updates the user’s password to the new specified password.

Request:

QUERY PARAMETERS

Required Parameters

Both parameters are mandatory to complete the password reset or update process.

ParameterTypeRequirementDescription
user_emailemailRequiredThe registered email address of the user account.
new_passwordstringRequiredThe new password string for the user account.

Responces:

Successful response with password reset 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