---
title: "updateEmail user"
method: POST
path: "/ops/users/update-email"
tags: ["ops"]
---

# updateEmail user

`POST /ops/users/update-email`

update user email

## Request body

- UpdateEmailRequestBody
  - `current_email` string, email, required
  - `new_email` string, email, required

## Response `200`

OK response.

## Other responses

- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.
- `404` — NotFound: cannot find user with the given email
- `422` — Unprocessable: Unprocessable Entity response.

---

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