Get LinkedIn profile by URN
Look up a LinkedIn user or organization by their URN (e.g. urn:li:person:xyz or urn:li:organization:xyz) to get the username, name, and profile picture.
GET
/linkedin/profile/{urn}Authorization
AuthorizationBearer token · headerrequiredAPI key authentication. Generate an API key from your workspace settings.
Path parameters
urnstringrequiredLinkedIn URN of the person or organization (e.g. urn:li:person:abc123 or urn:li:organization:99999)
min length 1 · matches ^urn:li:(person|organization):.+
Responses
200
LinkedIn profile information
urnstringrequiredLinkedIn URN of the account
usernamestringrequiredLinkedIn vanity name (username)
namestringrequiredDisplay name of the account
profileImageUrlstring | nullrequiredURL of the profile image, or null if not available
typestringrequiredType of the LinkedIn account
Allowed:
UserOrganization401
Unauthorized - Missing or invalid API key
codestringmessagestring404
Not Found - Resource does not exist
codestringmessagestring