Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.14 KB

User.md

File metadata and controls

23 lines (19 loc) · 1.14 KB

User

Properties

Name Type Description Notes
Id float32 [optional] [default to null]
OwnerId float32 [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]

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