A warning message informing you that this object is deprecated and scheduled to be removed soon.
The email address of this user.
The first or given name of this user.
Raw user data from the LDAP.
The (optional) role to which this user was assigned.
The user's family name or last name.
The form of address of this user.
User groups of the user.
The user's username.
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
.This object refers to
XFC_METADATA.currentUser
, which should not be used anymore. Instead, useXFC_METADATA.user
instead.