We are using Active Directory Sync to pull AD users that are in particular groups into Novacura - one of the groups isn’t required any more, so one option would be to remove that group from the sync, but another option would be to set all those users as inactive (and free up licences), whilst keeping the history of all those users, in case they need to be reactivated in the future - is this possible using FlowScript? I found this function in the help:
exec SetActive(enabled);
Is there something similar to set these users to Inactive? I tried
Damian, what happens if you do not put in the exec SetActive(enabled); command into the AD Script. Do the users stay in active status after you trigger the sync?
Hi there - at the moment we don’t have that function in the Flow Script, we just have this:
exec SetUserType(‘FullUser’);
and new users are set up as Active without any other functions. I looked at the help documentation and found that there is a SetActive function, so I assumed that this would be able to switch a user between Active and Inactive. It would be much more preferable if I could do this for all users than have to manually inactivate each user