---
title: "Update email for current user (account)"
method: PUT
path: "/user/email"
tags: ["Users"]
---

# Update email for current user (account)

`PUT /user/email`

## Request body

- ModelsEmailChange
  - `current_password` string, required
  - `mail` string, required

## Response `200`

account email updated successful

- SuccessResponse
  - `data` object
  - `status` string

## Other responses

- `400` — invalid account email form data
- `403` — updating account email not permitted
- `404` — current user not found
- `409` — email already exists
- `500` — internal error on updating account email

## Changes

- **2026-08-03** `093b22303bcc` — 1 info
  - endpoint added
- **2026-07-30** `1bd0a5abb67e` — 1 breaking
  - api path removed without deprecation
- **2026-07-17** `00ae1fc06290` — 1 breaking
  - api path removed without deprecation
- **2026-06-05** `8dbfb207c0ae` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/vxcontrol/apis/pentagi-swagger-api/changes/user/email/put.md)

---

[API](https://skmtc.dev/vxcontrol/apis/pentagi-swagger-api.md) · [All operations](https://skmtc.dev/vxcontrol/apis/pentagi-swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vxcontrol/pentagi-swagger-api/revisions/7c1cbf7abaa1/schema)
