---
title: "Get pending email change status"
method: GET
path: "/v1/profiles/me/email-change"
tags: ["Profile"]
---

# Get pending email change status

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

Returns the address awaiting verification and its expiry, or empty fields if no change is pending or the existing one has expired.

## Response `200`

Status retrieved successfully

- EmailChangeStatusDto
  - `pendingEmail` string
  - `expiresAt` integer

## Other responses

- `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)
