set-password
Use the interface to reset user password with administrative rights.
HTTP Request
GET http://ip/mwapi?method=set-password&id=xxx&pass=xxx
Parameter | Description |
---|---|
method | set-password |
id | Indicates the user name. |
pass | Indicates MD5 encrypted new password. |
Response Body
{
"status": 0
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |