Create Person Report

Generate a comprehensive person report using People Data Labs enrichment. At least one of `linkedin_profile` or both `first_name` and `last_name` is required. ## Enrichment Strategy 1. If `linkedin_profile` provided: PDL person enrichment by profile URL 2. If name only: PDL person enrichment by name + company 3. If enrichment returns 404: fallback to PDL person identify (fuzzy match)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Headers

X-Organization-IDstringRequired

Request

This endpoint expects an object.
first_namestringOptional
Person's first name
last_namestringOptional
Person's last name
middle_namestringOptional
Person's middle name
linkedin_profilestringOptionalformat: "uri"
LinkedIn profile URL
companystringOptional

Current or recent employer (improves match accuracy)

Response

Person report generated successfully
full_namestring or null
Full name
first_namestring or null
First name
last_namestring or null
Last name
linkedin_urlstring or null
LinkedIn profile URL
headlinestring or null
Professional headline
summarystring or null
Professional summary
locationobject or null
Person's location
current_companyobject or null
Current employer details
experiencelist of objects or null
Work experience history
educationlist of objects or null
Education history
skillslist of strings or null
Professional skills
social_profilesobject or null
Person's social media profile URLs
emailslist of strings or null
Email addresses
phone_numberslist of strings or null
Phone numbers
pdl_idstring or null
PDL person identifier
match_likelihoodinteger or null

PDL match confidence score (1-10)

errorstring or null
Error message if the enrichment failed

Errors