/ISAPI/Security/users/<ID>

Get, set, or delete information of a specific user.

Request URI Definition

Table 1 GET /ISAPI/Security/users/<ID>

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

Table 2 PUT /ISAPI/Security/users/<ID>

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

XML_User

Response

XML_ResponseStatus

Table 3 DELETE /ISAPI/Security/users/<ID>

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

XML_ResponseStatus

Remarks

  • The <ID> in the request URI refer to user ID.

  • The administrator account cannot be deleted.