---
title: "List user segments for a user"
method: GET
path: "/v4/users/{userId}/segments"
tags: ["Users"]
---

# List user segments for a user

`GET /v4/users/{userId}/segments`

Lists all user segments for a given `userId`.

## Path parameters

- `userId` string, required

## Response `200`

OK

- UserSegmentsResponse
  - `items` UserSegmentResponse[]
    - `id` string — The User Segment id.
    - `label` string — The User Segment label.
    - `description` string — The User Segment description.
    - `active` boolean — The User Segment active status.
    - `archived` boolean — The User Segment archive status.

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/zuora/apis/admin-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/admin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/admin-api-reference/versions/789812d35ac8/schema)
