/ISAPI/Security/users/<ID>/capabilities

Get the configuration capability of a specific user.

Request URI Definition

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

Method

GET

Description

Get the configuration capability 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

None.

Response

Succeeded: XML_Cap_User

Failed: XML_ResponseStatus

Remarks

The <ID> in the request URI refers to the user ID.