Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.25 KB

User.md

File metadata and controls

25 lines (20 loc) · 1.25 KB

User

Properties

Name Type Description Notes
pk i32 [readonly]
username String
name String User's display name.
is_active Option<bool> Designates whether this user should be treated as active. Unselect this instead of deleting accounts. [optional]
last_login Option<String> [optional]
is_superuser bool [readonly]
groups Option<Vecuuid::Uuid> [optional]
groups_obj Option<Vecmodels::UserGroup> [readonly]
email Option<String> [optional]
avatar String User's avatar, either a http/https URL or a data URI [readonly]
attributes Option<std::collections::HashMap<String, serde_json::Value>> [optional]
uid String [readonly]
path Option<String> [optional]
r#type Option<models::UserTypeEnum> [optional]
uuid uuid::Uuid [readonly]

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