Leaver Scenario Query

Hi Team,

I am working on a leaver scenario where once a user is terminated via leaver his ad account should be disabled and moved to another ou. I am able to disable the account but not sure how to move it to another ou.

Kindly provide your inputs.

Simplest way to do this is by updating the provisioning plan with this
accountRequest.add(new AttributeRequest("AC_NewParent", ProvisioningPlan.Operation.Set, newOU));

1 Like

Check out using the Services Standard Before Provisioning rule for this:

Services Standard Before Provisioning Rule - IdentityNow (IDN) / IDN Discussion and Questions - SailPoint Developer Community Forum

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.