Last Updated on : 2023-07-06 09:09:38download
Delete multiple roles of a specifed user in the same call.
POST: /v1.0/iot-03/idaas/delete-user-batch-role
Parameter name | Type | IN | Required | Description |
---|
Parameter name | Type | Description |
---|---|---|
result | Boolean | The operation result. |
POST: /v1.0/iot-03/idaas/delete-user-batch-role
{
"uid": "uid1",
"role_code_list": [
"roleCode1",
"roleCode2"
],
"space_id": "12345"
}
{
"result": true,
"t": 1623003143386,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback