Syntax
mergeProfile(contactId)
Description
Merges the current Contact Profile with another one. This function is useful for combining duplicate Contact Profiles or moving data between users. Parameters:contactId:stringโ the ID of the Contact Profile to merge into.
Promise<unknown>