users_get_users
Retrieve a paginated list of all users from the Remnawave panel, with optional filters, sorting, and offset controls.
Instructions
GET /api/users Get all users using offset-based pagination Please note that the filters here are primarily intended for use by the frontend and rely on expensive operators such as LIKE under the hood. Misusing these filters may negatively impact the performance of your database. Tags: Users Controller Пагинация через query-параметры: start, size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Number of results to return, no more than 1000 | |
| start | No | Start index (offset) of the results to return, default is 0 | |
| filters | No | ||
| sorting | No | ||
| filterModes | No | ||
| globalFilterMode | No |