# Documentation API | Task | Method | Path | |--|--|--| | Create a new user | POST | /users | | Get a specific user | GET | /users/{id} | | Get all users| GET | /users | | Edit an existing user | PUT | /users/{id} | | Delete a user | DELETE | /users/{id} |