---
title: "Reload customers in a customer list."
method: PUT
path: "/api/v2/target-group/{list-id}/customers"
tags: ["target-group"]
---

# Reload customers in a customer list.

`PUT /api/v2/target-group/{list-id}/customers`

## Path parameters

- `list-id` string, required

## Request body

- string[]

## Response `200`

Success

- OptimoveAPIModelsResetCustomersInListResponse — Response model for resetting customers in a customer list.
  - `list-id` string, nullable
  - `list-name` string, nullable
  - `total-count` integer
  - `not-existed-customers` string[], nullable

## Other responses

- `400` — Bad Request

---

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