Users (Platform Only)
Last updated
Was this helpful?
The Users table stores authentication details for system users. It is the primary table for determining login credentials and account status.
The following table describes each field in the Users table:
username
varchar
Yes
The name of the user.
password
varchar
No
The hashed password for the user for login.
enabled
boolean
Yes
True if the user can log in, otherwise false.
Last updated
Was this helpful?
Was this helpful?
