---
title: "Create a new email Identity"
method: POST
path: "/customer-engagement/identities"
tags: ["Review Generation"]
---

# Create a new email Identity

`POST /customer-engagement/identities`

Creates a new email Identity in AWS and sends a verification email

## Request body

- object
  - `emailAddress` string, email, required

## Response `200`

OK response

- object
  - `emailAddress` string, nullable
  - `identityType` string, nullable
  - `verificationStatus` string, nullable
  - `message` string, nullable

## Other responses

- `400` — Invalid email address
- `401` — User does not have right permission to perform this action
- `500` — Unexpected server error (generic error envelope; errorCode references the internal error report)

---

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