Enrich Person Email Result

When the email verification from the request is done, the results will be sent to you via a POST request to the url you passed in the Enrich person endpoint.

Request Body

application/jsonRequired
idRequiredId

Internal ocean id of the person

domainRequiredDomain

Domain of the company the person is working for

namestring | null | null
firstNamestring | null | null
lastNamestring | null | null
countrystring | null | null
statestring | null | null
locationstring | null | null
linkedinUrlstring | null | null
senioritiesarray<unknown> | null | null
departmentsarray<unknown> | null | null
photostring | null | null
jobTitlestring | null | null
jobTitleEnglishstring | null | null
currentJobDescriptionstring | null | null
experiencesarray<unknown> | null | null
summarystring | null | null
skillsarray<unknown> | null | null
phoneobject | null | null
emailobject | null | null

Response Body

Successful Response

TypeScript Definitions

Use the response body type in TypeScript.

responseRequiredunknown

Validation Error

TypeScript Definitions

Use the response body type in TypeScript.

detailDetail