Hello - I'm using the passwordHashesImport api to import users from Auth0, but would there be a way ...
r
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
hey @rubenstolk you would have to call the API to mark the email as verified after the import API.
r
What API would we need to call?
if you want to use curl commands instead, you can see which APIs these functions map to in our SDK
r
Thanks