Amazon Connect · Example Payload

User Identity Info Example

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

User Identity Info Example is an example object payload from Amazon Connect, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

FirstNameLastNameEmailSecondaryEmailMobile

Example Payload

Raw ↑
{
  "FirstName": "Jane",
  "LastName": "Smith",
  "Email": "jsmith@example.com",
  "SecondaryEmail": "analyst@example.com",
  "Mobile": "example-value"
}