---
title: "Update User email"
method: PUT
path: "/iam/users/{userId}/email"
tags: ["Users"]
---

# Update User email

`PUT /iam/users/{userId}/email`

Route for update user's email address

## Path parameters

- `userId` integer, required

## Request body

- UpdateUserEmailRequest
  - `new_email` string, required — User's new email.
  - `password` string, required — User's password for approve.

## Response `200`

OK

- UpdateUserEmailResponse
  - `new_email` string — User's new email.

## Other responses

- `400` — Email update failed.
- `401` — Authentication credentials were not provided or given token not valid for any token type.

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
