🧭✨Future Application Users (NEW)

✨ NEW TABLE - December 2025

🛠️ Partner API Alignment Migration

🧭 This table represents the post-migration state for application_users.

1️⃣ Migrate to this table by April 2026

2️⃣ Between April 2026 and July 2026, remove FUTURE__ prefix

Contains application user records with associated operator information. Combines user application data with operator details to provide comprehensive user context including team assignments, permissions, and deletion tracking. Includes timestamps for audit trails and marketing preferences.

SQL: FUTURE__application_users

Schema

Column NameData TypeDescription
Primary ID
idINTEGERPrimary key
Other IDs
operator_idINTEGERUnique identifier for the operator associated with this application user
user_idINTEGERUnique identifier for the user account
application_idINTEGERUnique identifier for the application the user has access to
default_team_idINTEGERIdentifier for the user's default team assignment within the application
deleted_by_user_idINTEGERIdentifier of the user who performed the deletion, null if record is active
Timestamps
created_atTIMESTAMP_NTZTimestamp when the application user record was originally created
updated_atTIMESTAMP_NTZTimestamp when the application user record was last modified
deleted_atTIMESTAMP_NTZTimestamp when the application user record was deleted, null if active
terms_read_atTIMESTAMP_NTZTimestamp when the user last read or acknowledged the terms of service
operator_deleted_atTIMESTAMP_NTZTimestamp when the associated operator was deleted, null if operator is active
application_marketing_emails_accepted_atTIMESTAMP_NTZTimestamp when the user accepted marketing emails for this application, null if not accepted

Changes from Last Version

Added columns (3):

  • default_team_id
  • deleted_by_user_id
  • operator_deleted_at

Removed columns (0):

  • no columns were removed

Renamed columns (0):

  • no columns were renamed

Data inclusion criteria

This table works with FUTURE__operators table, requiring that operator_id is among the partner's FUTURE__operators.id records.

Data flow

Upstream tablesDownstream tables
FUTURE__operatorsFUTURE__users

Alignment

Partner API

application_users table

exclude rows where deleted_at is not null

where deleted_at is null