Linkedin Api V2 Get Email Address

[Solved] Linkedin Api V2 Get Email Address | Basic - Code Explorer | yomemimo.com
Question : linkedin api v2 get email address

Answered by : florin-relea

// This won't give you the email
'/v2/me?projection=(id,firstName,lastName,profilePicture(displayImage~:playableStreams))'
// This will do:
'https://api.linkedin.com/v2/emailAddress?q=members&projection=(elements*(handle~))'
/* !!!!!!!!!!!!!!!!!!!!!!!!! * Make sure to add "scope=r_emailaddress" when you give use the authentification url
*/ 

Source : | Last Update : Fri, 06 Nov 20

Answers related to linkedin api v2 get email address

Code Explorer Popular Question For Basic