Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Move to different OU using DISABLEACCOUNTJSON AD connector

HarishG
Regular Contributor
Regular Contributor

Hi,

Could you please help me with DISABLEACCOUNTJSON for AD to move the user to different OU and then disable the account.

current DISABLEACCOUNTJSON:

{
"userAccountControl":"514"
}

 

Best regards

Harish

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

{
"moveUsertoOU": "OU=DeletedUsers,DC=abccompany,DC=com",
"deleteAllGroups": "Yes",
"userAccountControl": "514",
"password": "${randomPassword}"
}

Refer :  

https://saviynt.freshdesk.com/support/solutions/articles/43000615764-active-directory-ad-connector-g... 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Thanks @rushikeshvartak ,

We need to remove access of the user from all groups except one group. Could you please suggest how we can achieve this?

 

Best regards

Harish

I don't think you can restrict specific may be AD permission to group can help from AD Team side


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Manu269
All-Star
All-Star

Hello,

Refer : DISABLEACCOUNTJSON

https://saviynt.freshdesk.com/support/solutions/articles/43000615764-active-directory-ad-connector-g...

While access revocation its not possible to filter out the specific group.

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