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

Is it possible for managers to retrieve password from Saviynt for new joiners

kbandi
New Contributor
New Contributor

Currently , 

We are using email templates to get the AD passwords of newly onboarded users.

Our new requirement is , there is any way , Managers to retrieve the password from Saviynt for new joiners.

If yes please advice .

Thanks in Advance 

6 REPLIES 6

CR
Regular Contributor III
Regular Contributor III

as of now how pwd saving ? using any cp's?


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

kbandi
New Contributor
New Contributor

Currently we are using a random password for initial login.

"unicodePwd": "${randomPassword}", the same i send by email template with ${task.password} .

AmitM
Valued Contributor
Valued Contributor

@kbandi , have you tried ${manageremail} or ${usersManager.email} ? if not try these.

You can also find out binding variables sipported in your email template by using

${this.binding.variables.each {k,v -> println "$k = $v" + "<" + "br" + ">"}}

Thanks,

Amit

If this answers your query, Please ACCEPT SOLUTION and give KUDOS.

kbandi
New Contributor
New Contributor

Hi Amit  ,

We are trying , The manager to retrieve the user's password from Saviynt for new joiners (for Their reportees) .without any emails Directly from saviynt UI.

 

Once password is sent via email. you can't retrieve via API/ Database


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

No this is not possible.

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.