add-user
Use the interface to add general users with administrative rights.
HTTP Request
GET http://ip/mwapi?method=add-user&id=xxx&pass=xxx
Parameter | Description |
---|---|
method | add-user |
id | Shows the user name. |
pass | Shows MD5 encrypted 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. |