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

Random password generation for new user onboard and send email notification to user

Yaswanth
Regular Contributor
Regular Contributor

Hi Team,

Can you help us to achieve to generate the random password for new user onboarded and trigger the email notification.

AD as a birthright.

Thanks.

1 REPLY 1

rushikeshvartak
All-Star
All-Star

https://docs.saviyntcloud.com/bundle/EIC-Admin-v24x/page/Content/Chapter06-EIC-Configurations/Creati...

 

Configuring New Account Creation Notification Email

The New Account Creation email template is used to notify users of their new account details and password.

Sample template:

To:
${user.email}

Body:

Hi ${user.firstname} ${user.lastname},

A new user account has been created. Your manager is ${manager.firstname} ${manager.lastname}.

Account name: ${account_name}

Password: ${randompassword}

Request you to reset password after initial use.

Binding variables:

The following table provides a description of the binding variables used for creating this email template:

Binding Variable Description

${manager.firstname} ${manager.lastname}

Obtains the firstname and lastname of the approving manager.

${user.firstname} ${user.lastname}

Obtains the firstname and lastname of the user.

${user.email}

Obtains the email ID of the user.

${account_name}

Obtains the name of the newly created account.

${randompassword}

Obtains the password generated when an account is created.


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