I want to use the github api to get a list of private email addresses for collaborators on a project.
I've tried using
curl -u username:password http://github.com/api/v2/yaml/user/show/username
but I can only access public email addresses. Is it possible to access the private email addresses?