Amazon Connect · Example Payload

Create User Request Example

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

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

Top-level fields

UsernamePasswordIdentityInfoPhoneConfigDirectoryUserIdSecurityProfileIdsRoutingProfileIdHierarchyGroupIdTags

Example Payload

Raw ↑
{
  "Username": "jsmith",
  "Password": "TempPass123!",
  "IdentityInfo": "a1b2c3d4-5678-90ab-cdef-11111EXAMPLE",
  "PhoneConfig": "+12065551212",
  "DirectoryUserId": "a1b2c3d4-5678-90ab-cdef-11111EXAMPLE",
  "SecurityProfileIds": [
    "a1b2c3d4-5678-90ab-cdef-11111EXAMPLE"
  ],
  "RoutingProfileId": "a1b2c3d4-5678-90ab-cdef-33333EXAMPLE",
  "HierarchyGroupId": "a1b2c3d4-5678-90ab-cdef-11111EXAMPLE",
  "Tags": {
    "key": "value"
  }
}