If you're using OpenID Connect (Considering your scopes are profile
, email
), you should use the endpoint /userInfo
.
To access /me
, you need the r_basicprofile
permission (not r_liteprofile
, which is deprecated).
For more details, refer to the official LinkedIn documentation:
Good luck!