/user/add
Use the interface to add a user, and only the administrator has the rights.
Request Mode
POST /api/user/add
Parameter | Description |
---|---|
username | The username |
password | The password which is encrypted with SHA256 |
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. |