curl --location --request GET 'https://api.fonder.com/users?page=1&limit=10' \ --header 'Authorization: Bearer YOUR_TOKEN'
{ "data": [ { "id": "9c684377-aa26-4fd4-a660-c1afbf5d1a06", "username": "Federico", "mail": "[email protected]", "role": "ADMIN", "phone": "+5491144444444", "accounts": ["caja nueva"] } ], "total": 1, "page": 1, "limit": 10, "totalPages": 1, "hasNext": false, "hasPrevious": false }
Retrieve a paginated list of all users