Skip to content

Access Revoke Request Decision For Requester Email Template

The Access Revoke Request Decision For Requester email notifies the requestor that a user has reviewed their access revoke request.

Name: Access Revoke Request Decision For Requester

Subject: Your access revoke request for {requestedObjectName} has been #if(approved)approved#{else}denied#end

Body:

Dear ${user.name},

Your request to revoke the $requestedObjectName $requestedObjectType from $requestedForIdentityName has been <b>#if ($approved)<span style="color:green">approved</span>#{else}<span style="color:red">denied</span>#end.</b>

#if($approved)
$requestedForIdentityName's access to the $requestedObjectName $requestedObjectType will be revoked #if($removeDate) on $removeDate. #else soon, after additional processing.#end
#end

#if (!$approved && $reviewerComment)
${rejecterName} gave the following reason for denying the request: <b>$reviewerComment</b>
#end

#if (!$approved)
Please contact ${rejecterName} if you have any questions.
#end

Thanks,

The ${PRODUCT_NAME} Team

Attributes

This email template uses version 1 global variables and the following template-specific attributes:

Name Type Description
approved Boolean The approval decision.
rejecterName string If applicable, the name of the reviewer who rejected this request.
removeDate String The date on which the access will be removed.
requestedForIdentityName String The identity whose access was requested to be revoked.
requestedObjectName String The name of the item requested to be revoked.
requestedObjectType String The type of the item requested to be revoked.
requesterName String The identity who submitted the access revoke request.
reviewerComment String The comments the reviewer entered when they denied access, if applicable.