---
title: "Get LinkedIn profile by URN"
method: GET
path: "/linkedin/profile/{urn}"
tags: ["LinkedIn"]
---

# Get LinkedIn profile by URN

`GET /linkedin/profile/{urn}`

Look up a LinkedIn user or organization by their URN (e.g. `urn:li:person:xyz` or `urn:li:organization:xyz`) to get the username, name, and profile picture.

## Path parameters

- `urn` string, required

## Response `200`

LinkedIn profile information

- object
  - `urn` string, required — LinkedIn URN of the account
  - `username` string, required — LinkedIn vanity name (username)
  - `name` string, required — Display name of the account
  - `profileImageUrl` string, nullable, required — URL of the profile image, or null if not available
  - `type` 'User' | 'Organization', required — Type of the LinkedIn account

## Other responses

- `401` — Unauthorized - Missing or invalid API key
- `404` — Not Found - Resource does not exist

---

[API](https://skmtc.net/tryordinal/apis/ordinal-api.md) · [All operations](https://skmtc.net/tryordinal/apis/ordinal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryordinal/ordinal-api/revisions/1d0792ff454f/schema)
