批量更新工作空間成員的角色信息,已有角色會被覆蓋。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
WorkspaceId | string | 是 | 工作空間 ID。 | 95296e95-ca89-4c7d-8af9-dedf0ad0**** |
UserIds | string | 是 | 用戶 ID。此處為 Quick BI 的 UserID,而非阿里云的 UID。
| 136516262323****,124498444445**** |
RoleId | long | 是 | 預置空間角色 ID,已有角色會被覆蓋。取值范圍:
| 25 |
返回參數
示例
正常返回示例
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. | 無效的角色ID。 |
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. | 該角色具有分析員無法授予的權限。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2023-08-07 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2023-04-06 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |