---
title: "Identify a contact as user"
method: POST
path: "/contact/identify"
tags: ["Contact"]
---

# Identify a contact as user

`POST /contact/identify`

## Query parameters

- `team_id` string, required

## Headers

- `api_key` string, required

## Request body

- ContactRequest
  - `firstName` string
  - `lastName` string
  - `email` string, required
  - `newEmail` string
  - `company` string
  - `birthday` string
  - `tags` string[]
  - `customFields` object

## Response `200`

The created Contact object

- ContactResponse
  - `status` string
  - `message` string
  - `data` Contact
    - `encryptedTeamId` string
    - `encryptedId` string
    - `firstName` string
    - `lastName` string
    - `email` string
    - `company` string
    - `birthday` string
    - `tags` string[]
    - `customFields` object

---

[API](https://skmtc.dev/sendx/apis/sendx-rest-api.md) · [All operations](https://skmtc.dev/sendx/apis/sendx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sendx/sendx-rest-api/revisions/bd5fa533f26a/schema)
