
There isn’t a built-in way to display this directly. However, there is a table called SegmentMembership (msdynci_segmentmembership) that includes a column named Segments, which stores a JSON dictionary containing an array of segment names.
The primary key for this table is CustomerId, and you can use Advanced Find to join it with CustomerProfile (msdynci_customerprofile) to retrieve additional attributes.
Regards,
Jimmy Passeti | Microsoft MVP
✅ Please mark as Verified if this answered your question!