userEmail

To return the email address of a user

This function will tell you the email address of the current user or a given user. Literally, the email the invitation to this specific workspace (team) was sent to and the addressee signed up with.

Syntax

userEmail()

userEmail(user)

Return

string

Examples

userEmail() To return the email address of the current user.

userEmail()

Return: steve.rogers@theavengers.com (if Captain America is currently using the database)

userEmail(myUser) To return the email address of a given user.

Choose the User field and select Steve Rogers.

userEmail(User)

Return: steve.rogers@theavengers.com (if Captain America is selected in the User field)

See also

user, which returns the current or a specific user.

Do you want to dive deeper into the topic? Take a look at the corresponding part of our video tutorial.

Last updated