---
title: "Bind Email Confirm"
method: POST
path: "/api/user/profile/bind-email-confirm"
---

# Bind Email Confirm

`POST /api/user/profile/bind-email-confirm`

Verify the OTP + write the email to the caller's user row.

Mirrors /api/auth/email/login's verification (expiry, max attempts,
constant-time compare) but updates the existing row instead of
creating one. Returns the updated public-user shape (same as
/api/auth/me) so the SPA can refresh its store without a refetch.

## Headers

- `authorization` string, nullable

## Request body

- BindEmailConfirmIn
  - `email` string, required
  - `code` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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