---
title: "Confirm the email of a new user"
method: POST
path: "/user/confirm"
tags: ["user"]
---

# Confirm the email of a new user

`POST /user/confirm`

Confirms the email of a newly registered user.

## Request body

- UserEmailConfirm
  - `token` string — The email confirm token sent via email.

## Response `200`

OK

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

## Other responses

- `412` — Bad token provided.
- `500` — Internal 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)
