Hello,
We are trying to create a big amount of users via the python api and we have come across the below difficulties.
The users must be created with the same privileges and groups as another existing user and we are not able to copy the settings regarding the views.
After creating the user by invoking the command swis.invoke('Orion.Accounts', 'CreateOrionAccount', 'test', 'password!') and copying everything found in Orion.WebUserSettings from the old user to the new test user. The below Menu bars don't seem to change
- HomeTab Menu Bar
- NetWork Tab Menu Bar
- VoIP & Network QualityTab Menu Bar
These can be changed via GUI from the user settings as shown below

After searching on SWQL we found that these menu items can be found at Orion.Web.MenuBars but we can't figure out which entity is being used to correlate the MenuItemID with the AccountID.
Any help would be greatly appreciated and if there is another way of copying a user via the api please let us know.
Best regards