v1
latestOpenAPI 3.0.32026-07-24235275.4 KBIdentity
Add a client user identifier or custom identifier(s) to a user
Make a call to this endpoint to associate a client user identifier or custom identifier(s) with other identifiers. A client user or custom identifier needs to be accompanied by at least one other identifier of the following types: phone, email, shopify id, klaviyo id, client user identifier, or custom identifier.
post/identity-resolution/user-identifiers
Request body
Example request
{
"phone": "+13115552368",
"email": "sample-email@attentivemobile.com",
"klaviyoId": "0123456789ABCDEFGHIJKLMNOP",
"clientUserId": "123456",
"customIdentifiers": [
{
"name": "loyaltyId",
"value": "1122334455"
}
]
}Response
Request processed.