---
title: "(Auth)"
method: POST
path: "/api/users/email/request/change/{newmail}"
tags: ["AppUser"]
---

# (Auth)

`POST /api/users/email/request/change/{newmail}`

## Path parameters

- `newmail` string, required

## Request body

- ChangeEmailViewModel
  - `newEmail` string, nullable
  - `password` string, nullable
  - `callbackUrl` string, nullable

## Response `200`

OK

- boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/ganjoor/apis/rmuseum-api.md) · [All operations](https://skmtc.net/ganjoor/apis/rmuseum-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ganjoor/rmuseum-api/versions/67f214807b28/schema)
