Add UPN to New Hire Email Template

Hi! There is no template as far as I know. You have to get user’s accounts (I used Identity Attributes Chaged for testing, but you can use the trigger that you need, perhaps Provisinoing Completed):

After Get Accounts, you have to catch the AD account (response is an array), like this:

And then you can use it on your email:

I left you this worflow attached, you only have to change the owner/modifier identity and import it into your tenant.

sendUPN.json (1.7 KB)