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

# Create a new email Identity

`POST /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

---

[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/3e6bbc61550f/schema)
