Reset User Password
PUT https://hub2.trylevel2.com/broker/reset_user_passwordUpdates the user’s password to the new specified password.
Request:
QUERY PARAMETERS
QUERY PARAMETERS
Responces:
Successful response with password reset confirmation 200
SCHEMA
SCHEMA
EXAMPLE
EXAMPLE
{
"message": "Operation completed successfully"
}Responces:
Internal Server Error 500
SCHEMA
SCHEMA
| Parameter | Type | Description |
|---|---|---|
| error | string | A descriptive message detailing the specific issue encountered. |
EXAMPLE
EXAMPLE
{
"error": "An unexpected error occurred"
}Last updated on