List Users
Cabinet Admin Users
List Users
Get paginated list of users with filtering and sorting.
- offset: Pagination offset
- limit: Number of users per page (max 200)
- search: Search by telegram_id, username, first_name, last_name
- email: Search by email
- status: Filter by user status (active, blocked, deleted)
- sort_by: Sort field (created_at, balance, traffic, last_activity, total_spent, purchase_count)
GET
List Users
Documentation Index
Fetch the complete documentation index at: https://docs.bedolagam.ru/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Required range:
x >= 0Required range:
1 <= x <= 200Maximum string length:
255Maximum string length:
255User status enum.
Available options:
active, blocked, deleted Sort options for users list.
Available options:
created_at, balance, traffic, last_activity, total_spent, purchase_count 