ListUsers

GET /?Action=ListUsers
Description

Lists all users that have a specified path prefix.
If you do not specify a path prefix, this action returns a list of all users in the account (or an empty list if there are none).

Note

If you exceed the number of identical requests allowed for a configured time period, the Throttling error message is returned.

Body parameter

Required: false
Name: ListUsersRequest

Name Description Required Schema Default Example

Marker

The marker to request the next results page.

false

string

MaxItems

The maximum number of items that can be returned in a single page (by default, 100).

false

integer

PathPrefix

The path prefix.

false

string

Responses
HTTP Code 200
HTTP Code Description Schema

200

ListUsersResponse

Response 200

Response 200

Name Description Required Schema Default Example

IsTruncated

If true, there are more items to return using the marker in a new request.

false

boolean

Marker

The marker to request the next results page.

false

string

ResponseMetadata

Information about the response.

false

ResponseMetadata

Users.N

A list of users.

false

User