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

Endpointname in email notification for Transfer Ownership- Replace user in endpoint resource owner

KrishnaGupta
New Contributor III
New Contributor III

Hi,

In Transfer Ownership-Replace User in Endpoint Resource Owner, we are unable to get the endpoint name in the email notification. We have tried the below attributes.

List:

${endpoint}

${endpoints}

${endpointname}

${Endpoint}

${endpointDisplayName}

KrishnaGupta_0-1691478801752.png

Can anyone help on this, please?

Thanks & Regards,

Krishna.

 

 

6 REPLIES 6

pmahalle
All-Star
All-Star

@KrishnaGupta ,

From where you are triggering this email? Update rule?


Pandharinath Mahalle(Paddy)
If this reply helps your question, please consider selecting Accept As Solution and hit Kudos 🙂

KrishnaGupta
New Contributor III
New Contributor III

Hi,

Using in User update Rule for transfer ownership-Replace User in Endpoint Resource Owner.

KrishnaGupta_1-1691485106380.png

 

Regards,

Krishna Gupta.

 

Hi @KrishnaGupta ,

I don't think endpoint name will be available in email template triggered through update rule.


Pandharinath Mahalle(Paddy)
If this reply helps your question, please consider selecting Accept As Solution and hit Kudos 🙂

armaanzahir
Valued Contributor
Valued Contributor

Hi @KrishnaGupta ,

You can insert the below code in email body to get a list of all variables exposed to the email template based on module.

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

If it's not listed, would mean it wouldn't be supported.

 

Regards,
Md Armaan Zahir

That code is extremely helpful.

Manu269
All-Star
All-Star

Can you try and check this if it works :

${task.endpoint.endpointname}

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.