UpdateUser_Quick BI_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

流控信息

当前云产品API请求速率暂未透出。

授权信息

如下是此API对应的授权信息,用于RAM权限策略语句的Action元素中,为RAM用户或RAM角色授予调用此API的权限。请通过 RAM 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
quickbi-public:UpdateUser
Update
全部资源
*

请求参数

字段名称字段详情
UserIdstring

待更新的用户 ID。此处的用户 ID 为 Quick BI 的 UserID,而非阿里云的 UID。

示例值:fe67f61a35a94b7da1a34ba174a7****参考取值来源:
    AddUser
    QueryUserList
AdminUserboolean

是否赋予组织管理员角色。取值范围:展开详情

示例值:true
AuthAdminUserboolean

是否赋予组织权限管理员角色。取值范围:展开详情

示例值:true
UserTypeinteger<int32>

组织成员的用户类型。取值范围:展开详情

示例值:1枚举值:123取值 <= 10
NickNamestring

昵称。展开详情

示例值:小张
RoleIdsstring

用户绑定的预置或自定义组织角色 ID,用英文逗号“,”分割,最多 3 个。取值范围:展开详情

示例值:111111111,456
IsDeletedboolean

用户状态:展开详情

示例值:false

返回参数

字段名称字段详情
RequestIdstring

请求 ID。

示例值:DC4E1E63-B337-44F8-8C22-6F00DF67E2C3
Resultboolean

返回接口执行结果。取值范围:展开详情

示例值:true
Successboolean

是否请求成功。取值范围:展开详情

示例值:true

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
NickName.AlreadyIn.Organization
The alias already exists.诊断
400
Fobbiden.Action
The organization owner must have the administrator role.诊断
400
Organization.Developers.ReachedTheUpperLimit
The developers of the organization have reached the upper limit:%s诊断
400
Organization.Viewers.ReachedTheUpperLimit
The visitors of the organization have reached the upper limit:%s.诊断
400
Organization.Analysts.ReachedTheUpperLimit
The analysts of the organization have reached the upper limit:%s.诊断
400
Instance.Over.MaxLicense
You have reached the maximum number of users that can be added. Please upgrade the configurations or remove some users first.诊断
400
Mail.Invalid
Email/phone number is invalid.诊断
400
OrganizationDeveloper.CanNotChangeTo.AnalystOrViewer
Organization user can not change developer to analyst or viewer.诊断
400
OrgAdminOrPermissionAdmin.CannotChangeTo.Viewer
Organization admin or permission admin can not change to viewer.诊断
400
ChangeTo.Viewer.Error
The organization user type cannot be changed because the user already belongs to a workspace.诊断
400
UserAnalyst.NotSupport.ThisRole
This role has permissions that analysts cannot grant.诊断
400
Viewer.CannotHave.CustomRole
Organization viewer cannot have custom roles.诊断
400
User.OrganizationRole.NotExist
User %s must have role in organization.诊断
400
RoleCount.ExceedsLimit.Error
The user role cannot exceed three.诊断
400
BindRole.NotExist.Error
Bind role not exist, %s.诊断

变更历史

变更时间变更内容概要操作
2024-10-18
变更错误码400
2024-02-26
变更错误码400
新增请求参数RoleIds
2023-08-07
变更错误码400
2022-03-04
新增OpenAPI,更新组织成员信息

相关示例