User

A user object with sensitive data. New in version 2.1.0

Properties

NameTypeDescriptionNotes
activebool, none_typeWhether the user is active[optional] [readonly]
changed_onstr, none_typeThe date user was changed[optional] [readonly]
created_onstr, none_typeThe date user was created[optional] [readonly]
emailstrThe user's email. Changed in version 2.2.0: A minimum character length requirement ('minLength') is added.[optional]
failed_login_countint, none_typeThe number of times the login failed[optional] [readonly]
first_namestrThe user's first name. Changed in version 2.4.0: The requirement for this to be non-empty was removed.[optional]
last_loginstr, none_typeThe last user login[optional] [readonly]
last_namestrThe user's last name. Changed in version 2.4.0: The requirement for this to be non-empty was removed.[optional]
login_countint, none_typeThe login count[optional] [readonly]
roles[UserCollectionItemRoles]User roles. Changed in version 2.2.0: Field is no longer read-only.[optional]
usernamestrThe username. Changed in version 2.2.0: A minimum character length requirement ('minLength') is added.[optional]
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]