---
title: "Add IDs to User Store ID List"
method: PATCH
path: "/console/v1/segments/{id}/add_ids"
tags: ["Segments"]
---

# Add IDs to User Store ID List

`PATCH /console/v1/segments/{id}/add_ids`

This endpoint has a limit of 1000 ids per request

## Path parameters

- `id` string, required

## Request body

- SegmentIDListUserStoreContractDto
  - `ids` string[], required
  - `version` number, double

## Response `200`

User Store ID List updated successfully.

- object
  - `message` string

## Other responses

- `400` — Segment must be of type 'user_store_id_list' to be modified on this endpoint
- `404` — Segment not found.

---

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