Currently, I am using SailPoint IIQ 8.5 integrated with OrangeHRM and Active Directory. At this point, I have successfully completed the “Joiner” process, and now I want to implement the “Mover” process. When there is a change in the job title, the user should be moved to a different OU. How do I do this?
Hi @benutop55 I was about to write what exactly @msingh900 wrote thanks for him and it’s 100% correct, however take care if you want your Mover WF to do further removal for the accesses (entitlements and/or roles) then you need to do the OU movement in a separate after the removal for the these accesses, or you can programmatically aggregate the account after the movement if you want to do both (removal and movement) in the same step.