Service account deletion

smithamg
Regular Contributor
Regular Contributor

Hi Team,

We have a requirement to launch service account campaign through which owner should be able to delete service account if it's not in use. Is this feasible?  

Thanks,
Smitha

 

1 REPLY 1

pmahalle
Valued Contributor II
Valued Contributor II

Hi @smitg ,

Can you try below:

1. Create Service Account type campaign with Enable Account Verification Only and Create Revoke Tasks for Revoked/Conditional Certified Acc. & Ent. on Locking configuration as enabled like below. So when certifier reject the account, it will create remove account pending task.

pmahalle_1-1690386732455.png

pmahalle_2-1690386852975.png

2. Put below json in REMOVEACCOUNTJSON of the Service Account connection

{
"removeAction": "DELETE",
}

3. Run the WSRETRY job.


Regards,

Pandharinath Mahalle(Paddy)
If this reply answered your question, please Accept it As Solution to help others who may have a similar problem.