How can we import file in bulkimport whose size is greater than 500kb

I want to import user more than a million. Auth0 bulkimport support only 500kb file size. how to import file greater than this limit?

Hey there @rashid779939!

Looking at our docs:

You will need to start multiple imports if your data exceeds this size.

do i need to start importing job for every file i created as you mention in docs. I mean i have 500 such files to import so i need to start job for every single file or i can automate this process.

So the file limit is 500kb right so judging by our docs you will need to run as many imports as the number of less than 500 kb files you have.

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