Retrieves a user from the provided username. This route is admin-only.get https://localhost:3000/api/users/{username}Path ParamsusernamestringrequiredResponses 200Details for the requested user. defaultIn case of an error, an error payload containing error code, name, and description is returned.Updated 3 months ago