Is it possible to export all end users email addresses on zendesk?
Export End users email address
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Is it possible to export all end users email addresses on zendesk?
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Hey Josh -
Using the API can sound daunting, but it's actually pretty easy once you know the steps. You'll make a call to the API, download the .json file, convert it to a .csv (there are a number of free online tools that do this, just Google json to csv converter) and then you've got your data.
This article covers the basics of using the API to get data:
Admin's Guide to the Zendesk API