Hi,
During user offboarding, following actions are performed. The manager updateAttribute code has been added recently. But when offboarding happens, manager value is not getting set to null or empty.
{
"eventActions": [
{
"Action": "ScramblePassword",
"Attribute": "password",
"Value": null
},
{
"Action": "UpdateAttribute",
"Attribute": "description",
"Value": "Disabled by IdentityNow Automation on #{now.MM/dd/yyyy}"
},
{
"Action": "UpdateAttribute",
"Attribute": "manager",
"Value": null
},
{
"Action": "ADMoveAccount",
"Attribute": "AC_NewParent",
"Value": "OU=Disabled Users,DC=poc,DC=dcphpoc,DC=com"
}
],
"Identity Attribute Triggers": [
{
"Attribute": "cloudLifecycleState",
"Value": "inactive",
"Operation": "eq"
}
],
"Operation": "Disable"
},