Bulk users import or update interface

Hi Is there an example on how to use /management/v2/jobs/post-users-imports

previously you could upload a json file and update the users in bulk , but now that interface is gone , just wondering how to use that users-imports page

Thanks

Hi @imntest111

Welcome back to the Auth0 Community!

Thank you for reporting this issue and you are correct, the Import Users Job used to be accept uploading a Json file of the users, but it appears there’s a UI bug that prevents this functionality. The " users " field should be an upload form and currently it is a text form instead.

We have notified our Product team of this issue and they are looking into pushing out a fix, but we currently do not have an ETA of when this will get resolved. Just to have it documented, this issue was previously mentioned on this post as well.

The API itself should still function like before and you should be able to use it with tools such as Postman. In addition, you could also paste the payload into the field, which should expand it and accept the information as valid.

We understand the frustration this issue can cause and we hope to have the functionality back as soon as possible.

Hope this helped!
Gerald

Hi

Thanks for the response , i tried copy pasting the json but i keep getting invalid payload format , here is an example i tried

[
{
“email”: “imtiaz.n.testing@test.com”,
“user_metadata”: {
“first_name”: “”,
“last_name”: “”,
“user_name”: “imtiazdev”
},
“app_metadata”: {
“scope”: “”,
},
“email_verified”: true
}
]