Change AD OU massively / when adding entitlement

Which IIQ version are you inquiring about?

Version 8.2

Share all details related to your problem, including any error messages you may have received.

Hello all
I have some doubts regarding manipulate AD .
First, is it possible trough batch request(or something like it ) to change the OU of multiple users at the same time ?
Secondly How Can I create a lifecycle event or something like that for when I add a specific entitlement the user change OU in AD ?
Thank you all

Not sure of your use case ,

but yes you can change the OU of multiple users at same time using some custom task / rule .

for 2nd one that is also a common use case . for example that in case of termination user need to move to different OU and also a terminated group to be added ,

This can be handle using the custom WF which will trigger based on the LCE event and in workflow plan need to be created in such a way that it can perform both user movement and group addition.

1 Like

Hi @RIsidoro,
I want to add something here in addition to what was proposed by @vishal_kejriwal1.

We did something like that for 2nd point since it’s a common use case as mentioned by Vishal, we got a requirement from a customer that they are applying some policies on the OUs level and they are combining that with the Sec-Groups so simply they needed the OU movements after assigning the users to the groups (requestable) so we did that via after provisioning rule (after checking all the necessary info, like mapping the groups/entitlements, state, result, etc…) then making use of the normal AC_NewParent also AC_NewName (in case there are a duplication or so)

Hello @MuhammadMustafa and @vishal_kejriwal1 Thank you for your help

1 Like

Most welcome @RIsidoro