Home > @vsf-enterprise/commercetools-api > customerCreatePasswordResetToken
# customerCreatePasswordResetToken variable
Endpoint for request a token for resetting password for the user with given e-mail address. By default, it uses the customerCreatePasswordResetTokenDefaultQuery GraphQL query
Signature:
customerCreatePasswordResetToken: (context: Context, email: string, expose?: false, customQuery?: CustomQuery) => Promise<CustomerCreatePasswordResetTokenResponse | any>