Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 1.25 KB

File metadata and controls

28 lines (25 loc) · 1.25 KB

# LinkedinUser

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.
display_name string
first_name string
last_name string
headline string
avatar_url string
cover_image_url string
location \Unifapi\Sdk\Model\LinkedinLocation
is_premium bool
is_open_to_work bool
is_hiring bool
is_creator bool
is_influencer bool
is_top_voice bool
is_memorialized bool
created_at string
website_url string
associated_hashtags string[]

[Back to Model list] [Back to API list] [Back to README]