---
title: "Update Email Identity"
method: PUT
path: "/api/v1/email-identities/{identity_id}"
tags: ["email_identities"]
---

# Update Email Identity

`PUT /api/v1/email-identities/{identity_id}`

## Path parameters

- `identity_id` string, uuid, required

## Request body

- EmailIdentityUpdate
  - `name` string, nullable
  - `from_name` string, nullable
  - `reply_to` string, email, nullable
  - `is_default` boolean, nullable
  - `from_email` string, email, nullable

## Response `200`

Successful Response

- EmailIdentityRead
  - `id` string, uuid, required
  - `name` string, required
  - `from_name` string, required
  - `reply_to` string, required
  - `is_default` boolean, required
  - `from_email` string, nullable
  - `domain_status` string, nullable
  - `domain_dns_records` object[], nullable

## Other responses

- `422` — Validation Error

---

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