Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.31 KB

User.md

File metadata and controls

26 lines (22 loc) · 1.31 KB

User

Properties

Name Type Description Notes
Id int [optional] [default to null]
OwnerId int [optional] [default to null]
Firstname string [optional] [default to null]
Lastname string [optional] [default to null]
Username string [default to null]
Email string [default to null]
Phone string [optional] [default to null]
Created time.Time [optional] [default to null]
LastUpdated time.Time [optional] [default to null]
Preferences *UserPreferences [optional] [default to null]
TFAEnabled string [optional] [default to null]
AffiliateID string [optional] [default to null]
PgpPubKey string [optional] [default to null]
Country string [optional] [default to null]
GeoipCountry string [optional] [default to null]
GeoipRegion string [optional] [default to null]
Typ string [optional] [default to null]

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