Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.44 KB

File metadata and controls

33 lines (25 loc) · 1.44 KB

LinkedinUser

Canonical LinkedIn user profile. id is the URL slug (public_identifier); urn is the LinkedIn internal opaque id required to call URN-keyed sub-resources source — gateway hides that detail behind /linkedin/users/{id}/_* (see ADR 0006).

Properties

Name Type Description Notes
id String LinkedIn URL slug (public_identifier). Use this as the path parameter for every /linkedin/users/{id}/... endpoint.
urn String LinkedIn internal URN (e.g. `ACoAA...`). Stable across username changes; required by certain LinkedIn-internal flows.
username String Same value as `id`; included for cross-platform field parity.
displayName String
firstName String
lastName String
headline String
avatarUrl String
coverImageUrl String
location LinkedinLocation
isPremium Boolean
isOpenToWork Boolean
isHiring Boolean
isCreator Boolean
isInfluencer Boolean
isTopVoice Boolean
isMemorialized Boolean
createdAt String
websiteUrl String
associatedHashtags List<String>