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
| Name | Required | Type | Description |
|---|---|---|---|
dateOfBirth | Optional | string | New user date of birth |
email | Required | string | New user e-mail address |
firstName | Required | string | New user first name |
lastName | Required | string | New user last name |