Enrich person
POST/v1/people/enrich
Enriches a single person by LinkedIn URL, returning profile details (name, title, emails, jobs, tags, location). Only invoke this after the end user has selected a specific candidate returned by GET /v1/people/search. If a contact with a matching LinkedIn URL or email already exists in the organization, its ID is returned as existingContactId so callers can update the existing record instead of creating a duplicate.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Enriched profile
Invalid request parameters
Invalid or missing API key
No profile found for the provided LinkedIn URL
Internal server error