Skip to content

Access Request Reviewer Email Template

The Access Request Reviewer email notifies each reviewer of an access profile, in the order determined by the access profile configuration, that they must review access.

Name: Access Request Reviewer

Subject: Your Access Request for ${requestedForIdentityName} is Ready for Review

Body:

<p>Dear ${user.name},</p>
<p>${requesterName} has requested the ${requestedObjectName}#if(${requestedObjectType}=="Role") role #elseif(${requestedObjectType}=="Entitlement") entitlement #else access profile#end#if($requesterName != $requestedForIdentityName) for ${requestedForIdentityName}#end.</p>
#if($requesterComments)  
<p>${requesterName} gave the following reason for requesting access: <strong>${requesterComments}.</strong></p>  
#end #if($removeDate)  
<p>The sunset date for ${requestedObjectName} is ${removeDate}.</p>  
#end #if($requestedObjectType=="Role") #if($accessibleItems && $accessibleItems.size() > 0)  
<p>If this request is approved, ${requestedForIdentityName} will receive access to the following:</p>  
<ul>#foreach($item in $accessibleItems)  
<li>$item</li>  
#end</ul>  
<br />  
#end #elseif($requestedObjectType=="AccessProfile")  
<p>If this request is approved, ${requestedForIdentityName} will receive access to all entitlements in ${accessProfileName}.</p>  
#end  
<p>Go to <a href="$identityNowUrl/ui/d/approvals">$identityNowUrl/ui/d/approvals</a> to approve or deny this request.</p>
<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
accessibleItems List A list of items the user can access if their request is approved.
removeDate String The date at which this requested item will be removed.
requestedForIdentityName String The name of the identity the access was requested for.
requestedObjectName String The name of the item that was requested.
requestedObjectType String The type of the item that was requested.
requesterComments String The comments the requester enters when requesting access, if applicable.
requesterName String The name of the identity who requested the app.
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.