Skip to end of banner
Go to start of banner

userEmailAddress

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

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

  • No labels