Get, set, or delete information of a specific user.
Method |
GET |
Description |
Get a specific user's configuration of the device. |
Query |
security: the version No. of encryption scheme. When security does not exist, it indicates that the data is not encrypted; when security is 1, it indicates that the nodes of sensitive information in the message are encrypted in AES128 CBC mode; when security is 2, it indicates that the nodes of sensitive information in the message are encrypted in AES256 CBC mode. iv: the initialization vector, and it is required when security is 1 or 2. |
Request |
None. |
Response |
Succeeded: XML_User Failed: XML_ResponseStatus |
Method |
PUT |
Description |
Get information of a specific user. |
Query |
security: the version No. of encryption scheme. When security does not exist, it indicates that the data is not encrypted; when security is 1, it indicates that the nodes of sensitive information in the message are encrypted in AES128 CBC mode; when security is 2, it indicates that the nodes of sensitive information in the message are encrypted in AES256 CBC mode. iv: the initialization vector, and it is required when security is 1 or 2. |
Request |
|
Response |
Method |
DELETE |
Description |
Delete information of a specific user. |
Query |
security: the version No. of encryption scheme. When security does not exist, it indicates that the data is not encrypted; when security is 1, it indicates that the nodes of sensitive information in the message are encrypted in AES128 CBC mode; when security is 2, it indicates that the nodes of sensitive information in the message are encrypted in AES256 CBC mode. iv: the initialization vector, and it is required when security is 1 or 2. loginPassword: encrypted administrator password. |
Request |
None |
Response |
The <ID> in the request URI refer to user ID.
The administrator account cannot be deleted.