Last Updated on : 2023-06-15 04:49:51
Authorize users to manage the specified assets.
POST: /v1.0/iot-03/assets/actions/user-authorized
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
asset_id | String | body | true | The asset ID. |
uid | String | body | true | The user ID (UID). |
authorized_children | Boolean | body | false | Indicates whether to authorize users to manage the child nodes. Default value: false . |
Parameter name | Type | Description |
---|---|---|
result | Boolean | true |
POST: /v1.0/iot-03/assets/actions/user-authorized
{
"assetId": "1371378219684466xxx",
"uid": "bay1624534580942txxx",
"authorizedChildren": "false"
}
{
"result": true,
"t": 1616501326790,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback