POST WebsiteUser/Merge

Merges the website user asynchronous.

Remarks
This method will not modify the email address for existing users. Use the EmailAddress(PUT) API Endpoint if the email address changed.

Request Information

Body Parameters

Collection of Merge - The model.

Request body formats
Sample:
[
  {
    "EmailAddress": "sample string 1",
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "PhoneNumber": "sample string 4"
  },
  {
    "EmailAddress": "sample string 1",
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "PhoneNumber": "sample string 4"
  }
]
Sample:

Sample not available.