Skip to content

Users Data Element

The Users Data Element manages the system users, their authentication details, and profile information.

USERS

FieldTypeComment
USER_IDNumberUnique identifier for the User
EMAILStringUser's email address (UNIQUE, NOT NULL)
FIRST_NAMEStringFirst Name
LAST_NAMEStringLast Name
IS_ACTIVEBooleanIndicator if the user is active (default: true)
CAN_APPROVE_WORKSHEETSBooleanIndicator if the user can approve worksheets (default: false)
CREATED_BYStringUser who created the record
CREATED_DTTimestampTimestamp when the record was created
UPDATED_BYStringUser who last updated the record
UPDATED_DTTimestampTimestamp when the record was last updated

Confidential. For internal use only.