Last Updated on : 2023-06-15 05:58:23
Add the authorized users to a specified access control rule.
POST: /v1.0/iot-02/access-controls/{access_control_id}/actions/user-bind
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
access_control_id | String | uri | true | The ID of a specified access control rule. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
uid | String | true | The ID of a specified user. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The returned result. Valid values:
|
POST: /v1.0/iot-02/access-controls/146304353014959****/actions/user-bind
{
"uid": "bay1617073265368****"
}
{
"result": true,
"t": 1637651734297,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback