Skip to main content
February 1, 2023

Best Practices to create bulk users for stress testing

  • February 1, 2023
  • 2 replies
  • 0 views

Hello,

We need to create bulk users to perform stress test.

We tried to use the suggested solution in the post Solved: Re: Issue with bulk native user creation using internal authentication. - OneStream Community (onestreamsoftware.com)by removing the line <encryptedPassword> in the XML file, in order to have the default password, without success.

We would like to provide directly a different password to each user (even if he will have to change it afterwards).

What are the best practices to perform it ?

Thanks,

Regards,

Harry 

2 replies

February 1, 2023

Have the users and the passwords in a CSV, read the file, and use BRApi.Security.Admin.SaveUser to create them?

HarryAuthor
February 2, 2023

Thanks ckattookaran,

As we need to create bulk users for stress testing, do you know if there is a way to fix the password, without giving the possibility to the user the right to modify it at the 1st connection ?

 

Thanks,

Harry