Alokai

CustomerChangeMyPasswordResponse

Response returned from the customerChangePassword API endpoint

interface CustomerChangeMyPasswordResponse {
	user: Customer;
}

Properties

NameRequiredTypeDescription
userRequiredCustomer

Referenced Types

On this page