Get Prospect Person
Prospects
Get Prospect Person
Retrieves a person associated with a prospect by their unique identifier, including their associated company
GET
Get Prospect Person
Retrieves detailed information about a specific person from the global person database. This endpoint returns the person record along with their associated company data if available.
Persons are shared across all organizations and contain enriched data aggregated from multiple lead providers.
Authentication
This endpoint does not require authentication. Person data is publicly accessible within the Lance platform.Request
The unique identifier (UUID) of the person to retrieve.
Response
Returns a person object with all available fields, including an embedded company object if the person has an associated company.Person Fields
Unique identifier (UUID) for the person.
The person’s first name.
The person’s last name.
Current job title.
Person’s city of residence or work.
Person’s postal code.
Person’s country.
LinkedIn profile URL.
Array of phone numbers for the person.
Array of email addresses for the person.
UUID of the associated company.
Date of birth in ISO 8601 format.
Array of department names the person belongs to.
Array of sub-department names.
Array of job functions.
Seniority level (e.g., “Director”, “Manager”, “VP”).
Array of language objects.
Industry the person works in.
Array of education records.
Array of work experience records.
Array of skill strings.
Array of certificate records.
LinkedIn profile information.
UUID of the lead owner user.
GDPR consent status. One of:
UNKNOWN, OPTOUT.Source of consent information.
ISO 8601 timestamp of when consent was last updated.
External Identifiers
Internal provider identifier for this person.
Bullhorn CRM identifier for this person.
Generic CRM identifier for this person.
Timestamps
ISO 8601 timestamp of when the person record was created.
ISO 8601 timestamp of when the person record was last updated.
ISO 8601 timestamp of when the person was soft-deleted, if applicable.
Embedded Company
The associated company record, included when the person has a
companyId.
Contains all company fields as documented in the Get Prospect
Company endpoint.Response Examples
Error Codes
| Status Code | Error Code | Description |
|---|---|---|
| 404 | NOT_FOUND | No person exists with the specified ID. |
| 500 | INTERNAL_ERROR | An unexpected server error occurred. |
Notes
- The
companyfield is automatically populated when the person has a validcompanyId. If the person has no associated company or thecompanyIdis null, thecompanyfield will benull. - This endpoint is provided under the
/prospects/path for organizational purposes within the prospecting feature context. - Person data is deduplicated using LinkedIn URL, email addresses, and provider-specific IDs.