Skip to content

isopruefi-frontend v1.0.0


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?

optional currentPassword: string

Defined in: api/api-client.ts:1651

Gets or sets the current password of the user.


newPassword?

optional newPassword: string

Defined in: api/api-client.ts:1654

Gets or sets the new password to be set for the user.


userId?

optional userId: string

Defined in: api/api-client.ts:1648

Gets or sets the unique identifier of the user whose password is to be changed.