showing results for - "linkedin api v2 get email address"
Marco
06 Jan 2018
1// This won't give you the email
2'/v2/me?projection=(id,firstName,lastName,profilePicture(displayImage~:playableStreams))'
3// This will do:
4'https://api.linkedin.com/v2/emailAddress?q=members&projection=(elements*(handle~))'
5/* !!!!!!!!!!!!!!!!!!!!!!!!!
6 * Make sure to add "scope=r_emailaddress" when you give use the authentification url
7*/
8