Table Type: Realtime Data
This table contains the current (real-time) presence status of the users in the system.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| user_id | string | Primary Key | The ID of the user |
| start_time | datetime | Required | The datetime the user entered this presence state |
| presence_id | string | The ID of the user's presence from the organization_presence_definition table | |
| presence | string | The name of the user's presence from the organization_presence_definition table | |
| db_last_updated | datetime | The last time this record was updated in the database |
