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-ID
Request
This endpoint expects an object.
first_name
Person's first name
last_name
Person's last name
middle_name
Person's middle name
linkedin_profile
LinkedIn profile URL
company
Current or recent employer (improves match accuracy)
Response
Person report generated successfully
full_name
Full name
first_name
First name
last_name
Last name
linkedin_url
LinkedIn profile URL
headline
Professional headline
summary
Professional summary
location
Person's location
current_company
Current employer details
experience
Work experience history
education
Education history
skills
Professional skills
emails
Email addresses
phone_numbers
Phone numbers
pdl_id
PDL person identifier
match_likelihood
PDL match confidence score (1-10)
error
Error message if the enrichment failed