list_usuarios
Retrieve users from the backend with optional filters, pagination, and sorting. Requires ADMIN or MANAGER role.
Instructions
List users from the backend with optional filters, pagination, and sorting. Requires ADMIN or MANAGER role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rol | No | Filter by role | |
| page | No | Page number (0-based) | |
| size | No | Page size | |
| search | No | Search term to filter by email | |
| sortBy | No | Field to sort by | |
| direction | No | Sort direction |