For the complete documentation index, see llms.txt. This page is also available as Markdown.

User

Table schema for user profiles, preferences, and dimensions.

Schema reference for user profiles and the preferences attached to them.

Users Table

Table Name: users Description: User profiles and preferences

Column
Type
Description

_id

string

Internal identifier

additional_context

json

Custom user context

created_at

timestamp

Creation timestamp

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?