# List user segments for a user Lists all user segments for a given userId. Endpoint: GET /v4/users/{userId}/segments Version: 2026-01-08 Security: ZephrHmacHttp ## Path parameters: - `userId` (string, required) Unique User identifier Example: "3f589a2d-86ad-4b70-a5df-68dca75a3a21" ## Response 200 fields (application/json): - `items` (array) - `items.id` (string) The User Segment id. - `items.label` (string) The User Segment label. - `items.description` (string) The User Segment description. - `items.active` (boolean) The User Segment active status. - `items.archived` (boolean) The User Segment archive status. ## Response 404 fields