Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 752 Bytes

User.md

File metadata and controls

15 lines (11 loc) · 752 Bytes

User

Properties

Name Type Description Notes
uid string Unique user id
sid string User session id
email string User email, needed for personalization [optional]
ip string User IP (we get it automatically from the request) [optional]
ua string User browser agent (we get it automatically from the request) [optional]
lang string[] A list of accepted languages by the user (we get it automatically from the request) [optional]

[Back to Model list] [Back to API list] [Back to README]