Last Updated on : 2023-06-20 14:54:11download
Send an update command to a specified access control device to update the specified user's password.
PUT: /v1.0/access-control/{device_id}/persons/{person_id}/passpwd/{pass_pwd}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | The ID of a Tuya device. |
person_id | String | uri | true | The ID of a specified user. |
pass_pwd | String | uri | true | The password to be updated. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
new_pass_pwd | String | true | The new password. |
Parameter name | Type | Description |
---|---|---|
result | CmdIssueResultResponse | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
sn | String | The command record ID. |
PUT: /v1.0/access-control/6ce****/persons/123****/passpwd/passPwd****
{
"new_pass_pwd": "abc***123"
}
{
"result": {
"sn": "133****"
},
"t": 1561456817168,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback