Site icon Hip-Hop Website Design and Development

Is there a way to check the email of the user trying to register before he registers?

I would like to know if there is any wordpress function that I can use to check the email of a user who is trying to register on my wordpress site? I know functions like wp_insert_user that serves to create a new user, but I want a function that checks the email of the user who is registering on my platform, so I can create code that allows this user to register or not.