Last Updated on : 2023-07-06 09:11:22download
Verify a user's permissions.
POST: /v1.0/iot-03/idaas/valid-user-permission
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| space_id | String | uri | true | The ID of a specified space. |
| uid | String | uri | true | The user's identifier. |
| permission_code | String | uri | true | The identifier of a specified permission. |
| Parameter name | Type | Description |
|---|---|---|
| result | Boolean | The returned result. |
POST: POST:/v1.0/iot-03/idaas/valid-user-permission?permissionCode=permissionCode1&uid=uid1&spaceId=12345
{
"result": true,
"t": 1623007007879,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback