Can anyone suggest me what would be the approach if I have to extract some attributes of an Unified Profile for example only the first name, last name or gender of an Unified profile via POSTMAN API? Is it possible to get some attributes? What is the best approach according to you? If not, please provide me an explanation as well. Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
@ribhubanerjee You can provide fields you want using the query parameter "fields"
Read more here
https://experienceleague.adobe.com/en/docs/experience-platform/profile/api/entities#query-parameters
I see there is a API guide which might be useful
https://experienceleague.adobe.com/en/docs/experience-platform/profile/api/overview
@ribhubanerjee You can provide fields you want using the query parameter "fields"
Read more here
https://experienceleague.adobe.com/en/docs/experience-platform/profile/api/entities#query-parameters
I came across this document. This was useful, thanks!
Views
Replies
Total Likes