01-09-2023 07:14 PM - last edited on 06-06-2023 08:04 AM by JackLacava
hi ,
i am trying to add the users in OneStream planning application,
how to add the bulk users in OneStream, tried with extract xml file and copied that in Excel but formatting is not supporting.
Note: External authentication Provided is AzureSSO
Thanks in Advance
Solved! Go to Solution.
01-12-2023 06:10 AM
The "User Management Console" solution (in Marketplace) has an Import Users feature that accepts a very simple comma-separated (csv) format with three fields. CSVs can be created and manipulated in Excel. It's also included in the "Cloud Administration Tools" solution.
The "Sample Templates" solutions also allows to set up security for multiple users in Excel.
For something a bit more complex, there is the "Provision Request Manager" solution, that basically monitors an SQL database table that you define and manage.
In the worst case, you can always open the extracted XML in a real text editor (Notepad++ , jEdit...). The XML is indented, so it should be pretty easy to manipulate by copypasting rows.
01-12-2023 06:10 AM
The "User Management Console" solution (in Marketplace) has an Import Users feature that accepts a very simple comma-separated (csv) format with three fields. CSVs can be created and manipulated in Excel. It's also included in the "Cloud Administration Tools" solution.
The "Sample Templates" solutions also allows to set up security for multiple users in Excel.
For something a bit more complex, there is the "Provision Request Manager" solution, that basically monitors an SQL database table that you define and manage.
In the worst case, you can always open the extracted XML in a real text editor (Notepad++ , jEdit...). The XML is indented, so it should be pretty easy to manipulate by copypasting rows.
01-17-2023 05:16 PM
Thank you so much JackLacava, let me try that solution and will let you you.
03-02-2023 02:03 PM
Thank you so much Jack, resolved the issue as you suggested.