ChangePassword¶
Namespace: Rest_API.Models
Represents a request to change a user's password.
Inheritance Object → ChangePassword
Properties¶
CurrentPassword¶
Gets or sets the current password of the user.
Property Value¶
NewPassword¶
Gets or sets the new password to be set for the user.
Property Value¶
UserId¶
Gets or sets the unique identifier of the user whose password is to be changed.