---
title: "Initiate email address change"
method: POST
path: "/v1/profiles/me/email-change"
tags: ["Profile"]
---

# Initiate email address change

`POST /v1/profiles/me/email-change`

Stores the requested address as a pending change and dispatches a verification mail to that address. The current email continues to work as the login until the change is confirmed via the verification link.

## Request body

- EmailChangeRequestDto
  - `newEmail` string

## Response `200`

Verification mail dispatched

## Other responses

- `400` — Invalid email or address already in use
- `401` — User is not authorized to access this endpoint
- `500` — Internal server error

---

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