User variable
  • 16 Jul 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light

User variable

  • Dark
    Light

Article summary

The user variable contains information about the current user, provided they are signed into the Combeenation platform. Otherwise, the current user is considered anonymous and the variable will contain fallback values.

Properties

name

description

isLoggedIn

true if the user is signed into the Combeenation platform, false otherwise

firstName

the first name of the user or an empty text if not set or the user isn’t signed in

lastName

the last name of the user or an empty text if not set or the user isn’t signed in

mail

the mail address of the user or a fallback value if the user isn’t signed in (currently anonymous@combeenation.com)

Note  the fallback mail address does not exist, mails cannot be sent to it. It's intended to assist in debugging, not for actual use!

fields

Container for all custom field values, provided any have been created in the Company


Was this article helpful?