---
title: "Final step in email update change. Given a confirmation token and the email, this will finish the email change."
method: POST
path: "/api/Account/confirm-email-update"
tags: ["Account"]
---

# Final step in email update change. Given a confirmation token and the email, this will finish the email change.

`POST /api/Account/confirm-email-update`

This will force connected clients to re-authenticate

## Request body

- ConfirmEmailUpdateDto
  - `email` string, required
  - `token` string, required

## Response `200`

OK

---

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