Skip to main content

TCognitoIdentityProviderListUsersRequest

Class in AWS.CognitoIdentityProvider

ListUsers request class.

Ancestors

Properties

AttributesToGet

property AttributesToGet: TList<string>

Filter

property Filter: string

Limit

property Limit: TOptional<Integer>

PaginationToken

property PaginationToken: string

UserPoolId

property UserPoolId: string

Constructors

Create

constructor Create(const AUserPoolId: string);

Constructor for TCognitoIdentityProviderListUsersRequest.

Parameters

NameDescription
AUserPoolIdSpecify the ID of the user pool.