Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 703 Bytes

UpdateUserPassword.md

File metadata and controls

14 lines (9 loc) · 703 Bytes

UpdateUserPassword

Properties

Name Type Description Notes
current_password Option<String> Gets or sets the current sha1-hashed password. [optional]
current_pw Option<String> Gets or sets the current plain text password. [optional]
new_pw Option<String> Gets or sets the new plain text password. [optional]
reset_password Option<bool> Gets or sets a value indicating whether to reset the password. [optional]

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