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.
Collection of Merge - The model.
[
{
"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 not available.