Users
Fetch all users
Output
Fetch a single user
Getting a single user by ID. In this example, we use the /api/users/1
route.
Output
Create a User
Creating a new user in the system. At this moment, we only support creating users through the /api/users
route.
Output
Important: Please note that resources will not be actually updated on our server, but you will receive a legitimate response as if they were!
Show All Available Users
To view all available users, you can open the Users Endpoint in your browser.