Join Discord
Powered by
Hello - I'm using the passwordHashesImport api to ...
# support-questions-legacy
r
rubenstolk
02/12/2024, 4:36 PM
Hello - I'm using the passwordHashesImport api to import users from Auth0, but would there be a way to set "isVerified" to true during that process?
r
rp_st
02/12/2024, 5:25 PM
hey
@rubenstolk
you would have to call the API to mark the email as verified after the import API.
r
rubenstolk
02/14/2024, 10:49 AM
What API would we need to call?
r
rp_st
02/14/2024, 10:50 AM
https://supertokens.com/docs/emailpassword/common-customizations/email-verification/changing-email-verification-status
rp_st
02/14/2024, 10:50 AM
if you want to use curl commands instead, you can see which APIs these functions map to in our SDK
r
rubenstolk
02/14/2024, 4:53 PM
Thanks
Previous
Next