get_users_segment
Retrieves users belonging to a specific segment, sorted newest first, with 20 users per page.
Instructions
🟢 READ-ONLY · Users · GET /v2/users/by-segment
Get all users by segment
Retrieves all the users in the segment specified by the provided segment id. The users are in sorted order, with the most recently created user appearing first, and the list is paginated, with a limit of 20 user per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Filter by the page number. In case page number is higher than the maximum one, no results will be returned | |
| segment_id | Yes | Filter by segment id |