ExecutionContext context) throws ActionException {
UserService userService = UserServiceFactory.getUserService();
User user = userService.getCurrentUser();
UserBeanOAM oam = provider.get();
oam.updateUser(action, user.getEmail());
return new UpdateUserInfoResult();
}