---
title: "Update email address"
method: POST
path: "/user/settings/email"
tags: ["user"]
---

# Update email address

`POST /user/settings/email`

Lets the current user change their email address.

## Request body

- UserEmailUpdate
  - `new_email` string — The new email address. Needs to be a valid email address.
  - `password` string — The password of the user for confirmation.

## Response `200`

OK

- ModelsMessage
  - `message` string — A standard message.

## Other responses

- `400` — Something's invalid.
- `404` — User does not exist.
- `500` — Internal server error.

---

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