---
title: "发送邮箱绑定验证邮件"
method: PUT
path: "/api/v1/users/email/bind-request"
tags: ["【用户】邮箱绑定"]
---

# 发送邮箱绑定验证邮件

`PUT /api/v1/users/email/bind-request`

用户已登录状态下请求绑定邮箱，系统发送验证邮件

## Request body

- DomainSendBindEmailVerificationReq
  - `email` string, required — 要绑定的邮箱地址

## Response `200`

OK

- WebResp
  - `code` integer
  - `data` unknown
  - `message` string

## Other responses

- `401` — 未授权
- `500` — 服务器内部错误

---

[API](https://skmtc.net/chaitin/apis/untitled-api.md) · [All operations](https://skmtc.net/chaitin/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chaitin/untitled-api/revisions/5a5929cb17f2/schema)
