List users
marzban_users_listRetrieve paginated Marzban users with optional filters by status or search term matching username or note. Use search to avoid paging through all users.
Instructions
Lists users, optionally filtered by status or a search term (matches username/note). Paginated — default 25, max 100 per call; prefer search over paging through everyone. For one known username, use marzban_users_get instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Default 25, max 100. | |
| offset | No | ||
| search | No | Matches username or note (server-side substring search). | |
| status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| total | Yes | ||
| users | Yes |