Hi, I want to fetch email address of the user, based on first name and last name.
Discussion posts and replies are publicly visible
What do you mean "based on first name and last name", exactly? The unique property stored in an Appian user account is the username (and using this, you can get the stored email address just using the "user()" function). There is no such direct way to do that sort of thing using the "first and last name", unless you mean something else.