---
title: "Customers By Action"
method: GET
path: "/Customers/GetCustomersByAction"
tags: ["Customers"]
---

# Customers By Action

`GET /Customers/GetCustomersByAction`

Returns the list of customer IDs associated with a particular recipient group and action on a particular date, plus an optional customer attribute.

## Query parameters

- `recipientGroupID` integer, required
- `actionId` integer, required
- `date` string, date-time, required
- `CustomerAttribute` string

## Response `200`

Success

- OptimoveAPIModelsOptimoveCustomerIDCust[]
  - `CustomerID` string, nullable
  - `CustomerAttributes` string[], nullable

---

[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/versions/fc55c5b1bec5/schema)
