---
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

---

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