---
title: "updateCustomerEmailOps offer"
method: PUT
path: "/ops/offers/update_customer_email"
tags: ["ops"]
---

# updateCustomerEmailOps offer

`PUT /ops/offers/update_customer_email`

## Request body

- UpdateCustomerEmailOpsRequestBody
  - `is_dry_run` boolean
  - `rows` UpdateEmailPayload[]
    - `email` string, required
    - `offer_id` string, regexp, required — Offer ID

## Response `200`

OK response.

- UpdateCustomerEmailOpsResponseBody
  - `failed` CustomerUpdateFailed[]
    - `offer_id` string, required
    - `reason` string, required
  - `failed_count` integer, required
  - `updated_customers_count` integer, required

## Other responses

- `400` — BadRequest: Bad Request response.
- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.

---

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