Amazon Cognito · Example Payload

Identity Pools List Identities Response Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

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

Top-level fields

IdentityPoolIdIdentitiesNextToken

Example Payload

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