isopruefi-frontend / api/api-client / IChangePassword
Interface: IChangePassword¶
Defined in: api/api-client.ts:1645
Represents a request to change a user's password.
Properties¶
currentPassword?¶
optionalcurrentPassword:string
Defined in: api/api-client.ts:1651
Gets or sets the current password of the user.
newPassword?¶
optionalnewPassword:string
Defined in: api/api-client.ts:1654
Gets or sets the new password to be set for the user.
userId?¶
optionaluserId:string
Defined in: api/api-client.ts:1648
Gets or sets the unique identifier of the user whose password is to be changed.