刪除指定組織用戶。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
UserId | string | 是 | 待刪除的用戶 ID。此處的用戶 ID 為 Quick BI 的 UserID,而非阿里云的 UID。 | fe67f61a35a94b7da1a34ba174a7**** |
TransferUserId | string | 否 | 繼承者的用戶 ID。如果不為空,則將刪除用戶在工作空間內的報表資源轉移給繼承者,否則轉移給空間 owner。
| f5****afccd9e434a274 |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "DC4E1E63-B337-44F8-8C22-6F00DF67E2C3",
"Result": true,
"Success": true
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | Invalid.User.Admin | You are not an administrator of this organization. | 沒有權限,您不是組織管理員。 |
400 | CannotRemove.OrganizationOwner | You cannot remove the organization owner from the organization. | 不能將組織所有者踢出組織。 |
400 | Member.ExistInWorkspace.Error | You cannot remove a user who is a member of a group workspace. | 該用戶仍在群空間中,無法移除。 |
400 | System.Param.Empty | You must specify the %s parameter. | 參數%s不能為空。 |
400 | Instance.Expired | Your instance has expired. | 您的購買實例已經過期。 |
400 | Instance.Not.Exist | The specified instance does not exist. | 暫未匹配到您的購買實例。 |
400 | Access.Forbidden | Access forbidden. Your instance version or access key is not allowed to call the API operation. | - |
400 | Invalid.Organization | The specified organizational unit does not exist. | 該組織不存在。 |
400 | User.Not.In.Organization | The specified user is not in the organizational unit. | 該用戶不在組織中。 |
400 | Invalid.Parameter.Error | The parameter is invalid:%s. | 無效參數%s。 |
400 | Workspace.Not.Exist | The group workspace does not exist. | 群空間不存在。 |
400 | Workspace.Type.Error | The type of group workspace is invalid. | 無效的群空間類型。 |
400 | Not.Organization.AuthAdmin | You are not a role administrator of the organization and do not have the permission to perform the operation. | 您不是該組織的角色管理員,無權操作此項。 |
400 | Works.Transfer.Error | You are not authorized to transfer this item. | 轉讓失敗,您沒有相應權限。 |
400 | CanNot.Remove.WorkspaceOwner | You cannot remove the group workspace owner from the group. | 不能將群空間擁有者剔除出群。 |
400 | User.NotIn.Workspace | The user is not a member of the group workspace. | 該用戶不在群空間中。 |
400 | Invalid.User.Organization | The user is not in your organization. | 該用戶不在您的組織中。 |
400 | Transfer.TargetUser.NotExist | The new owner does not exist. Please ensure that the target user has logged on to the system. | 轉讓目標用戶不存在,請確保目標用戶登錄過當前系統。 |
400 | User.RoleType.Valid | The role ID is invalid. | 無效的角色ID。 |
400 | Internal.System.Error | An internal system error occurred. | 系統內部異常。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2023-08-07 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |