Amazon Cognito · Example Payload

Identity Pools Unlink Identity Input Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

Identity Pools Unlink Identity Input 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

IdentityIdLoginsLoginsToRemove

Example Payload

Raw ↑
{
  "IdentityId": "example-string",
  "Logins": "example-string",
  "LoginsToRemove": "example-string"
}