---
title: "Finds the Email addresses as bulk"
method: POST
path: "/emailid/findBulk"
tags: ["emailid"]
---

# Finds the Email addresses as bulk

`POST /emailid/findBulk`

Finds the email addresses as bulk when first name, last name and company domain is given

## Request body

- FindBulkEmailRequest[]
  - `firstName` string, required — first name
  - `lastName` string, required — last name
  - `domain` string, required — domain

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Authentication Failed
- `404` — Resource not found
- `429` — Too Many Requests

---

[API](https://skmtc.net/adapt/apis/saleslift-api.md) · [All operations](https://skmtc.net/adapt/apis/saleslift-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adapt/saleslift-api/revisions/87f442a3336e/schema)
