---
title: "Updates the authenticated user's email address"
method: PATCH
path: "/v1/email"
tags: ["Accounts"]
---

# Updates the authenticated user's email address

`PATCH /v1/email`

## Request body

- RobloxAccountSettingsApiUpdateEmailRequest — Request model for updating an email
  - `password` string — The user's password.
  - `emailAddress` string — The new email address to set.
  - `skipVerificationEmail` boolean — Should the email controller skip sending the verification email.
  - `isAdsAccount` boolean — Whether the request is coming from ads site.

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — 8: Password is incorrect. 9: Invalid email address.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 2: This feature is currently disabled. Please try again later. 3: There are too many accounts associated with this email address. 11: You must be on the Corporate network to log in.
- `409` — 4: This is already the current email.
- `429` — 6: Too many attempts to update email. Please try again later. 7: Too many attempts to send verification email. Please try again later.
- `503` — 2: This feature is currently disabled. Please try again later.

---

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