Export Email addressess

Hi,
How can I export all the email addresses from users?
Thanks

Thanks, I have worked it out.

Hi cmb, if you’ve time to share your findings here, that might help others who follow in your footsteps some day. Thanks!

Hi Admin,
I ran a SQL query against gibbonPerson table,
SELECT email FROM gibbonPerson;
Kind Regards

Thanks CMB! You can do this through the Query Builder model, in Gibbon, if you want to avoid going into the backend.

Thanks, Admin, I have a query builder license and will be installing soon.