Bulk user imports with the Management API

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

Hey there!

It seems that it’s available within the free tier:

Can you share with us how you do that?

I’m using HTTP:post method or curl request (tried both variants)
Users are in file formatted as on screenshot
Also checked auth0 logs
It says, that import was successful
But I don’t see any new users in DB

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

1 Like

Perfect! Glad you have figured it out and thanks for sharing with the rest of community!

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.