You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
CustomerCreatePasswordResetTokenParams
Parameters for the customerCreatePasswordResetToken API endpoint
export interface CustomerCreatePasswordResetTokenParams {
email: string;
expose?: boolean;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
email | Required | string | |
expose | Optional | boolean |