Amazon Cognito · Example Payload

Identity Pools Merge Developer Identities Input Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

Identity Pools Merge Developer 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

SourceUserIdentifierDestinationUserIdentifierDeveloperProviderNameIdentityPoolId

Example Payload

Raw ↑
{
  "SourceUserIdentifier": "example-string",
  "DestinationUserIdentifier": "example-string",
  "DeveloperProviderName": "example-name",
  "IdentityPoolId": "us-east-1_example"
}