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

User Update Rule - Account Termination

Isyraf
New Contributor
New Contributor

Hi Team,

Im having a problem with User Update Rule - Account Termination, the user account cannot be deleted after user status change to inactive. Kindly assist me on this issue,

Thank you,

4 REPLIES 4

pmahalle
All-Star
All-Star

Hi @Isyraf ,

Can you share whole screenshot of update rule.


Pandharinath Mahalle(Paddy)
If this reply helps your question, please consider selecting Accept As Solution and hit Kudos 🙂

dgandhi
All-Star
All-Star

It depends on what action you have configured and what JSON you have written. Please paste screenshot of the rule.

 

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

Isyraf
New Contributor
New Contributor

Hi @dgandhi , @dgandhi ,

Please find attached image and JSON for you reference.

User update rule:

Isyraf_0-1692154450086.png

Remove Account JSON:
{
"accountIdPath": "accountName",
"responseColsToPropsMap": {},
"call": [{
"name": "Role",
"connection": "userAuth",
"url": "https://xxx.xx.xxx/api/v3/cloudbolt/users/${account.customproperty8.substring(18)}",
"httpMethod": "POST",
"httpParams": {
"isActive": false
},
"httpHeaders": {
"Authorization": "${access_token}"
},
"successResponses": {
"httpContentType": "application/json",
"statusCode": [200]
}
}]
}

Try last condition as AND

https://docs.saviyntcloud.com/bundle/SSM-Admin-v55x/page/Content/Chapter05-Policies/Creating-User-Up...

<<

If you are using basic configuration, ensure that you set the last condition as 'AND. If you are using a single condition or multiple conditions, it is mandatory to set the last condition set as 'AND' for the rule to correctly pick-up the conditions configured.  

>>

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.