---
title: "Reset email address"
method: POST
path: "/users/{user_id}/emailaddress"
tags: ["Users"]
---

# Reset email address

`POST /users/{user_id}/emailaddress`

Requests a reset of the user's email address. A confirmation email will be sent to the new address when the request is accepted.

## Request body

- object
  - `email_address` string, email, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `409` — Conflict

---

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