ListUsers
Lists all the IAM users of the server.
Request Parameters
For information about the parameters that are common to all actions, See Common Parameters.
This API does not need any specific request parameters.
Response Elements
The following elements are returned by server.
Users.member.N
A list of users.
Type: Array of User objects
IsTruncated
A flag that indicates whether there are more items to return.
Type: Boolean
Errors
For information about the errors that are common to all actions, See Common Error Codes.
ServiceFailure
The request processing has failed because of an unknown error, exception, or failure.
HTTP Status Code: 500
Examples
Sample Request:
https://msdps3.veritas.com:8443/?Action=ListUsers &Version=2010-05-08 &AUTHPARAMS
Sample Response:
<?xml version="1.0" encoding="UTF-8"?>
<ListUsersResponse
xmlns="https://iam.amazonaws.com/doc/2010-05-08/">
<ResponseMetadata>
<RequestId>1648203604905893069</RequestId>
</ResponseMetadata>
<ListUsersResult>
<Users>
<member>
<CreateDate>2022-03-22T13:35:03Z</CreateDate>
<UserName>root</UserName>
</member>
<member>
<CreateDate>2022-03-25T06:57:08Z</CreateDate>
<UserName>User1</UserName>
</member>
</Users>
<IsTruncated>false</IsTruncated>
</ListUsersResult>
</ListUsersResponse>