User

Serializer for User.

Properties

Name Type Description Notes
username str Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
password str Users password. Set to ``null`` to disable password authentication. [optional]
first_name str First name [optional]
last_name str Last name [optional]
email str Email address [optional]
is_staff bool Designates whether the user can log into this admin site. [optional] [default to False]
is_active bool Designates whether this user should be treated as active. [optional] [default to True]

[Back to Model list] [Back to API list] [Back to HOME]