The current status of this user, ie. whether the user is currently active, locked, or was deleted.
Optional email of this user.
The first or given name of this user.
An object containing the LDAP structure of the user that was authenticated via NTLM. This is an empty when the user did not authenticate via NTLM.
The (optional) name of the client to which this user belongs to.
The (optional) phone number of this user.
The (optional) role to which this user was assigned.
The last or family name of this user.
The form of address of this user.
A list of user groups to which this user belongs.
The username of this user.
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 anymous user. For example, the first name (currentUser.surename
) is set to[Anonymous]
.