<@!385332912733814784> You can use the `await Thir...
# support-questions
r
@User You can use the
await ThirdPartyEmailPassword.getUserById(..)
function which will return the user object that contains the email like this:
Copy code
let user = await ThirdPartyEmailPassword.getUserById(userId);
let email = user.email