删除指定组织用户。
调试
您可以在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 | 错误码 | 错误信息 | 描述 |
---|
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
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 | 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 | 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 | Viewer.AddInTo.Workspace | Organization members with viewer type are not allowed to add to workspace: %s. | 不允许将组织的访客类型用户添加到工作空间:%s。 |
400 | UserAnalyst.NotSupport.ThisRole | This role has permissions that analysts cannot grant. | 该角色具有分析员无法授予的权限。 |
400 | Transfer.Not.Allowed | Transfer to users with lower space permissions is not allowed. | 不允许转移给更低空间权限的用户。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2023-08-07 | OpenAPI 错误码发生变更 | 查看变更详情 |