put
https://localhost:3000/api/users/
Updates a user if it already exists, and creates a user if it does not. The username in the request body must match the username in the URI. The username cannot be changed. This route is admin-only.
Updates a user if it already exists, and creates a user if it does not. The username in the request body must match the username in the URI. The username cannot be changed. This route is admin-only.
Try It! to start a request and see the response here!