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).
| 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> |