---
title: "PUT /v2/email/identities/{EmailIdentity}/dkim"
method: PUT
path: "/v2/email/identities/{EmailIdentity}/dkim"
---

# PUT /v2/email/identities/{EmailIdentity}/dkim

`PUT /v2/email/identities/{EmailIdentity}/dkim`

Used to enable or disable DKIM authentication for an email identity.

## Path parameters

- `EmailIdentity` string, required

## Request body

- object
  - `SigningEnabled` boolean — <p>Sets the DKIM signing configuration for the identity.</p> <p>When you set this value <code>true</code>, then the messages that are sent from the identity are signed using DKIM. If you set this value to <code>false</code>, your messages are sent without DKIM signing.</p>

## Response `200`

Success

- PutEmailIdentityDkimAttributesResponse — An HTTP 200 response if the request succeeds, or an error message if the request fails.

## Other responses

- `480` — NotFoundException
- `481` — TooManyRequestsException
- `482` — BadRequestException

---

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