Alokai

CustomerChangePasswordParams

Parameters for the customerChangePassword API endpoint

interface CustomerChangePasswordParams {
	currentPassword: string;
	newPassword: string;
	version: number;
}

Properties

NameRequiredTypeDescription
currentPasswordRequiredstring
newPasswordRequiredstring
versionRequirednumber

On this page