---
title: "Update Current User Email"
method: PATCH
path: "/api/auth/email"
tags: ["Authentication"]
---

# Update Current User Email

`PATCH /api/auth/email`

## Request body

- UpdateEmailRequest
  - `email` string, required

## Response `200`

Successful Response

- UpdateEmailResponse
  - `success` boolean, required
  - `message` string, required
  - `user` object, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-06-13** `33e4ba4936ad` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/xorbitsai/apis/xagent/changes/api/auth/email/patch.md)

---

[API](https://skmtc.dev/xorbitsai/apis/xagent.md) · [All operations](https://skmtc.dev/xorbitsai/apis/xagent/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xorbitsai/xagent/revisions/33e4ba4936ad/schema)
