---
title: "Register Email"
method: POST
path: "/cabinet/auth/email/register"
tags: ["Cabinet Auth"]
---

# Register Email

`POST /cabinet/auth/email/register`

Register/link email to existing Telegram account.

Requires valid JWT token from Telegram authentication.
Sends verification email to the provided address.

## Request body

- EmailRegisterRequest — Request to register/link email to existing Telegram account.
  - `email` string, email, required — Email address
  - `password` string, required — Password (min 8 chars)

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api.md) · [All operations](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bedolagam/remnawave-bot-admin-api/revisions/45956d1b13ec/schema)
