---
title: "MicroSegment Changers"
method: GET
path: "/Model/GetMicroSegmentChangers"
tags: ["Model"]
---

# MicroSegment Changers

`GET /Model/GetMicroSegmentChangers`

Returns an array of customer IDs, and their before and after micro-segment IDs, for customers whose micro-segment changed during the last day for which data is available.

## Query parameters

- `CustomerAttribute` string

## Response `200`

Success

- OptimoveAPIModelsOptimoveCustomerMicroSegmentChangerCust[]
  - `CustomerID` string, nullable
  - `InitialMicroSegmentID` integer
  - `FinalMicroSegmentID` integer
  - `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/revisions/fc55c5b1bec5/schema)
