Get user details by email id in dotnetnuke
Thank you for reading this post, don't forget to subscribe!UserInfo _user = DotNetNuke.Entities.Users.UserController.GetUserByName(this.PortalId, txtEmail.Text.Trim());
In _user object you will get all details.