userEmailAddress
Description
Returns email address of the selected user. The email address may be needed to supply it to the various external systems.
Parameters
Return Type
String
Examples
Example 1
Returns: If exists, returns the email address of the jdoe user.
userEmailAddress("jdoe");
Example 2
Returns: If exists, returns the email address of the current user.
userEmailAddress(currentUser());
See also
Peacock