Optional
activeOptional
emailThe email address of this user.
Optional
forenameThe first or given name of this user.
Optional
ldapRaw user data from the LDAP.
Optional
mandantOptional
roleThe (optional) role to which this user was assigned.
Optional
surenameThe user's family name or last name.
Optional
titleThe form of address of this user.
Optional
usergroupsUser groups of the user.
Optional
usernameThe user's username.
Optional
WARNING!A warning message informing you that this object is deprecated and scheduled to be removed soon.
This object contains all the data related to a user within formcycle. To access the user currently signed in, use
XFC_METADATA.currentUser
. In case the user is not signed in, the user data refers to an anonymous user. For example, the username will benull
.Deprecated
This object refers to
XFC_METADATA.currentUser
, which should not be used anymore. Instead, useXFC_METADATA.user
instead.