---
title: "Verify email address"
method: PUT
path: "/user/account/email"
tags: ["user-account"]
---

# Verify email address

`PUT /user/account/email`

Complete the second step of the email change flow.

This endpoint consumes the verification payload and applies the new email address to the authenticated account.

Expected usage:

1. First request a code via PATCH /user/account/email.
2. Then call this endpoint with the verification data.

On success, the email address is updated and the endpoint returns 204.

## Request body

- UpdateEmail — Payload required once the user has confirmed the verification code.
  - `email` string, email, required — Email address to update
  - `code` string, required — The verification code received via email

## Response `204`

The user's email address was updated

---

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