Send user-name and password on insert notification

How do I send the user ID in the notification? Do I use the same syntax as part of the user creation as shown below.

And how do I send the new user password? Use the syntax below?

I think it’s better to use the expression User.UserLogonName for sending the user name as it shows the user-name that was actually used when the account was created.

If you use “D” + Employment.EmployeNumber it might not be the actual one that was used in the case where the 2nd condition is used for the User logon name mapping.

The same applies for password, consider using User.password as it will hold the actual password that was generated when the account was created.