Get current LinkedIn user
GET/ad-publishing/linkedin/me
Retrieve the authenticated LinkedIn user info for a location
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location identifier
Profile of the LinkedIn member connected to this location
- application/json
- Schema
- Example (auto)
Schema
idstringrequired
LinkedIn member id
namestringrequired
Display name, joined from the profile first and last name
profilePicturestring
Profile photo URL, taken from the largest display image LinkedIn returns
{
"id": "AbC1dEfGh2",
"name": "Jane Doe",
"profilePicture": "https://media.licdn.com/dms/image/v2/.../profile-displayphoto"
}