Last Updated on : 2023-06-21 07:13:03download
Set the permissions for a specified organization or user to view a specified application.
PUT: /v1.0/iot-03/app-instances/{app_instance_id}/permissions
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
app_instance_id | String | uri | true | The ID of a specified application instance. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
org_ids | List | true | The set of organization IDs. | |
uids | List | true | The set of user IDs. | |
full_authorization | Boolean | true | Indicates whether to authorize all users. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | Indicates whether the operation is successful. |
PUT: /v1.0/app-instances/1/permissions
{
"fullAuthorization": false,
"uids": [
"1xx"
],
"org_ids": [
"2xx"
]
}
{
"result": true,
"t": 1623996931545,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback