Amazon Cognito · Example Payload

Identity Pools List Identities Input Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

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

Top-level fields

IdentityPoolIdMaxResultsNextTokenHideDisabled

Example Payload

Raw ↑
{
  "IdentityPoolId": "us-east-1_example",
  "MaxResults": "example-string",
  "NextToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.example",
  "HideDisabled": "example-string"
}