People Search Email Results
When the email verifications from the search are done, the results will be sent to you via a POST request to the url you passed in the Search People endpoint.
Request examples
{
"people": [
{
"id": "e9447c74eafa8a19",
"domain": "google.com",
"name": "John Doe",
"firstName": "John",
"lastName": "Doe",
"country": "us",
"location": "Copenhagen, Capital Region, Denmark",
"linkedinUrl": "https://www.linkedin.com/in/someone",
"seniorities": [
"C-Level",
"Manager"
],
"departments": [
"Management",
"Marketing and Advertising"
],
"photo": "http://media.licdn.com/dms/image/somelink",
"jobTitle": "Professeur",
"jobTitleEnglish": "Teacher",
"summary": "Some text that the person wrote to describe themselves",
"email": {
"status": "guessed",
"address": "guessed@somedomain.com"
}
}
],
"detail": "OK",
"total": 32871
}
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}