/
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:
PROPERTY | TYPE | DESCRIPTION | COMMENTS |
---|---|---|---|
#ACCOUNT.REF | STRING | Id of the ACCOUNT | |
#ACCOUNT:USERNAME | STRING | A unique code that can be used to log in the system | |
#ACCOUNT.PASSWORD | STRING | Hash of ACCOUNT's password | |
#ACCOUNT.LAST_ACCESS_DATE | DATE | Date of last user's access | |
#ACCOUNT:ACTIVE | BOOL | Indicates whether the ACCOUNT is active or not | Used to permit deactivating temporarily an ACCOUNT without deleting it |
#ACCOUNT:LAST_LOGIN | DATE | Date of the last user login | |
#ACCOUNT:ACTIVE_LANGUAGE | STRING | Locale preference for the ACCOUNT | |
#ACCOUNT:SUBSCRIPTION_URL | STRING | URL informed by alert_subscribe(). Used by WS to send alerts to a client | |
#ACCOUNT:RESET_PASSWORD | BOOL | Indicates whether the USER will have to reset the password on next login | |
#ACCOUNT:PASSWORD_EXPIRE | DATE | Password expire date | |
#ACCOUNT:LOGIN_ATTEMPTS | INT | Number of invalid login attempts | |
#ACCOUNT:LOGIN_LOCK_DATE | DATE | When a user has tried to login unsuccessfully too many times, the ACCOUNT remains locked until the date specified in LOGIN_LOCK_DATE | |
#ACCOUNT:PREFERENCES | JSON | List of preferences of the USER stored in JSON format |
, multiple selections available,
Related content
† instance_account_exists ()
† instance_account_exists ()
More like this
SESSION OBJECTS
SESSION OBJECTS
More like this
ORGANIZATION OBJECTS
ORGANIZATION OBJECTS
More like this
CONTACT OBJECT
CONTACT OBJECT
Read with this
SYSTEM OVERVIEW
SYSTEM OVERVIEW
More like this
API VERSIONS
API VERSIONS
More like this