Last Updated on : 2023-07-06 09:11:08download
Verify a user's role permissions.
POST: /v1.0/iot-03/idaas/valid-user-role
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. |
role_code | String | uri | true | The identifier of a specified role. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | The returned result. |
POST: POST:/v1.0/iot-03/idaas/valid-user-role?roleCode=roleCode1&uid=uid1&spaceId=12345
{ "result": true, // The returned result. "success": true, "t": 1623007003877 }
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback