Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.53 KB

File metadata and controls

30 lines (26 loc) · 1.53 KB

Unifapi.Sdk.Model.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 bool
IsOpenToWork bool
IsHiring bool
IsCreator bool
IsInfluencer bool
IsTopVoice bool
IsMemorialized bool
CreatedAt string
WebsiteUrl string
AssociatedHashtags List<string>

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