userExistsByEmail

open fun userExistsByEmail(email: String): Boolean

Check whether a user exists with the given email.

Return

true if a user with that email exists

Parameters

email

email address to test