Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.24 KB

User.md

File metadata and controls

22 lines (18 loc) · 1.24 KB

User

Properties

Name Type Description Notes
id int Unique numerical ID for the user. [optional]
login str UNIX-style username. [optional]
password str Password field [optional]
password_confirmation str Password field (generally same as 'password') [optional]
full_name str Full name of the user. [optional]
email str email address of the user. [optional]
city str city where the user is located [optional]
country str country where the user is located [optional]
time_zone str time-zone (should make it this an enum) [optional]
type str Classification of user permission level [optional] [default to 'NormalUser']
site_id int ID of the site affiliation for the user. [optional]
last_connected_at str time of last connection by the user. (can be empty) [optional]
account_locked str Whether or not the account is locked. [optional]

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