Update User Status
PUT https://hub2.trylevel2.com/broker/update_user_emailUpdates the user’s registered email to the new specified email.
Request:
QUERY PARAMETERS
QUERY PARAMETERS
Responces:
Successful response with email update 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