ApiChangePasswordRequestDTO¶
stonepy.models.ApiChangePasswordRequestDTO.ApiChangePasswordRequestDTO
¶
Bases: RequestModel
Request to change a user's password.
user_name
class-attribute
instance-attribute
¶
The username of the user whose password is to be changed (case sensitive) .
password
class-attribute
instance-attribute
¶
The user's existing password (case sensitive) .
new_password
class-attribute
instance-attribute
¶
The user's new password (case sensitive) .