Customer
put/v1/customer
Query parameters
subscriberCustomerIdstring
The subscriber customer id to match. All customers with this id will be updated.
externalUserIdstring
The messaging-platform user id (e.g. the WhatsApp BSUID) to match. All customers with this id will be updated.
Request body
Example request
{
"firstName": "Lori",
"lastName": "Keet",
"email": "lori@keet.com",
"phoneNumber": "+14155552671",
"displayName": "Lori Keet",
"remoteId": "1234567890",
"subscriberCustomerId": "1234567890",
"avatarUrl": "https://example.com/image.jpg"
}Response
Customers updated successfully
Example response
[
{
"firstName": "Lori",
"lastName": "Keet",
"email": "lori@keet.com",
"phoneNumber": "+14155552671",
"displayName": "Lori Keet",
"remoteId": "1234567890",
"subscriberCustomerId": "1234567890",
"avatarUrl": "https://example.com/image.jpg",
"id": "e63d04d0-cfd4-46ad-9186-20ee31a8563b",
"externalUserId": "BR.1A2B3C4D5E6F7G8H9I0J1K2L3M4N5O6P7Q8R9S0T"
}
]