Updates a user if it already exists, and creates a user if it does not. This route is admin-only.put https://localhost:3000/api/users/{username}Path ParamsusernamestringrequiredBody ParamsUser to add or update.usernamestringrequiredrolestringenumrequiredadmin, analystAllowed:admin, analystfirstNamestringrequiredlastNamestringrequiredemailstringrequiredResponses 200A list of all existing users, including the user that was just added or updated. defaultIn case of an error, an error payload containing error code, name, and description is returned.Updated 3 months ago