最近更新时间:2021-08-27
GetUser
获取IAM子账号的详细信息
名称 | 数据类型 | 示例 | 描述 | 是否必填 |
---|---|---|---|---|
Action | String | GetUser | 系统规定参数,取值:GetUser | Y |
childId | String | 48b1cb3a-8c31-46a7-aa31-*** | 子用户id | N |
名称 | 数据类型 | 示例 | 说明 |
---|---|---|---|
id | String | 48b1cb3a-8c31-46a7-aa31-*** | 子账号id |
name | String | testUser | 用户名,子账号的登录名称 |
fullName | String | 测试用户 | 显示名 |
phone | String | 1868888**** | 手机号 |
email | String | alice@example.com | 子账号的电子邮箱 |
parentId | String | d3fbd550-f4ba-4edf-a5f8-******** | 主账号id |
enabled | Integer | 0 | 子账号可否登录控制台 |
childEnabled | Integer | 1 | 子账号启用/禁用状态 |
http://api.unicloud.com/user/user?Action=GetUser&childId=357af94b-1ebf-4e80-b8d4-*****
{
"id": "357af94b-1ebf-4e80-b8d4-*****",
"name": "testUser",
"fullName": null,
"phone": null,
"email": null,
"enabled": 1,
"parentId": "d3fbd550-f4ba-4edf-a5f8-*******",
"childEnabled": 1
}
错误码 | 错误信息 | 状态码 | 错误描述 |
---|---|---|---|
InvalidParameter | The id is null. | 400 | childId不能为空 |
InvalidParameter | 用户不存在 | 404 | 用户不存在 |