Amazon Connect · Example Payload

Amazon Connect Updateuseridentityinfo Example

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "updateUserIdentityInfo",
  "method": "POST",
  "path": "/users/{InstanceId}/{UserId}/identity-info",
  "summary": "Amazon Connect Update User Identity Info",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "UpdateUserIdentityInfoRequestExample",
      "example": {
        "IdentityInfo": {
          "FirstName": "Jane",
          "LastName": "Smith",
          "Email": "jsmith@example.com"
        }
      }
    }
  ],
  "responseExamples": []
}