Last Updated on : 2023-06-15 04:50:31
Use the username instead of the old password to reset the password.
PUT: /v1.0/iot-02/users/reset-password
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
username | String | true | The username. | |
new_password | String | true | The new password, encrypted with SHA256 and converted to lower case. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | Indicates whether the operation is successful. |
PUT: /v1.0/iot-02/users/reset-password
{
"username": "111@xx.com",
"new_password": "afef318405cf210c372fe3c4d9b7****"
}
{
"result": true,
"t": 1616663038728,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback