Function customersWithDuplicateEmails

Finds all customers whose email appear more than once in the Stripe account.

The search is restricted to the time interval [ts_md_begin, ts_md_end].

  • Parameters

    Returns Promise<{
        customers_by_email: {};
        n_total: number;
        query: string;
    }>