I would like to see contacts in a common global opt out list. Is there a way to export the common global opt out list from Sitecore EXM?
I checked in Dashboard from List Manager, but can not see any default common global opt out list.
Could you please advise me?
ManagerRootclass in EXM API has aGlobalSubscriptionproperty that contains an object of theGlobalSubscriptiontype. This object can interact with the global opt-out list and usingGetAllExcludeCollections()method you can retrieve a collection of all the global opt-out lists. Read more details here.