Skip to content

ApiChangePasswordResponseDTO

stonepy.models.ApiChangePasswordResponseDTO.ApiChangePasswordResponseDTO

Bases: ResponseModel

Response to a change password request.

is_password_changed class-attribute instance-attribute

is_password_changed: bool | None = Field(
    default=None, alias="IsPasswordChanged"
)

Flag indicating whether the password change request was successful.