Queries the information of a specified user of a specified Bastionhost instance.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | GetUser |
The operation that you want to perform. Set the value to GetUser. |
InstanceId | String | Yes | bastionhost-cn-st220aw**** |
The ID of the Bastionhost instance to which the user to be queried belongs. Note You can call the DescribeInstances operation to query the ID of the Bastionhost instance.
|
UserId | String | Yes | 1 |
The ID of the user to be queried. Note You can call the ListUsers operation to query the ID of the user.
|
RegionId | String | No | cn-hangzhou |
The region ID of the Bastionhost instance to which the user to be queried belongs. Note For more information about the mapping between region IDs and region names, see Regions and zones.
|
All Alibaba Cloud API operations must include common request parameters. For more information about common request parameters, see Common parameters.
For more information about sample requests, see the "Examples" section of this topic.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | EC9BF0F4-8983-491A-BC8C-1B4DD94976DE |
The ID of the request. |
User | Struct |
The information of the user that was queried. |
|
Comment | String | commet |
The description of the user. |
DisplayName | String | Bob |
The display name of the user. |
String | 1099**@qq.com |
The email address of the user. |
|
Mobile | String | 1359999**** |
The mobile number of the user. |
MobileCountryCode | String | CN |
The country where the mobile number of the user is registered. Valid values:
|
Source | String | Local |
The source of the user. Valid values:
|
SourceUserId | String | 122748924538**** |
The unique ID of the user. Note This parameter uniquely identifies a RAM user of the Bastionhost instance. A value
is returned for this parameter if the Source parameter is set to Ram. No value is returned for this parameter if the Source parameter is set to Local.
|
UserId | String | 1 |
The ID of the user. |
UserName | String | abcabc_def |
The logon name of the user. |
UserState | List | ["Normal"] |
The status of the user. Valid values:
|
Examples
Sample requests
http(s)://[Endpoint]/?Action=GetUser
&InstanceId=bastionhost-cn-st220aw****
&UserId=1
&<Common request parameters>
Sample success responses
XML
format
<GetUserResponse>
<User>
<Comment>commet</Comment>
<Email>1099**@qq.com</Email>
<UserName>abcabc_def</UserName>
<UserId>1</UserId>
<SourceUserId>122748924538****</SourceUserId>
<DisplayName>Bob</DisplayName>
<MobileCountryCode>CN</MobileCountryCode>
<Mobile>1359999****</Mobile>
<Source>Local</Source>
<UserState>Normal</UserState>
</User>
<RequestId>EC9BF0F4-8983-491A-BC8C-1B4DD94976DE</RequestId>
</GetUserResponse>
JSON
format
{
"User": {
"Comment": "commet",
"Email": "1099**@qq.com",
"UserName": "abcabc_def",
"UserId": "1",
"SourceUserId": "122748924538****",
"DisplayName": "Bob",
"MobileCountryCode": "CN",
"Mobile": "1359999****",
"Source": "Local",
"UserState": ["Normal"]
},
"RequestId": "EC9BF0F4-8983-491A-BC8C-1B4DD94976DE"
}
Error codes
For a list of error codes, visit the API Error Center.