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

## Changes

> 5 revisions in range; 2 not diffed.

- **2026-08-13** `3e6bbc61550f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/uberall/apis/uberall-api/changes/identities/post.md)

---

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