/
ACCOUNT OBJECT

ACCOUNT OBJECT

An ACCOUNT object contains the information that allows a user to log in the system. To access Linkcare-WS is mandatory to have an existing ACCOUNT.

Creating any new PROFESSIONAL, CASE o ASSOCIATE implicitly creates an ACCOUNT object.

ACCOUNT PROPERTIES:

PROPERTYTYPEDESCRIPTIONCOMMENTS
#ACCOUNT.REFSTRINGId of the ACCOUNT
#ACCOUNT:USERNAMESTRINGA unique code that can be used to log in the system
#ACCOUNT.PASSWORDSTRINGHash of ACCOUNT's password
#ACCOUNT.LAST_ACCESS_DATEDATEDate of last user's access

#ACCOUNT:ACTIVE

BOOLIndicates whether the ACCOUNT is active or notUsed to permit deactivating temporarily an ACCOUNT without deleting it
#ACCOUNT:LAST_LOGINDATEDate of the last user login
#ACCOUNT:ACTIVE_LANGUAGESTRINGLocale preference for the ACCOUNT


#ACCOUNT:SUBSCRIPTION_URLSTRINGURL informed by alert_subscribe(). Used by WS to send alerts to a client
#ACCOUNT:RESET_PASSWORDBOOLIndicates whether the USER will have to reset the password on next login
#ACCOUNT:PASSWORD_EXPIREDATEPassword expire date
#ACCOUNT:LOGIN_ATTEMPTSINTNumber of invalid login attempts
#ACCOUNT:LOGIN_LOCK_DATEDATE

When a user has tried to login unsuccessfully too many times, the ACCOUNT remains locked until the date specified in LOGIN_LOCK_DATE


#ACCOUNT:PREFERENCESJSONList of preferences of the USER stored in JSON format

Related content