Caption | Name | Requirement | Type | Description |
|---|---|---|---|---|
ID | account_id | recommended | 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. |
Type | account_type | optional | string_t | User.type: The type of the user. For example, System, AWS IAM User, etc. |
Data Source | data_source | required | string_t | UserInventory.metadata_: The metadata associated with the event or a finding. GroupManagement.metadata_: The metadata associated with the event or a finding. |
Group Name | group_name | optional | string_t | User.groups: The administrative groups to which the user belongs. |
Group Type | group_type | optional | string_t | User.groups: The administrative groups to which the user belongs. |
Group UID | group_uid | optional | string_t | User.groups: The administrative groups to which the user belongs. |
Group Updated At | group_updated_at | required | timestamp_t | Source event processed timestamp for the group membership relationship. |
ID | id | required | integer_t | Auto-incremented surrogate primary key for this membership row. |
Privileges | privileges | optional | string_t Array | User.groups: The administrative groups to which the user belongs. |
Record Created At | record_created_at | required | timestamp_t | CDPs generated timestamp of the ETL load for this row. |
Account Group Members
- Updated on Aug 3, 2026
- Published on Aug 3, 2026
- 1 minute(s) read
Was this article helpful?