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 Remove Account Task is not removing Groups

IAM_99
Regular Contributor II
Regular Contributor II

Hi Team,

We have AD Connector - when we  call AD remove account ( Remove Account Task), Account is getting deleted but not removing the groups  in Saviynt, below is our REMOVEACCOUNTACTION JSON

{
"removeAction":"DELETE",
"deleteAllGroups":"Yes"
}

4 REPLIES 4

DaanishJawed
Saviynt Employee
Saviynt Employee

Hi,

Have you configured 'Connection Configuration' at the endpoint level? If not can you configure as below (screenshot) and re-check?

Link to the below documentation - https://docs.saviyntcloud.com/bundle/AD-v2020x/page/Content/Configuring-the-Integration-for-Provisio...

Screenshot 2023-02-06 at 10.50.53 AM.png

Thanks.

IAM_99
Regular Contributor II
Regular Contributor II

Yeah We have all that configuration , is this working for you ?

IAM_99_0-1675712981293.png

{
"removeAction":"DELETE",
"deleteAllGroups":"Yes"
}

 

Hi,

Can you try the below in Connection Configuration and REMOVEACCOUNTACTION Json?

Connection Configuration in the below format -

<conf><ADDMEMBERTOENT>TRUE</ADDMEMBERTOENT><ADDUSERTOENT>TRUE</ADDUSERTOENT></conf>

REMOVEACCOUNTACTION Json -

 

{
"removeAction": "DELETE",
"deleteAllGroups": "Yes",
"userAccountControl": "514"
}

 

 Let me know if this goes through.

Thanks.

rushikeshvartak
All-Star
All-Star

What is error in logs / Pending tasks


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