cURL
curl --request GET \ --url https://api.fonder.com/users \ --header 'Authorization: Bearer <token>'
{ "total": 123, "page": 123, "limit": 123, "totalPages": 123, "hasNext": true, "hasPrevious": true, "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "username": "<string>", "mail": "[email protected]", "role": "<string>", "phone": "<string>", "accounts": [ "<string>" ] } ] }
Returns a paginated list of all users
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Page number
Number of items per page
Successful response
Show child attributes