Solved
Is there any APIs available for update the existing profile attributes in AEP
Hi there,
can we update profile data by using APIs in AEP?
if yes, can you please provide related docs?
for example, I have a profile and want to update an attribute's value of the profile.
"profile": {
"person": {
"name": {
"courtesyTitle": "Mr.",
"firstName": "Vivek",
}
}
}
I assume that it should be done by merge policy but it seems it's not working somehow.
}
}
}
I assume that it should be done by merge policy but it seems it's not working somehow.