Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

UpdatedUserData

Second parameter used in the customerUpdateMe API endpoint

export interface UpdatedUserData {
	dateOfBirth?: string;
	email: string;
	firstName: string;
	lastName: string;
}

Properties

NameRequiredTypeDescription
dateOfBirthOptionalstringNew user date of birth
emailRequiredstringNew user e-mail address
firstNameRequiredstringNew user first name
lastNameRequiredstringNew user last name

On this page