Skip to main content
POST
Get people by ID (bulk)

Authorizations

X-API-Key
string
header
required

Body

application/json
Required array length: 1 - 50 elements
linkedin_url
string

The person's LinkedIn profile URL. Accepts http/https, with or without www.

Example:

"https://www.linkedin.com/in/janedoe"

linkedin_id
string

The person's LinkedIn vanity ID, the slug at the end of their profile URL (e.g. john-doe-123abc in linkedin.com/in/john-doe-123abc).

Example:

"janedoe"

linkedin_num_id
integer

The person's LinkedIn numeric member ID.

Example:

123456789

linkedin_urn
string

The person's LinkedIn URN, a stable, non-changing reference found in many datasets.

Example:

"ACoAAAxxxxxxxx"

Response

One row per lookup, in input order. found rows carry the resolved person; queued rows carry the enrichment request context.

status
enum<string>

found when resolved, queued when an async enrichment was started for an unknown person.

Available options:
found,
queued
person
Person · object

The resolved person. Present when status is found.

enrichment
object

Enrichment request context. Present when status is queued.