API Connector setup:
-
Call - id added in user profile endpoint and email removed from key path
-
Profile fields - Initializing call will show locale like en_US for fields where this might not work for other countries unless you specify locale. See raw data for how to set this up manually. Plugin handles this for you automatically.
GET https://api.linkedin.com/v2/me?projection=[projection]
projection = (id,profilePicture(displayImage~:playableStreams),firstName,lastName)
To display image in an image element, get data from external API and select API’s body profilePicture displayImage~ elements’s identifiers’s identifier:first item
- Email - initializing call shows email returned as first item in elements(list)
GET https://api.linkedin.com/v2/emailAddress?q=members&projection=(elements*(handle~))