update_access_password

To change the access password for a unit, use the unit/update_access_password command.

Copied!
svc=unit/update_access_password&params={
    "itemId": <long>,
    "accessPassword": <text>
}

Parameters

The request must contain the following parameters:

Parameter Description
itemId Unit ID.
accessPassword New access password.

Response

If the request is completed successfully, the response contains the new access password.

Copied!

{
    "psw":<text>  
}

In case the request fails, an error code is returned.

Error codes

Error code Description
6 Failed to change the password.
7 The user doesn’t have the required access right to the unit (ADF_ACL_AVL_UNIT_EDIT_HW).
Download PDF file
Download Word document

See also