Enrich Person Phone Result

When the phone 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.

idstring

Internal ocean id of the person

Example"e9447c74eafa8a19"
domainstring

Domain of the company the person is working for

Example"google.com"
name?string

Full name of the person

Example"John Doe"
firstName?string

First name of the person

Example"John"
lastName?string

Last name of the person

Example"Doe"
country?string

Country code of the person

Example"us"
Example"dk"
state?string

State code of the person

Example"CA"
Example"NY"
location?string

Location of the person

Example"Copenhagen, Capital Region, Denmark"
linkedinUrl?string

Link to the linkedin profile of the person

Example"https://www.linkedin.com/in/someone"
seniorities?array<Seniority>

List of seniorities computed from the job title of the person

Example["C-Level","Manager"]
departments?array<Department>

List of departments computed from the job title of the person

Example["Management","Marketing and Advertising"]
photo?string

Link to the person's profile picture on LinkedIn

Example"http://media.licdn.com/dms/image/somelink"
jobTitle?string

Job title of the person

Example"Professeur"
jobTitleEnglish?string

English translation of the person's job title

Example"Teacher"
currentJobDescription?string

Current job description of the person

Example"Software Engineer specializing in cloud infrastructure"
experiences?array<Experience>

List of experiences of the person

Example[{"dateFrom":"2020-01-01","dateTo":"2021-01-01","description":"Software Engineer specializing in cloud infrastructure","domain":"domain.com","jobTitle":"Software Engineer"}]
summary?string

Summary of the person

Example"Some text that the person wrote to describe themselves"
skills?array<string>

Skills of the person

Example["Product Management","Entrepreneurship","Social Media"]
phone?models__public_person__Phone

Email of the person

Example{"address":"guessed@somedomain.com","status":"guessed"}
Example{"address":"verified@otherdomain.com","status":"verified"}
email?models__public_person__Email

Email of the person

Example{"address":"example.jonas@ocean.io","status":"verified"}

Response Body