Skip to content

How to fetch email address of all my group members? #24527

Discussion options

You must be logged in to vote

Hi,

I am able to retrieve your email address using REST API
https://api.github.com/users/seetharamanjkpt

WARNING: You only see publicly visible email addresses when authenticated with GitHub.
So, if if call the above URL unauthenticated, email address is null
Performing the same authenticated (passing access token for example), the email is shown
For more information, on Authentication (https://developer.github.com/v3/#authentication).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment