---
title: "People Search Email Results"
method: POST
path: "people_search_emails"
---

# People Search Email Results

`POST people_search_emails` (webhook)

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.

## Payload

- PublicSearchPeopleEmailWebhookResult
  - `people` EmailWebhookPerson[], required
    - `id` string, required — Internal ocean id of the person
    - `domain` string, required — Domain of the company the person is working for
    - `name` string, nullable — Full name of the person
    - `firstName` string, nullable — First name of the person
    - `lastName` string, nullable — Last name of the person
    - `country` string, nullable — Country code of the person
    - `state` string, nullable — State code of the person
    - `location` string, nullable — Location of the person
    - `linkedinUrl` string, nullable — Link to the linkedin profile of the person
    - `seniorities` Seniority[], nullable — List of seniorities computed from the job title of the person
    - `departments` Department[], nullable — List of departments computed from the job title of the person
    - `subDepartments` SubDepartment[], nullable — Sub-departments computed from the job title of the person. A sub-department is a narrower version of a department, for example software development within engineering. The order does not pair up with `departments`, so use /v2/data-fields to see which department a sub-department belongs to.
    - `photo` string, nullable — Link to the person's profile picture on LinkedIn
    - `jobTitle` string, nullable — Job title of the person
    - `jobTitleEnglish` string, nullable — English translation of the person's job title
    - `currentJobDescription` string, nullable — Current job description of the person
    - `experiences` Experience[], nullable — List of experiences of the person
      - `domain` string, nullable — Domain of the company the person is working for
      - `jobTitle` string, nullable — Job title of the person
      - `dateFrom` string, nullable — Start date of the experience
      - `dateTo` string, nullable — End date of the experience
      - `description` string, nullable — Description of the experience
      - `linkedinCompanyHandle` string, nullable — Linkedin handle of the company the person is working for
    - `summary` string, nullable — Summary of the person
    - `skills` string[], nullable — Skills of the person
    - `phone` PublicApiModelsPersonPhone
      - `numbers` string[], nullable, required — Phone numbers
      - `status` 'verified' | 'notFound' | 'inProgress', required — Status of the phone numbers: verified or not found
    - `email` PublicApiModelsPersonEmail
      - `address` string, nullable, required — Email address
      - `status` 'verified' | 'guessed' | 'catchAll' | 'notFound', required — Status of the address: verified, catchAll or guessed
    - `inferredEmails` string[] — List of inferred email addresses for the person. This is only available for enterprise subscriptions.
    - `updatedAt` string, nullable — When has the person data been updated for the last time
    - `connectionsCount` integer, nullable — Number of LinkedIn connections of the person
    - `followersCount` integer, nullable — Number of LinkedIn followers of the person
    - `headline` string, nullable — Headline of the person
  - `detail` string, required — Status text
  - `total` integer, nullable — Total number of results of the search, accessible with pagination.

## Acknowledgement `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/ocean/apis/ocean-io-api-documentation.md) · [All operations](https://skmtc.dev/ocean/apis/ocean-io-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ocean/ocean-io-api-documentation/revisions/5a550a018473/schema)
