Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 881 Bytes

GroupMember.md

File metadata and controls

18 lines (13 loc) · 881 Bytes

GroupMember

Properties

Name Type Description Notes
pk i32 [readonly]
username String Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
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]
email Option<String> [optional]
attributes Option<std::collections::HashMap<String, serde_json::Value>> [optional]
uid String [readonly]

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