Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1006 Bytes

User.md

File metadata and controls

17 lines (13 loc) · 1006 Bytes

User

Properties

Name Type Description Notes
username str The user's username.
id int Unique object identifier. [optional]
first_name str, none_type The User's first name. [optional]
last_name str, none_type The User's last name. [optional]
contact_email str, none_type The phone number at which the user prefers to receive communications. [optional]
contact_phone str, none_type The email at which the user prefers to receive communications. [optional]
oauth_uid str, none_type The user's OAuth UID. [optional]
preferences bool, date, datetime, dict, float, int, list, str, none_type The user's application settings. [optional]

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