Identity Attributes in Email Templates

When utilizing the variable ${requesterName}, the requester’s display name is retrieved for use in email templates.

Is there an option to access other identity attributes of the requester, such as the First Name, or even custom identity attributes?

The email template I am attempting to modify is “Access Request for Other".

Hello ${requester.firstname}

Other common fields include:

  • ${requester.lastname}
  • ${requester.email}
  • ${requester.displayName}
  • ${requester.employeeNumber},
2 Likes

Hello @mike.lim

After reviewing your requirement you can try to use below code for getting identity attribute

Email: $identity.email

For using custom identity attribute try below code

Location Code: $identity.attributes.locationCode

Thanks for the information.
I tried these attributes, but unfortunately, they didn’t populate the requester’s identity attribute.
image

check attribute name in identity profile give same name

Does this allow me to retrieve the requester’s identity attribute?
If so, how can I distinguish between the user and the requester?

The identity attribute is called “firstname” in the identity profile.
I’ve also tried testing with other available identity attributes, but none of them are producing the value.

Hi @mike.lim,

ISC is still taking it’s baby steps with their email templates. Unfortunately, you can only use the variables mentioned in the email template document as well as the version 1 variables

There are multiple ideas submitted for this.

https://ideas.sailpoint.com/ideas/GOV-I-2185
https://ideas.sailpoint.com/ideas/GOV-I-764