UpdateUser接口用于更新组织下指定成员的信息。

请求参数

名称 类型 是否必选 示例值 描述
Action String UpdateUser

要执行的操作。取值:UpdateUser。

AdminUser Boolean true

是否是系统管理员。取值范围:

  • true:是
  • false:否
AuthAdminUser Boolean true

是否是权限管理员。取值范围:

  • true:是
  • false:否
NickName String 小张

阿里云账号昵称。

UserId String fe67f61a35a94b7da1a34ba174a7****

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

UserType Integer 1

组织成员的角色类型。取值范围:

  • 1 :开发者
  • 2 :访问者
  • 3 :分析师

返回数据

名称 类型 示例值 描述
RequestId String DC4E1E63-B337-44F8-8C22-6F00DF67E2C3

请求ID。

Result Boolean true

返回接口执行结果。取值范围:

  • true:执行成功
  • false:执行失败
Success Boolean true

是否请求成功。取值范围:

  • true:请求成功
  • false:请求失败

示例

请求示例

http(s)://quickbi-public.aliyuncs.com/?Action=UpdateUser
&AdminUser=true
&AuthAdminUser=true
&NickName=<小张>
&UserId=fe67f61a35a94b7da1a34ba174a7****
&UserType=1
&<公共请求参数>

正常返回示例

XML格式

<RequestId>DC4E1E63-B337-44F8-8C22-6F00DF67E2C3</RequestId>
<Success>true</Success>
<Result>true</Result>

JSON格式

{"RequestId":"DC4E1E63-B337-44F8-8C22-6F00DF67E2C3","Success":"true","Result":"true"}

错误码

HttpCode 错误码 错误信息 描述
500 Invalid.User.Admin You are not an administrator of this organization. 没有权限,您不是组织管理员。
500 NickName.AlreadyIn.Organization The alias already exists. 昵称已存在。
500 Fobbiden.Action The organization owner must have the administrator role. 不能将组织所有者设置为非管理员。
500 Invalid.User.Organization The user is not in your organization. 该用户不在您的组织中。
500 Organization.Developers.ReachedTheUpperLimit The developers of the organization have reached the upper limit:%s 组织开发者已达到上限 %s 人,请升级联系组织管理员升级开发者数量。
500 Organization.Viewers.ReachedTheUpperLimit The visitors of the organization have reached the upper limit:%s. 组织访问者已达到上限%s人,请升级联系组织管理员升级访问者数量。
500 Organization.Analysts.ReachedTheUpperLimit The analysts of the organization have reached the upper limit:%s. 组织分析师已达到上限%s人,请升级联系组织管理员升级分析师数量。
500 Instance.Over.MaxLicense You have reached the maximum number of users that can be added. Please upgrade the configurations or remove some users first. 您可以添加的用户已达上限,请升级配置或移除其它用户后再添加。
500 System.Param.Empty You must specify the %s parameter. 参数%s不能为空。
500 Instance.Expired Your instance has expired. 您的购买实例已经过期。
500 Instance.Not.Exist The specified instance does not exist. 暂未匹配到您的购买实例。
500 Access.Forbidden Access forbidden. Your instance version or access key is not allowed to call the API operation. 访问被禁止,您的实例版本或者 AccessKey不允许调用该 API。
500 Invalid.Organization The specified organizational unit does not exist. 该组织不存在。
500 User.Not.In.Organization The specified user is not in the organizational unit. 该用户不在组织中。
500 Invalid.Parameter.Error The parameter is invalid:%s. 无效参数%s。
500 Internal.System.Error An internal system error occurred. 系统内部异常。

访问错误中心查看更多错误码。