批次更新工作空間成員的角色資訊,已有角色會被覆蓋。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
quickbi-public:UpdateWorkspaceUsersRole |
update |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| WorkspaceId |
string |
是 |
工作空間 ID。 |
95296e95-ca89-4c7d-8af9-dedf0ad0**** |
| UserIds |
string |
是 |
使用者識別碼。此處為 Quick BI 的 UserID,而非阿里雲的 UID。
|
136516262323****,124498444445**** |
| RoleId |
integer |
是 |
預置空間角色 ID,已有角色會被覆蓋。取值範圍:
|
25 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| Success |
boolean |
是否請求成功。取值範圍:
|
true |
| RequestId |
string |
請求 ID。 |
7AAB95D7-2E11-4FE2-94BC-858E4FC0C976 |
| Result |
object |
返回介面執行結果。 |
|
| Failure |
integer |
修改失敗的使用者數。 |
0 |
| FailureDetail |
object |
修改失敗的原因。 |
|
| Success |
integer |
修改成功的使用者數。 |
2 |
| Total |
integer |
修改使用者的總數。 |
2 |
樣本
正常返回樣本
JSON格式
{
"Success": true,
"RequestId": "7AAB95D7-2E11-4FE2-94BC-858E4FC0C976",
"Result": {
"Failure": 0,
"FailureDetail": {
"test": "test",
"test2": 1
},
"Success": 2,
"Total": 2
}
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | Workspace.NotIn.Organization | The workspace is not owned by the organization. | |
| 400 | User.RoleType.Valid | The role ID is invalid. | |
| 400 | Workspace.Not.Exist | The group workspace does not exist. | |
| 400 | Workspace.Type.Error | The type of group workspace is invalid. | |
| 400 | Remove.AdminRoleOf.WorkspaceOwner | The owner of the group workspace must be assigned the administrator role. | |
| 400 | User.NotIn.Workspace | The user is not a member of the group workspace. | |
| 400 | AnalystUser.NotSupport.AdminOrDevRole | Analyst users do not support granting workspace administrator or developer roles. | |
| 400 | Viewer.CannotHave.CustomRole | Organization viewer cannot have custom roles. | |
| 400 | UserAnalyst.NotSupport.ThisRole | This role has permissions that analysts cannot grant. |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。