Amazon Cognito · Example Payload

User Pools Event Context Data Type Example

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

User Pools Event Context Data Type 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

IpAddressDeviceNameTimezoneCityCountry

Example Payload

Raw ↑
{
  "IpAddress": "example-string",
  "DeviceName": "example-name",
  "Timezone": "example-string",
  "City": "example-string",
  "Country": "example-string"
}