User Interface
Frompackages/core/src/types-hoist/user.ts:
Fields
id
string | number
Unique identifier for the user. Can be a string or number.
string
User’s email address.
username
string
User’s username or display name.
ip_address
string | null
User’s IP address. Use
'{{auto}}' to automatically capture from request.geo
GeoLocation
Geographic location information.
Custom Fields
The User interface allows arbitrary custom fields:GeoLocation Interface
Fields
string
Two-letter ISO country code.
string
State, province, or region name.
string
City name.