707172737475767778
String userId = asString("user"); UserModel userModel = UserService.getOrNull(userId); if(userModel == null) throw new NoContentsException(); return userModel; }