Adding users in bulk

Hi all, Is there any simple procedure to upload many users at the same time? If request account was working it will be very helpful, but unfortunately it is not.

Any help is appreciated

I would write a custom script of my own to create a batch of users. I personally use JMeter for use cases like performance testing enabling me to execute n number of threads at the same time (creating n users in your case). :slight_smile:

Thanks very much @themoonraker13 Do you have any reference that I can review this in more details or an example

Thanks again Regards

I achieve the bulk requests using JMeter thread count (users). The test plan consists of various controllers each having a URL to GET/POST with certain parameters.

There are numerous documentations and examples availble on JMeter based performance testing/load testing online. Good luck!!