-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Admin Email export #391
Comments
this is possible but not easy to get the service body emails I believe you need to have the following setting set in your config To get individual email addresses from the meeting contact fields you must be authenticated, once you login you can hit I created a php gist here that will also perform that task https://gist.github.com/pjaudiomv/5f8dedb1f2c9c22dc1425052aabd7ea6 |
.... oh you want root server admins ... thats a different thing :( |
yea there's no general like get_users semantic admin endpoint so I dont think that is possible and your right you would just have to write an sql query. |
|
yea I could see just being able to dump that whole table for the most part as a csv or something as a server admin would be pretty useful |
this would get all user emails from db https://gist.github.com/pjaudiomv/5f8dedb1f2c9c22dc1425052aabd7ea6#gistcomment-3639473 |
It would be really handy to the Root Server Admin, to be able to pull all emails and copy them so we could send out a email blast for updates to formats etc or inform them of updates of the root server functionality.
I have ran queries against the mysql to get it, but it's a hassle that should be a admin button or something.
The text was updated successfully, but these errors were encountered: