Amazon Cognito · Example Payload

Identity Pools Lookup Developer Identity Input Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

Identity Pools Lookup Developer Identity Input 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

IdentityPoolIdIdentityIdDeveloperUserIdentifierMaxResultsNextToken

Example Payload

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