调用UpdateUser修改RAM用户信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
UserPrincipalName | string | 否 | 指定的 RAM 用户登录名称。 说明
UserPrincipalName 与UserId 参数,必须指定一个,但不能同时指定。
| test@example.onaliyun.com |
UserId | string | 否 | 指定的 RAM 用户 ID。 说明
UserPrincipalName 与UserId 参数,必须指定一个,但不能同时指定。
| 20732900249392**** |
NewUserPrincipalName | string | 否 | RAM 用户的新登录名称。 格式为
| new@example.onaliyun.com |
NewDisplayName | string | 否 | RAM 用户的新显示名称。 长度为 1~24 个字符。 | new |
NewMobilePhone | string | 否 | RAM 用户的新手机号码。 格式:国际区号-号码。 说明
该参数仅适用于中国站。
| 86-1868888**** |
NewEmail | string | 否 | RAM 用户的新电子邮箱。 说明
该参数仅适用于中国站。
| alice@example.com |
NewComments | string | 否 | 新备注。 长度为 1~128 个字符。 | This is a cloud computing engineer. |
返回参数
示例
正常返回示例
JSON
格式
{
"User": {
"DisplayName": "new",
"UserPrincipalName": "new@example.onaliyun.com",
"Email": "alice@example.com",
"UpdateDate": "2020-10-13T09:19:49Z",
"MobilePhone": "86-1868888****",
"UserId": "20732900249392****",
"Comments": "This is a cloud computing engineer.",
"LastLoginDate": "2020-10-12T09:12:00Z",
"CreateDate": "2020-10-12T09:12:00Z",
"ProvisionType": "Manual"
},
"RequestId": "1B56DD42-6962-4F89-A19C-079EED1F0FE3"
}
错误码
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史