---
title: "Enriches the Email address"
method: POST
path: "/emailid/enrich"
tags: ["emailid"]
---

# Enriches the Email address

`POST /emailid/enrich`

Enriches the email with more data like first name, last name, title, department, address, phone, status

## Request body

- EnrichEmailRequest — MetaData to search and get details about an email id
  - `userEmail` string, required — User's Email Address
  - `email` string, required — Email Id
  - `apiKey` string, required — API Key

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Authentication Failed
- `404` — Resource not found

---

[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)
