---
title: "Create Email Update Intent"
method: POST
path: "/v0/users/me/email_update_intent"
tags: ["users"]
---

# Create Email Update Intent

`POST /v0/users/me/email_update_intent`

## Query parameters

- `retry` integer

## Request body

- UserUpdateNewEmail
  - `new_email` string, email, required

## Response `200`

Successful Response

- UserEmailUpdateIntent
  - `request_id` string, required
  - `user_id` string, required
  - `status` 'UNCONFIRMED' | 'CONFIRMED', required
  - `new_email` string, email, required
  - `ts_created` string, date-time, required

## Other responses

- `401` — If user authentication fails
- `403` — If user does not have sufficient permissions
- `404` — If user not found
- `409` — If the email already exists.
- `422` — Validation Error

---

[API](https://skmtc.net/databento/apis/databento-openapi-specification.md) · [All operations](https://skmtc.net/databento/apis/databento-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/databento/databento-openapi-specification/revisions/08ef3d01f5b8/schema)
