Caption | Name | Requirement | Type | Description |
|---|---|---|---|---|
Account Status | account_status | optional | string_t | User.account: The user's account or the account associated with the user. |
Account Status ID | account_status_id | optional | integer_t | User.account: The user's account or the account associated with the user. |
Account Type | account_type | optional | string_t | User.account: The user's account or the account associated with the user. |
Account Type ID | account_type_id | optional | integer_t | User.account: The user's account or the account associated with the user. |
Account UID | account_uid | optional | string_t | User.account: The user's account or the account associated with the user. |
Active | active | optional | boolean_t | User.modified_time: The timestamp when the user entry was last modified. Useful for tracking changes to user attributes or status. Synonyms: last modified, update time. |
Created Time | created_time | optional | timestamp_t | User.created_time: The timestamp when the user was created in the system. Useful for tracking user lifecycle and onboarding events. Synonyms: creation date, onboarding time. |
Domain | domain | optional | string_t | User.domain: The domain where the user is defined. For example: the LDAP or Active Directory domain. |
Email Address | email_addr | optional | email_t | User.email_addr: The user's primary email address. For example: |
End Time | end_time | optional | timestamp_t | User.end_time: The end time of when a particular state of the user was valid. Using the |
History ID | hid | optional | integer_t | User.hid: The unique DataBee ID to identify a particular history entry or row in an entity table (i.e., user, device or product table). This field is the primary key and should not be mapped manually as the DataBee product populates this field itself. |
ID | id | required | integer_t | User.id: The unique identifier used by DataBee for a specific user. This is the primary key for the User table and is referenced as 'user_id' in activity and event tables to link to this user. Enables joins and correlations with events and activities. Synonyms: user_id. |
Modified Time | modified_time | optional | timestamp_t | User.modified_time: The timestamp when the user entry was last modified. Useful for tracking changes to user attributes or status. Synonyms: last modified, update time. |
Name | name | recommended | string_t | User.name: The username. For example, |
Record Created At | record_created_at | required | timestamp_t | CDPs generated timestamp when record was created. |
Record Updated At | record_updated_at | required | timestamp_t | CDPs generated timestamp when record was last updated. |
Data Sources | sources | recommended | string_t Array | User.backtrace: This object is a key value set that relates each field in the user to the earliest raw event that gave DataBee that particular value in the correlation. For example, |
Start Time | start_time | optional | timestamp_t | User.start_time: The start time when a particular state of the user became valid |
Type | type | optional | string_t | User.type: The type of the user. For example, System, AWS IAM User, etc. |
Type ID | type_id | recommended | integer_t | User.type_id: The user type identifier. |
Unique ID | uid | recommended | string_t | User.uid: The unique user identifier. For example, the Windows user SID, ActiveDirectory DN or AWS user ARN. |
Account
- Published on Aug 3, 2026
- 1 minute(s) read
Was this article helpful?