Skip to content
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

Data doesn't have the email address #5

Open
usamajob opened this issue May 30, 2023 · 2 comments
Open

Data doesn't have the email address #5

usamajob opened this issue May 30, 2023 · 2 comments

Comments

@usamajob
Copy link

hey there
can anyone be able to guide me to get the email address on this fetching date thanks.

@Anakin008
Copy link

I'm also subscribing to this. any way to get the email address?

@fascenda
Copy link

fascenda commented Nov 9, 2023

While debugging this JavaScript in Chrome to understand the problem I was having, I looked to see if any other data is available from the Group Membership List. It looks like this script captures everything that is there.

For email address you'd have to follow the URL of each member and look in their Contact Information. Which you could do by extending this JavaScript. You'd get the memberNode.url and follow that
<--URL-->/about_contact_and_basic_info would be the target page. You'd have a lot of data about the individual.

There is also an API that could be used to fetch information about individuals. That's all I know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants