Merge user profiles

This API enables you to merge the attributes of a user profile to another user profile. The profile with source distinct ID is merged with the target profile, after which the source profile is automatically deleted. If the target distinct ID does not exist, the source distinct ID is updated to target distinct ID.

Authentication

AuthorizationBearer
Enter your API Key. If you don't have it already, you can create one from the API Keys page within your Fyno account

Path parameters

WSIDstringRequired
Enter your workspace ID. You can obtain this value from the API Keys page within your Fyno account.
versionenumRequiredDefaults to live
Specify the version for which you would like to manage the user profile.
Allowed values:
source_distinct_idstringRequired
Enter the source distinct ID that you wish to merge from.
target_distinct_idstringRequired
Enter the target distinct ID to which the profile should merge into.

Response

Profiles merged successfully and the source profile is deleted
_messagestring
statusstring

Errors