---
title: "Update an email address"
method: POST
path: "/email_addresses/{id}"
tags: ["Email addresses"]
---

# Update an email address

`POST /email_addresses/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `display_name` string — The display name of the email address
  - `reply_to` string, nullable — The reply-to address of the email address
  - `username` string — The username of the email address - the part that comes before the @

## Response `200`

The updated `EmailAddress` object

- EmailAddress
  - `id` string, required — The ID of the email address
  - `email_address` string, required — The email address
  - `display_name` string, required — The display name of the email address
  - `reply_to` string, nullable, required — The reply-to address
  - `business` string, nullable, required — The business associated with this email address
  - `one_off` boolean, required — Whether the email address is one-off
  - `custom_domain` string, nullable, required — The custom domain associated with this email address

---

[API](https://skmtc.dev/pocketflows/apis/pocketflows-api.md) · [All operations](https://skmtc.dev/pocketflows/apis/pocketflows-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pocketflows/pocketflows-api/revisions/26723490b96f/schema)
