02/07/2023 09:43 PM - edited 02/08/2023 08:35 PM
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
02/08/2023 01:13 PM
Hi Yogaraj,
One option is that you can create a user update rule like below in order to Disable User Accounts after 30 days.
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 -
Thanks.
02/08/2023 08:42 PM
@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
02/08/2023 09:23 PM
02/08/2023 09:14 PM
Please select the option as disable account and Deprovision Access and the associated endpoint.