Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.17 KB

WritableUser.md

File metadata and controls

22 lines (17 loc) · 1.17 KB

WritableUser

Properties

Name Type Description Notes
id Option<i32> [optional][readonly]
url Option<String> [optional][readonly]
display Option<String> [optional][readonly]
username String Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
password String
first_name Option<String> [optional]
last_name Option<String> [optional]
email Option<String> [optional]
is_staff Option<bool> Designates whether the user can log into this admin site. [optional]
is_active Option<bool> Designates whether this user should be treated as active. Unselect this instead of deleting accounts. [optional]
date_joined Option<String> [optional]
groups Option<Vec> The groups this user belongs to. A user will get all permissions granted to each of their groups. [optional]

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