---
title: "Confirm change of user's registered email"
method: GET
path: "/change-email/{token}"
---

# Confirm change of user's registered email

`GET /change-email/{token}`

This is the result of getting a change-email token and is usually the result of clicking the link from a change-email  email. This always results in a redirect().

## Other responses

- `302` — Redirects depending on success/error and whether __SECURITY_REDIRECT_BEHAVIOR__ == 'spa'.

## Changes

- **2024-05-14** `173c942728c9` — 1 info
  - endpoint added
- **2019-07-23** `11c8459a5c04` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/pallets-eco/apis/flask-security-external-api/changes/change-email/:token/get.md)

---

[API](https://skmtc.dev/pallets-eco/apis/flask-security-external-api.md) · [All operations](https://skmtc.dev/pallets-eco/apis/flask-security-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pallets-eco/flask-security-external-api/revisions/ee92f388dafa/schema)
