Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

Inactive users to move different OU

yogarajk
New Contributor III
New Contributor III

Hi Team,

We have requirement that the user status is changed to inactive then the user account should be moved to another OU in AD after 30 days of time frequency.

DISABLEACCOUNTJSON:

{
"moveUsertoOU": "OU=test,DC=test,DC=net",
"deleteAllGroups": "Yes",
"userAccountControl": "514"
}  

By using the above JSON, the user account got moved to another OU at immediately. We want to move the user account to another OU after 30 days.

Please suggest me the possible solutions.

Thanks & Regards,

Yogaraj K

4 REPLIES 4

DaanishJawed
Saviynt Employee
Saviynt Employee

Hi Yogaraj,

One option is that you can create a user update rule like below in order to Disable User Accounts after 30 days.

Screenshot 2023-02-08 at 1.11.15 PM.png

This will disable the user account after 30 days of being inactive.

More Information can be found for Joiner and Leaver Use Cases at the below location -

https://docs.saviyntcloud.com/bundle/SSM-Admin-v55x/page/Content/Chapter05-Policies/Creating-User-Up...

Thanks.

@DaanishJawed Thanks for sharing your input. Our requirement is we need to disable the user account immediately once the user status changed to inactive. But we don't want to move the user account to another OU immediately, the user account should be moved to another OU after 30 days only.

Regards,

Yogaraj K  

Configure Technical rule like below 

rushikeshvartak_0-1675920217845.png

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Manu269
All-Star
All-Star

Please select the option as disable account and Deprovision Access and the associated endpoint.

 

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.