Can we reference the user-name in expressions?

Is there a way to reference the user-name in my expressions.

I want the Mail mapping to be based on whatever user-name was used during provisioning.

So, if john.doe was used when creating the account, I want the Mail to use john.doe@example.com

If j.doe was used when creating the account, I want the Mail to use j.doe@example.com

1 Like

Yes, since release 2.6.8.1 you now have access to the AD User in your expressions.

This means that you can create an expression that references the existing AD user details.

This allows you to reference the user account logon-name within your expressions.

For example you can now set the Mail mapping to use the assigned logon name, instead of the email address stored in UKG.

The Mail mapping expression would look something like this:

User.UserLogonName + “@example.com

unnamed