Queries the list of all RAM users.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | ListUsers |
The operation that you want to perform. Set the value to ListUsers. |
Marker | String | No | EXAMPLE |
The |
MaxItems | Integer | No | 100 |
The number of entries to return. If a response is truncated because it reaches the
value of MaxItems, the value of Valid values: 1 to 100. Default value: 100. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
IsTruncated | Boolean | true |
Indicates whether the response is truncated. |
Marker | String | EXAMPLE |
The |
RequestId | String | 4B450CA1-36E8-4AA2-8461-86B42BF4CC4E |
The ID of the request. |
Users | Array |
The list of RAM users. |
|
User | |||
Comments | String | Cloud computing engineer |
The description of the RAM user. |
CreateDate | String | 2015-01-23T12:33:18Z |
The time when the RAM user was created. |
DisplayName | String | Zhangq**** |
The display name of the RAM user. |
String | zhangq****@example.com |
The email address of the RAM user. Note This parameter is not available.
|
|
MobilePhone | String | 86-1860000**** |
The mobile phone number of the RAM user. Note This parameter is not available.
|
UpdateDate | String | 2015-01-23T12:33:18Z |
The time when the RAM user was modified. |
UserId | String | 122748924538**** |
The unique ID of the RAM user. |
UserName | String | zhangq**** |
The username of the RAM user. |
Examples
Sample requests
https://ram.aliyuncs.com/?Action=ListUsers
&<Common request parameters>
Sample success responses
XML
format
<ListUsersResponse>
<RequestId>4B450CA1-36E8-4AA2-8461-86B42BF4CC4E</RequestId>
<IsTruncated>true</IsTruncated>
<Marker>EXAMPLE</Marker>
<Users>
<User>
<UserId>122748924538****</UserId>
<UserName>zhangq****</UserName>
<DisplayName>Zhangq****</DisplayName>
<Comments>Cloud computing engineer</Comments>
<CreateDate>2015-01-23T12:33:18Z</CreateDate>
<UpdateDate>2015-01-23T12:33:18Z</UpdateDate>
</User>
<User>
<UserId>140649822472****</UserId>
<UserName>li****</UserName>
<DisplayName>Li****</DisplayName>
<Comments>Permission manager</Comments>
<CreateDate>2015-02-18T17:22:08Z</CreateDate>
<UpdateDate>2015-02-18T17:22:08Z</UpdateDate>
</User>
</Users>
</ListUsersResponse>
JSON
format
{
"RequestId": "4B450CA1-36E8-4AA2-8461-86B42BF4CC4E",
"IsTruncated": true,
"Marker": "EXAMPLE",
"Users": {
"User": [
{
"UserId": "122748924538****",
"UserName": "zhangq****",
"DisplayName": "Zhangq****",
"Comments": "Cloud computing engineer",
"CreateDate": "2015-01-23T12:33:18Z",
"UpdateDate": "2015-01-23T12:33:18Z"
},
{
"UserId": "140649822472****",
"UserName": "li****",
"DisplayName": "Li****",
"Comments": "Permission manager",
"CreateDate": "2015-02-18T17:22:08Z",
"UpdateDate": "2015-02-18T17:22:08Z"
}
]
}
}
Error codes
For a list of error codes, visit the API Error Center.