Access Request Decision for Other Email Template
The Access Request Decision for Other email is sent to a user when the reviewer of a request made on their behalf has made a decision.
Name: Access Request Decision for Other
Subject: {requesterName}'s Request for Access for you was #if(approved)approved#{else}denied#end
Body:
<p>Dear ${user.name},</p>
<p>On ${dateRequested}, ${requesterName} requested ${requestedObjectName} for you.</p>
#if ($approved)
<p>Your access has been <span style="color: green;">approved</span>. The system is now processing the request.</p>
#if ($removeDate)
<p>Your access to ${requestedObjectName} is scheduled to end on ${removeDate}.</p>
#end #{else}
<p>Your access has been <span style="color: red;">denied</span>.</p>
#if ($reviewerComment)
<p>${rejecterName} included the following comment when denying the access: <strong>$reviewerComment</strong></p>
#{else}
<p>Please contact ${rejecterName} if you have any questions.</p>
#end #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 |
---|---|---|
approved | Boolean | Whether the access request was approved. |
approverName | String | The display name of the identity that approved the request. |
dateRequested | String | The date the request was made. |
rejecterName | String | The display name of the identity who denied the request. |
removeDate | String | The date on which the access will be removed. |
requestedForIdentityName | String | The display name of the identity that the access was requested for. |
requestedObjectName | String | The name of item requested. |
requestedObjectType | String | The type of item requested. |
requesterName | String | The display name of the identity who requested the access. |
reviewerComment | String | If available, any comments left by the reviewer. |
roleRequestEnabled | Boolean | Whether the role request feature is enabled for a site. |
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.