Amazon Cognito · Example Payload

User Pools List Users Request Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

User Pools List Users Request Example is an example object payload from Amazon Cognito, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

UserPoolIdAttributesToGetLimitPaginationTokenFilter

Example Payload

Raw ↑
{
  "UserPoolId": "us-east-1_example",
  "AttributesToGet": "example-string",
  "Limit": "example-string",
  "PaginationToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.example",
  "Filter": "example-string"
}