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

How to fetch user manager email in the Revoke access campaign Email template

SaiMonika
New Contributor
New Contributor

Hi Team,

Could you please suggest how to fetch user manager email (email template) when access is revoked from user in Certification campaign (Application/Entitlement owner campaign types).

Thanks,

SaiMonika

2 REPLIES 2

rushikeshvartak
All-Star
All-Star
${com.saviynt.ecm.identitywarehouse.domain.Users.get(user?.manager)?.email}

Please validate supported variables.

Purpose :

To get what variables are present to use in the email template.

Email Template steps :

keep Advanced HTML CSS flag is checked

Keep your email Address in TO

TO /CC/BCC & Subject - Don't use any dynamic variables

Add only below code in Email Body
${this.binding.variables.each {RVkey,RVvalue -> println "$RVkey ------- $RVvalue" + "" + "br" + ">"}}

Output : using the below expression. By putting it in the email body, it will print all variable names with values, and then accordingly, you can use it:


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

NM
Honored Contributor III
Honored Contributor III

@SaiMonika try user?.manager