cURL
curl --request GET \ --url https://next-fast-turbo-api.vercel.app/api/v1/users/get-all/
[ { "id": "<string>", "forename": "<string>", "surname": "<string>", "email": "jsmith@example.com" } ]
Returns a list of all users.
Returns:
Successful Response
Was this page helpful?