Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

variable for sending initial password to user in an email template on Active Directory creation

aundreb
Regular Contributor II
Regular Contributor II

Hello,

What is the variable used to send the password generated for a user on AD account creation to the user via email?

I tried the ${randomPassword} variable in the body of my email template but got the below error in the logs.

aundreb_0-1673903088710.png

 

 

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

${account_password}

You can find variables here

rushikeshvartak_0-1673907542813.png

 


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

Hello Rushikesh,

One question about random passwords. We don't want to store it any variable, if we use function SETRANDOMPASSWORD on AD Connection, how can we send it in the email? 

By using ${account_password} in email template or? 

 

Thank you!

 

Yes ${account_password} should work


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.

Saviynt Internally store password in account_password variable hence use 

 ${account_password} variable to share password to end user via email notification


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

Awesome!

Thank you!