Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 818 Bytes

File metadata and controls

16 lines (11 loc) · 818 Bytes

GroupMemberRequest

Properties

Name Type Description Notes
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]

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