Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

On rehire event, how to reset AD account password and have it show in email sent out?

jralexander137
Regular Contributor
Regular Contributor

Hi. I am looking for insight on how to approach resetting an AD account password on a re-hire event.

I believe these configs will set new password on enable task

{
"USEDNFROMACCOUNT": "YES",
"MOVEDN": "NO",
"AFTERMOVEACTIONS": {
"userAccountControl": "512",
"userPassword":
"${randomPassword}",
"pwdLastSet": "0"
},
"REMOVEGROUPS": "NO"
}

But what is the binding variable to use in the email sent out during task completion? 

Will this work? ${account_password} or do I need to use the same binding variable ${randomPassword}

1 REPLY 1

rushikeshvartak
All-Star
All-Star

 use the same binding variable ${randomPassword}


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.