https://api.linkedin.com/v2/people?q=vanityName&vanityName=siva-vanity-url-value
/me url is working for me, but the above mentioned link is not working on postman. Its showing below error.
GET URL: https://api.linkedin.com/v2/people?q=vanityName&vanityName=siva-vanity-url-value (includes header o Auth 2.0 Token)
response:
{
"serviceErrorCode": 100,
"message": "Not enough permissions to access: GET-vanityName /people",
"status": 403
}
can any body help about this Linkedin Dev API. Need to get other profile info (email at least ) from LinkedIn by vanityName.
Thanks in advance.
I think this is what you are looking for. And if the user is authenticating with their LinkedIn credentials, you can use this to obtain the email address in the ID token.