ListUsersRequest
class ListUsersRequest
Represents the request to list users.
Types
Properties
Link copied to clipboard
A JSON array of user attribute names, for example given_name
, that you want Amazon Cognito to include in the response for each user. When you don't provide an AttributesToGet
parameter, Amazon Cognito returns all attributes for each user.
Link copied to clipboard
This API operation returns a limited number of results. The pagination token is an identifier that you can present in an additional API request with the same parameters. When you include the pagination token, Amazon Cognito returns the next set of items after the current list. Subsequent requests return a new pagination token. By use of this token, you can paginate through the full list of items.
Link copied to clipboard
The ID of the user pool where you want to display or search for users.