ListUsersRequest

Represents the request to list users.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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

A filter string of the form "AttributeName**Filter-Type "AttributeValue"". Quotation marks within the filter string must be escaped using the backslash (\) character. For example, "family_name = \"Reddy\"".

Link copied to clipboard
val limit: Int?

Maximum number of users to be returned.

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 user pool ID for the user pool on which the search should be performed.

Functions

Link copied to clipboard
inline fun copy(block: ListUsersRequest.Builder.() -> Unit = {}): ListUsersRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String