User

A user object with sensitive data

Properties

NameTypeDescriptionNotes
user_idintThe user id[optional] [readonly]
first_namestrThe user firstname[optional]
last_namestrThe user lastname[optional]
usernamestrThe username[optional]
emailstrThe user's email[optional]
activebool, none_typeWhether the user is active[optional] [readonly]
last_loginstr, none_typeThe last user login[optional] [readonly]
login_countint, none_typeThe login count[optional] [readonly]
failed_login_countint, none_typeThe number of times the login failed[optional] [readonly]
roles[UserCollectionItemRoles]User roles[optional] [readonly]
created_onstr, none_typeThe date user was created[optional] [readonly]
changed_onstr, none_typeThe date user was changed[optional] [readonly]
passwordstr[optional]
any string namebool, date, datetime, dict, float, int, list, str, none_typeany string name can be used but the value must be the correct type[optional]

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