Hi everyone,
I've created a role in Ignition and I need to add a bunch of users to it. Is there an easier way to do this in batch instead of adding each user one by one? Any tips or suggestions would be really appreciated!
Thanks a lot!
Hi everyone,
I've created a role in Ignition and I need to add a bunch of users to it. Is there an easier way to do this in batch instead of adding each user one by one? Any tips or suggestions would be really appreciated!
Thanks a lot!
Check out the system.user
functions: system.user | Ignition User Manual
You'll want to use system.user.getUser
and system.user.editUser
on each user in the user source to add a role.
Just wanted to say a big thank you for all your help and guidance with the user roles! Your support has been super valuable and made things a lot easier for me. I really appreciate it!