list_personas
Retrieve people from the backend with optional search, pagination, and sorting. Requires authentication with ADMIN, MANAGER, or USER role.
Instructions
List people from the backend with optional search, pagination, and sorting. Requires authentication (ADMIN, MANAGER, or USER role).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (0-based) | |
| size | No | Page size | |
| search | No | Search term to filter by name or last name | |
| sortBy | No | Field to sort by (e.g., nombre, apellidoPaterno, fechaRegistro) | |
| direction | No | Sort direction |