# List user segments Lists all user segments available for users. Endpoint: GET /v4/users/segments Version: 2026-01-08 Security: ZephrHmacHttp ## 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