Hello
Is there a way to script the tick on these 2 permissions? There is a lot of users to modofy and a script to modify in bulk would help.
Thank you
Regards
JM
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it! Learn more
Hello
Is there a way to script the tick on these 2 permissions? There is a lot of users to modofy and a script to modify in bulk would help.
Thank you
Regards
JM
Hi JM,
Which scripting language is preferred?
Powershell, C#, ServiceAPI?
The .NET SDK has a SetPermission call on the Location Object Type which can be used where you pass in the Enum of the UserPermission
A different way most organisations manage permissions in bulk is they set up a 'Use Profile Of' account for their different types which then allows you to change a single location which then changes the permission on all other locations that have that as their 'Use Profile Of' location. Takes a bit of setup for a dataset if it hasn't already but saves big in the long run on managing permissions in bulk.
-Scotty