Hi all
I’m trying to test Bulk user imports with the Management API. But it returns response 202 (pending). Does anyone knows the reason?
Using free subscription for development needs
Thanks, I found solution by myself
The reason was that in auth0 password hash uses salt 10 and in my system it was set as 12.
So I changed password_hash to custom_password_hash and all works
Perfect! Glad you have figured it out and thanks for sharing with the rest of community!

