users_get_users_stream
Retrieve users with cursor-based pagination and filters for status, email, tag, or Telegram ID to handle large datasets.
Instructions
GET /api/users/stream Get all users using cursor-based (keyset) pagination with filtering options Tags: Users Controller Пагинация через query-параметры: size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Tag to filter users by | |
| size | No | Number of results to return, no more than 1000 | |
| No | Email to filter users by | ||
| cursor | No | Cursor for pagination — pass the nextCursor from the previous response. Omit on the first request. | |
| status | No | Status to filter users by | |
| telegramId | No | Telegram ID to filter users by | |
| externalSquadUuid | No | External squad UUID to filter users by | |
| trafficLimitStrategy | No | Traffic limit strategy to filter users by |