Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

AD Service Account DeleteAllGroups not working while disable account

AshishDas
Regular Contributor II
Regular Contributor II

Hi,

We are trying to disable AD Service Accounts (uses the AD OOTB Connector) to disable a service account. The disable task is getting triggered and when we run the provisioning job, the account gets disabled but the groups are not removed.

We have done the  connection config at endpoint level:

AshishDas_0-1707999954414.png

Also in Disable account json we have set:

 "deleteAllGroups": true

However, only disable account is happening but groups are not getting removed.

Error:

AshishDas_1-1708000238641.png

 

3 REPLIES 3

adarshk
Saviynt Employee
Saviynt Employee

Please validate if delete Links is set to TRUE

If the issue still persist, please share the Disable/Remove Account JSON and Status threshold Config

 

AshishDas
Regular Contributor II
Regular Contributor II

Setting  "deleteAllGroups": "Yes" instead of true worked

Manu269
All-Star
All-Star

@AshishDas As per this :

Configuring the Integration for Provisioning and Deprovisioning Accounts (saviyntcloud.com)

Defining an Action for Account Removal

Example 2: To delete all groups associated with the account and move the user to the specified OU, use a format similar to the following:. 

{
"removeAction": "SUSPEND",
"moveUsertoOU": "OU=CloudUsers,DC=abccompany,DC=com",
"deleteAllGroups": "Yes",
"userAccountControl": "514"
}

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