User
Tables for user profiles and preferences.
Users Table
Table Name: users
Description: User profiles and preferences
Column
Type
Description
_id
string
Internal identifier
additional_context
json
Custom user context
email
string
User email address
first_name
string
User first name
last_name
string
User last name
org_id
string
Organization identifier
preferences
json
User preferences
region_name
string
User region
role
string
User role
updated_at
timestamp
Last update timestamp
user_id
string
User unique identifier
user_models
json
Personalization models
Last updated
Was this helpful?