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/json
Requiredid
RequiredIdInternal ocean id of the person
domain
RequiredDomainDomain of the company the person is working for
name
string | null | nullfirstName
string | null | nulllastName
string | null | nullcountry
string | null | nullstate
string | null | nulllocation
string | null | nulllinkedinUrl
string | null | nullseniorities
array<unknown> | null | nulldepartments
array<unknown> | null | nullphoto
string | null | nulljobTitle
string | null | nulljobTitleEnglish
string | null | nullcurrentJobDescription
string | null | nullexperiences
array<unknown> | null | nullsummary
string | null | nullskills
array<unknown> | null | nullphone
object | null | nullemail
object | null | nullResponse Body
Successful Response
TypeScript Definitions
Use the response body type in TypeScript.
response
RequiredunknownValidation Error
TypeScript Definitions
Use the response body type in TypeScript.
detail
Detail