Importing users

Hi, there:
I used API to export all users as json file which includes all connections. I have a question here, the job “import users” only support importing users for a specific connection in auth0. Is that feasible to use the json file I exported that includes all connections?

Thanks,

If you want to re-use the exported JSON for import, you’ll need to specify the connection_id when using the /api/v2/jobs/users-exports endpoint. Otherwise, as you likely noticed, all users for all connections will be exported and you won’t know which connection the users came from.

1 Like

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