---
title: "send email to the user email then change their email"
method: POST
path: "/answer/api/v1/user/email/change/code"
tags: ["User"]
---

# send email to the user email then change their email

`POST /answer/api/v1/user/email/change/code`

send email to the user email then change their email

## Request body

- SchemaUserChangeEmailSendCodeReq
  - `captcha_code` string
  - `captcha_id` string
  - `e_mail` string, required
  - `pass` string

## Response `200`

OK

- HandlerRespBody
  - `code` integer — http code
  - `data` unknown
  - `msg` string — response message
  - `reason` string — reason key

## Changes

- **2025-01-09** `5c24701f89b7` — 1 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
- **2023-12-14** `28f5955e0744` — 1 info
  - the endpoint scheme security `ApiKeyAuth` was removed from the API

[Change history](https://skmtc.dev/apache/apis/apache-answer/changes/answer/api/v1/user/email/change/code/post.md)

---

[API](https://skmtc.dev/apache/apis/apache-answer.md) · [All operations](https://skmtc.dev/apache/apis/apache-answer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apache/apache-answer/revisions/e9c2980e6571/schema)
