If you wish to change information about a User after they have been uploaded to the Platform, you can upload a JSON file with the new value of the respective trait. To identify the User, please use the id field, so the system can identify the correct User to update.
More information about uploading user-data can be found here.
If you rather wish to delete a trait for a user, upload a user feed data file with xng-delete-trait (for STRING-fields) or null (for any other datatype) for the value of the trait that should be deleted for that user.
[
{
"id": "123786543",
"email": "james.dean@yahoo.com",
"businessUnit":"test",
"zipCode":"xng-delete-trait",
"birthdate": null
}
]When updating User traits, since no change is being made to the Structure of the data, only the value, it is not strictly necessary to Upload a header file.
If email and/or businessUnit are empty or missing from the import file, the importer will update them as empty and overwrite whatever there might have been saved before in the user profile.