Expand my Community achievements bar.

SOLVED

AEP B2B - Account profile UI - People Tab

Avatar

Employee

Hello Everyone,
I am referring the B2B : Account profile UI guide 

 https://experienceleague.adobe.com/docs/experience-platform/rtcdp/account/account-profile-ui-guide.h...
For 'People Tab' it is  mentioned that "The People tab displays a list of up to 25 people associated with the account. For accounts with more than 25 associated people, the system shows a random sampling of 25 records."
I want to know if there is a way (any API) to view a complete list of people associated to the account in the profile store.
Query services I can see all the associated people, but that is the data lake view. 

1 Accepted Solution

Avatar

Correct answer by
Level 9

@Ankita5  query service as an option to go if you are looking for all associate people . on the other handprofile service basically show profile/people stitched based on the identity defined.

if you are looking detail from profile data store - then consider using profile service api if that helps in your use case 

View solution in original post

4 Replies

Avatar

Community Advisor

Hello @Ankita5 

 

The Query services should give you the details you are looking for. Just curious to see how it would be different for profile store ?

 

Thanks

Narendra 

Avatar

Employee

Hi @narendragandhi 
Query services will be give me the unstitched view from data lake, 
While profile store view is all data stitched based on PI and SI . 

There is a system table: account_person_snapshot this can be referred for profile store view of account person

Avatar

Administrator

@_Manoj_Kumar_@NickMannion@arpan-garg@pradnya_balvir@nnakirikanti@RiteshYadav18

Kindly take a moment to review this question and share your valuable insights. Your expertise would be greatly appreciated!



Kautuk Sahni

Avatar

Correct answer by
Level 9

@Ankita5  query service as an option to go if you are looking for all associate people . on the other handprofile service basically show profile/people stitched based on the identity defined.

if you are looking detail from profile data store - then consider using profile service api if that helps in your use case