Access Request for Other Email Template
The Access Request for Other emails is sent to a user to confirm that they've successfully submitted an access request for someone else.
Name: Access Request for Other
Subject: ${requesterName} Has Requested Access on Your Behalf
Body:
<p><span style="font-family: helvetica,arial,sans-serif;"> Dear ${user.name},<br></span></p>
<p>${requesterName} has requested the following access on your behalf:</p>
<p>#foreach ( $type in ${requestedObjectDetailsByType.keySet()} ) $type:</p>
<ul>
<li>#foreach ( $detail in ${requestedObjectDetailsByType.get($type)} )</li>
<li>${detail.name} #if($detail.removeDate) (Access Sunset Date: spTools.formatDate($detail.removeDate, "MM/dd/yyyy")) #end</li>
#end
</ul>
#end
<p>Thanks,<br>The ${PRODUCT_NAME} Team</p>
Attributes
This email template uses version 1 global variables and the following template-specific attributes:
Name | Type | Description |
---|---|---|
requestedObjectDetailsByType | Map | A list of the details about each item requested, in order of the object type. |
requestedObjectNamesByType | Map | The names of each item requested, in order of the object type. |
requesterName | String | The display name of the identity who submitted the request. |
Documentation Feedback
Feedback is provided as an informational resource only and does not form part of SailPoint’s official product documentation. SailPoint does not warrant or make any guarantees about the feedback (including without limitation as to its accuracy, relevance, or reliability). All feedback is subject to the terms set forth at https://developer.sailpoint.com/discuss/tos.