The User Service is responsible for managing admin and household user accounts, as well as handling user authentication and authorization.
POST /api/auth/loginPOST /api/auth/logoutPOST /api/auth/refreshGET /api/auth/verifyGET /api/users/:idPATCH /api/users/:id/passwordGET /api/household-usersPOST /api/household-usersPATCH /api/household-users/:id/usernameDELETE /api/household-users/:idPOST /api/admin/reset-passwordGET /api/internal/auth/verifyGET /api/internal/auth/verify-adminGET /api/internal/users/:usernameDocumentation of the typescript code base can be found at the typedoc.