批量添加成員到工作空間。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
WorkspaceId | string | 是 | 工作空間 ID。 | 95296e95-ca89-4c7d-8af9-dedf0ad0**** |
UserIds | string | 是 | 用戶 ID。此處為 Quick BI 的 UserID,而非阿里云的 UID。
| de4bc5f9429141cc8091cdd1c15b**** |
RoleId | long | 是 | 預置空間角色 ID。取值范圍:
| 25 |
返回參數
示例
正常返回示例
JSON
格式
{
"Success": true,
"RequestId": "7AAB95D7-2E11-4FE2-94BC-858E4FC0C976",
"Result": {
"Failure": 2,
"FailureDetail": {
"2046274934845893": "AE0150010001: This user already exists.",
"1213444447906552": "AE0150010001: This user already exists."
},
"Success": 1,
"Total": 3
}
}
錯誤碼
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 | Viewer.CannotHave.CustomRole | Organization viewer cannot have custom roles. | 組織訪問者不能具有自定義角色。 |
400 | UserAnalyst.NotSupport.ThisRole | This role has permissions that analysts cannot grant. | 該角色具有分析員無法授予的權限。 |
500 | Workspace.Not.Exist | The group workspace does not exist. | 群空間不存在。 |
500 | ApiUser.Not.Exists | The specified user does not exist. | 用戶不存在。 |
500 | Viewer.AddInTo.Workspace | Organization members with viewer type are not allowed to add to workspace: %s. | 不允許將組織的訪客類型用戶添加到工作空間:%s。 |
500 | User.AlreadyIn.Workspace | This user already exists. | 該用戶已在群空間中。 |
500 | User.AlreadyIn.Role | The user is already assigned this role. | 用戶已經擁有該角色。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2023-08-07 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |