User API Resource
This resource makes it possible to work with data on the users of the task management platform. By using it with some of the HTTP methods, you can retrieve information about, add, delete, and edit them. Have a look at the methods defined for this resource in order to get a better understanding of how you can use it.
GET | /user |
Returns the list of users |
POST | /user |
Creates a new user |
GET | /user/{user_id} |
Returns information about the user |
PUT | /user/{user_id} |
Updates the user information |
DELETE | /user/{user_id} |
Deletes the user |
Find more details on the User API resource and its methods in our documentation. Try them right from there!