---
title: "Add a new email address to the current user."
method: POST
path: "/emails"
tags: ["Email Management"]
deprecated: true
---

# Add a new email address to the current user.

`POST /emails`

> **Deprecated.**

## Request body

- object
  - `address` string, email, required

## Response `201`

Email successfully added

## Other responses

- `400` — Bad Request
- `409` — Conflict
- `500` — Internal server error

---

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