[SalesForce] Export Users’ list

Is there a way to export the list of users that we create in Marketing Cloud. I see an import option there, but don't see an export option. Either it is disabled for my account or it is not available out-of-the-box.

Please note that I do not want to export the All Subscribers' list data but only the data for the users who are created in SFMC. So, if I have 200 users in SFMC, the way it is displayed on the users section(under Administration-> Users), I need to export it as it is. And if a user is tagged to 3 BUs, I need to have three rows for that particular user, one for each BU.

Let me know how I can achieve this. Appreciate your help!

Best Answer

You can use the SOAP retrieve method on AccountUser object to retrieve details on users currently created in Marketing Cloud. It is not possible to export the list through the UI.

This short guide explains how to set up SoapUI to work with SFMC

Related Topic