diff --git a/CustomerNotes/DataSnipper/DataSnipper.md b/CustomerNotes/DataSnipper/DataSnipper.md index d6e90c59..3f26f35c 100644 --- a/CustomerNotes/DataSnipper/DataSnipper.md +++ b/CustomerNotes/DataSnipper/DataSnipper.md @@ -261,3 +261,19 @@ Ask Allyson about Zoom integration updates.... they aren't sure if they want to Justin is on Candide's team but unable to make it. Manager permissions continue to be an issue. + +## 12/12/2023 + +### Mapping for Workato + +| -- | -- | +| Packages in HubSpot | Learning Path | +| Enterprise | Introduction to DataSnipper - Enterprise | +| Professional | Introduction to DataSnipper - Professional | +| Basic | Introduction to DataSnipper - Basics | +| Advanced | Introduction to DataSnipper - Professional | +| N/A | Introduction to DataSnipper - Professional | + +- Basics LP: f708a9c9-9fb4-460f-9f79-5be9579854b4 +- Professional LP: af8e387e-203f-42a2-9117-2e9ff14d5115 +- Enterprise LP: f19bc248-c430-4781-beef-b3ba4f377bac diff --git a/Scripts/API_Tests/__pycache__/ts_lstdict.cpython-311.pyc b/Scripts/API_Tests/__pycache__/ts_lstdict.cpython-311.pyc new file mode 100644 index 00000000..33d454bf Binary files /dev/null and b/Scripts/API_Tests/__pycache__/ts_lstdict.cpython-311.pyc differ diff --git a/Scripts/API_Tests/add-pgaids.py b/Scripts/API_Tests/add-pgaids.py index fe0a1f34..0be06514 100644 --- a/Scripts/API_Tests/add-pgaids.py +++ b/Scripts/API_Tests/add-pgaids.py @@ -24,11 +24,12 @@ def load_file(basefile): if os.path.isfile(basefile): print(f"File found! Importing {basefile}") for email in completions.itertuples(): - row_num = email[1] + row_num = email[0] row_dict = {"row_num": row_num} email = email[3] url = uuid_url + f"{email}" response = requests.get(url, headers=headers) + print(response) if response.status_code == 200: response = response.json() uuid = response["data"][0]["id"] @@ -38,6 +39,7 @@ def load_file(basefile): userid = data["data"]["attributes"]["properties"]["user_id"] row_dict["userid"] = userid dict_list.append(row_dict) + print(dict_list) print("No errors! Passing along the dictionary!") except KeyError as e: print(f"{e} and the rest") diff --git a/Scripts/API_Tests/add-props-to-csv.py b/Scripts/API_Tests/add-props-to-csv.py new file mode 100644 index 00000000..206b1760 --- /dev/null +++ b/Scripts/API_Tests/add-props-to-csv.py @@ -0,0 +1,97 @@ +import requests +import pandas as pd +from pathlib import Path +import Apikeys +import os +import ts_lstdict + +basefile = "/Users/normrasmussen/Downloads/ts-mca.csv" +api_key = Apikeys.TALKSPACE_1099 +uuid_url = "https://api.northpass.com/v2/people?filter[email][eq]=" +prop_url = "https://api.northpass.com/v2/properties/people/" +headers = { + "accept": "*/*", + "x-api-key": api_key, + "content-type": "application/json", +} +LISTDICT = ts_lstdict.LISTDICT + + +def load_file(basefile): + dict_list = [] + row_dict = {} + basefile = Path(basefile) + completions = pd.read_csv(basefile) + curr_index = 0 + parsed_list = [] + try: + if os.path.isfile(basefile): + print(f"File found! Importing {basefile}") + for email in completions.itertuples(): + row_num = email[0] + name = email[1] + email = email[3] + row_dict = { + "row_num": row_num, + "name": name, + "userid": "", + "email": email, + } + dict_list.append(row_dict) + print(len(dict_list)) + tempdf = pd.DataFrame(dict_list) + tempdf.drop_duplicates(subset=["name"], keep="first", inplace=True) + dict_list = tempdf.to_dict("records") + print(len(dict_list)) + except KeyError as e: + print(f"{e} Error") + finally: + make_calls(dict_list) + + +def make_calls(dict_list): + final_list = [] + for row_dict in dict_list: + name = row_dict["name"] + url = uuid_url + f"{row_dict['email']}" + response = requests.get(url, headers=headers) + print(f"running api call for {name}") + if response.status_code == 200: + response = response.json() + try: + uuid = response["data"][0]["id"] + url2 = prop_url + f"{uuid}" + response = requests.get(url2, headers=headers) + data = response.json() + userid = data["data"]["attributes"]["properties"]["user_id"] + row_dict["userid"] = userid + except IndexError as e: + print(f"{e} Second error!") + finally: + pass + if row_dict["userid"] is None: + pass + else: + final_list.append(row_dict) + print(len(final_list)) + +def add_to_csv(LISTDICT): + completions = pd.read_csv(basefile) + for info in LISTDICT: + print(info) + row = info["name"] + pid = info["userid"] + # print(f"PID IS {pid}") + completions.loc[completions.index[row], "userid"] = pid + #completions = completions[completions["userid"] != "0"] + # completions = completions.iloc[:, 0:] + print(completions) + completions.to_csv( + "/Users/normrasmussen/Downloads/Talkspace1099-Completions-All-IDS.csv", + index=False, + ) + + +if __name__ == "__main__": + # load_file(basefile) + add_to_csv(LISTDICT) diff --git a/Scripts/API_Tests/ts_lstdict.py b/Scripts/API_Tests/ts_lstdict.py new file mode 100644 index 00000000..72200208 --- /dev/null +++ b/Scripts/API_Tests/ts_lstdict.py @@ -0,0 +1,12496 @@ +LISTDICT = [ + { + "row_num": 21, + "name": "Wesley Hatcher", + "userid": 673052, + "email": "wesleywhatcher@gmail.com", + }, + { + "row_num": 55, + "name": "Nancy Turley", + "userid": 586951, + "email": "nancy@nstcounseling.com", + }, + { + "row_num": 73, + "name": "Genee Tinsley", + "userid": 3205539, + "email": "geneetinsley@icloud.com", + }, + { + "row_num": 78, + "name": "Mark Pruitt", + "userid": 3291119, + "email": "markdpruitt@gmail.com", + }, + { + "row_num": 95, + "name": "Dr. Carleah East", + "userid": 3342614, + "email": "dreast07@gmail.com", + }, + { + "row_num": 96, + "name": "Joset Rosado", + "userid": 3238333, + "email": "joset@josetrosado.com", + }, + { + "row_num": 100, + "name": "Chelsey Roberts", + "userid": 732167, + "email": "chelsey.roberts10@gmail.com", + }, + { + "row_num": 102, + "name": "Chantelle Rhoden", + "userid": 3278117, + "email": "rhodenchantelle@gmail.com", + }, + { + "row_num": 104, + "name": "Sandra Teniente", + "userid": 3179158, + "email": "sandra.teniente@yahoo.com", + }, + { + "row_num": 114, + "name": "Robin Hughes", + "userid": 2235687, + "email": "robinr1176@aol.com", + }, + { + "row_num": 128, + "name": "Angela Kazmierczak", + "userid": 1765706, + "email": "akaz1007@gmail.com", + }, + { + "row_num": 129, + "name": "Wanda Smart King", + "userid": 835959, + "email": "wesmart1161@gmail.com", + }, + { + "row_num": 135, + "name": "Teresa Harris", + "userid": 2463627, + "email": "teresa.harrispro77@gmail.com", + }, + { + "row_num": 141, + "name": "Jacqueline McAlees", + "userid": 3154152, + "email": "pagemcaleese@gmail.com", + }, + { + "row_num": 147, + "name": "Joseph Kaiser", + "userid": 3165795, + "email": "drivevwdrive@hotmail.com", + }, + { + "row_num": 148, + "name": "Virgil Miller", + "userid": 3254413, + "email": "virgilmiller1@gmail.com", + }, + { + "row_num": 149, + "name": "Nellie McCarty", + "userid": 1409758, + "email": "nellierosemccarty@gmail.com", + }, + { + "row_num": 152, + "name": "Wendy Napoleon", + "userid": 889143, + "email": "wendy.napoleon@gmail.com", + }, + { + "row_num": 158, + "name": "Karyll Honeycutt", + "userid": 937619, + "email": "kvshoneycutt@gmail.com", + }, + { + "row_num": 159, + "name": "Jennifer Bradley", + "userid": 2694128, + "email": "jenbradleyphd@gmail.com", + }, + { + "row_num": 167, + "name": "Maisha Walters", + "userid": 3324812, + "email": "maishawalters@gmail.com", + }, + { + "row_num": 168, + "name": "Kristina Fioravante", + "userid": 2094101, + "email": "kfioravante91@gmail.com", + }, + { + "row_num": 170, + "name": "Norah Knabe", + "userid": 550478, + "email": "norah@rosewoodfamilytherapy.com", + }, + { + "row_num": 171, + "name": "Jeanette Gallus", + "userid": 2741626, + "email": "jagallus@msn.com", + }, + { + "row_num": 172, + "name": "Jedidiah Savard", + "userid": 2091889, + "email": "drjsavard@gmail.com", + }, + { + "row_num": 175, + "name": "Stephanie Weinblatt", + "userid": 2222742, + "email": "stephanielcpc@gmail.com", + }, + { + "row_num": 179, + "name": "Mignon Pasqualicchio", + "userid": 3321881, + "email": "mpasqualicchio@yahoo.com", + }, + { + "row_num": 181, + "name": "Tanya Hart", + "userid": 2673664, + "email": "hartt2bwell@gmail.com", + }, + { + "row_num": 201, + "name": " Natalie Patterson", + "userid": 1585803, + "email": "nataliejpatterson@yahoo.com", + }, + { + "row_num": 203, + "name": "Theresa Abec", + "userid": 3313445, + "email": "etheda@yahoo.com", + }, + { + "row_num": 209, + "name": "Arti Dautenhahn", + "userid": 2798264, + "email": "artiaugustdautenhahn@gmail.com", + }, + { + "row_num": 210, + "name": "Stephanie Roseboro", + "userid": 3338295, + "email": "roseborosy@gmail.com", + }, + { + "row_num": 213, + "name": "Shing Chin Ginkens", + "userid": 3278121, + "email": "alice.ginkens@hotmail.com", + }, + { + "row_num": 215, + "name": "Evelyn Martin", + "userid": 2202172, + "email": "eviemartinb@aol.com", + }, + { + "row_num": 216, + "name": "Eugenia Davis", + "userid": 3155043, + "email": "firstbabyat32@bellsouth.net", + }, + { + "row_num": 218, + "name": "Sarah Hewitt", + "userid": 3366835, + "email": "shewittcmhc@gmail.com", + }, + { + "row_num": 219, + "name": "Colleen Innis", + "userid": 3278020, + "email": "simplythebestcuisine@gmail.com", + }, + { + "row_num": 223, + "name": "Jennifer Mieszala", + "userid": 3273556, + "email": "jennifermieszala@gmail.com", + }, + { + "row_num": 224, + "name": "Judy McLaughin", + "userid": 368637, + "email": "judydmcl@gmail.com", + }, + { + "row_num": 225, + "name": "Ingrid Vergara", + "userid": 2083235, + "email": "ingridvergara3108@gmail.com", + }, + { + "row_num": 226, + "name": "Jeanine Goodwin", + "userid": 3323221, + "email": "healthycoupleshealthyfamilies@gmail.com", + }, + { + "row_num": 233, + "name": "Keniesha Francis", + "userid": 935716, + "email": "jwkfrancis@outlook.com", + }, + { + "row_num": 234, + "name": "Kerry Green", + "userid": 595814, + "email": "kgreenlcsw@gmail.com", + }, + { + "row_num": 235, + "name": "Shawn Markey", + "userid": 2432964, + "email": "stmarkey58@yahoo.com", + }, + { + "row_num": 236, + "name": "Tracy Klemme", + "userid": 527294, + "email": "tracy@flourishtherapies.com", + }, + { + "row_num": 237, + "name": "George Brassea", + "userid": 3187841, + "email": "george@trueheightstx.org", + }, + { + "row_num": 244, + "name": "Noel James", + "userid": 3251437, + "email": "noelbit@icloud.com", + }, + { + "row_num": 245, + "name": "Denise Flack", + "userid": 3201698, + "email": "denifraga@yahoo.com", + }, + { + "row_num": 246, + "name": "Shannon Lowell", + "userid": 3356894, + "email": "shannon.veritas@gmail.com", + }, + { + "row_num": 247, + "name": "Mercy Abunaw", + "userid": 3204290, + "email": "mabunaw@mercyreigns.net", + }, + { + "row_num": 248, + "name": "Tiffany Layne ", + "userid": 1915103, + "email": "loudermilttn@yahoo.com", + }, + { + "row_num": 249, + "name": "Lisa Davis", + "userid": 3245692, + "email": "lisa.davis2010@yahoo.com", + }, + { + "row_num": 252, + "name": "Jill DiVito", + "userid": 750666, + "email": "jill.fullerton7@gmail.com", + }, + { + "row_num": 253, + "name": "Tatum Wrobel", + "userid": 215570, + "email": "twrobel80@gmail.com", + }, + { + "row_num": 254, + "name": "Shelby Davey", + "userid": 3249203, + "email": "shelbdavey@gmail.com", + }, + { + "row_num": 258, + "name": "Catherine Bruce ", + "userid": 3068808, + "email": "chahtacathi@yahoo.com", + }, + { + "row_num": 259, + "name": "Lisa Corbin", + "userid": 3187713, + "email": "coffeegrounds1221@yahoo.com", + }, + { + "row_num": 267, + "name": "Alisa Da Costa Rodrigues ", + "userid": 2445782, + "email": "alisadacosta9@gmail.com", + }, + { + "row_num": 271, + "name": "Marty Sapp", + "userid": 2254117, + "email": "sappmarty2@gmail.com", + }, + { + "row_num": 272, + "name": "Moya OLeary", + "userid": 2500062, + "email": "moya.oleary324@gmail.com", + }, + { + "row_num": 273, + "name": "Miriam Hartley", + "userid": 3274031, + "email": "miriamhartleylcsw@gmail.com", + }, + { + "row_num": 274, + "name": "Ginny Weston", + "userid": 1305239, + "email": "ginnyweston8@yahoo.com", + }, + { + "row_num": 276, + "name": "Terrie Deere", + "userid": 3051350, + "email": "tdeere2002@yahoo.com", + }, + { + "row_num": 277, + "name": "Sarah Benitez", + "userid": 3218435, + "email": "sbenitez.mmhc@gmail.com", + }, + { + "row_num": 278, + "name": "Camille Hardman", + "userid": 3184053, + "email": "hardmancounseling@gmail.com", + }, + { + "row_num": 280, + "name": "DANIEL OLACIREGUI", + "userid": 3191024, + "email": "dotherapy198@gmail.com", + }, + { + "row_num": 281, + "name": "Russell Johnson", + "userid": 2708985, + "email": "russj1@aol.com", + }, + { + "row_num": 282, + "name": "Joyce Mink", + "userid": 1963058, + "email": "joycemink1@aol.com", + }, + { + "row_num": 283, + "name": "manpreet sandhu", + "userid": 2827877, + "email": "sandhu_7881@yahoo.com", + }, + { + "row_num": 284, + "name": "Lynn Armah", + "userid": 1893564, + "email": "misslynnie07@gmail.com", + }, + { + "row_num": 285, + "name": "Jeremy Combs", + "userid": 3193981, + "email": "jmcairforce@yahoo.com", + }, + { + "row_num": 286, + "name": "Laura Klinefelter", + "userid": 2701133, + "email": "laurak4607@gmail.com", + }, + { + "row_num": 287, + "name": "Elizabeth Lueking", + "userid": 3296144, + "email": "randrcenterofhope@gmail.com", + }, + { + "row_num": 288, + "name": "Rob Harrison", + "userid": 3351841, + "email": "robjharrison1@gmail.com", + }, + { + "row_num": 289, + "name": "Vanessa Rubin", + "userid": 3323248, + "email": "vanrubin@aol.com", + }, + { + "row_num": 290, + "name": "Richard McDonald", + "userid": 3335836, + "email": "info@ebpiweb.com", + }, + { + "row_num": 293, + "name": "Jack Bannin", + "userid": 3212625, + "email": "info@bexarfamilysolutions.com", + }, + { + "row_num": 294, + "name": "Rebecca Clinton", + "userid": 447436, + "email": "rebecca.m.clinton@gmail.com", + }, + { + "row_num": 295, + "name": "Marshawna Hoyte", + "userid": 3331706, + "email": "marshawna.hoyte@gmail.com", + }, + { + "row_num": 303, + "name": "Kelly Warner", + "userid": 2836827, + "email": "kafowler9@gmail.com", + }, + { + "row_num": 350, + "name": "Tricia Colbert", + "userid": 3366097, + "email": "colbert.tricia@gmail.com", + }, + { + "row_num": 364, + "name": "Rene Minter", + "userid": 2545032, + "email": "rmintercarr@msn.com", + }, + { + "row_num": 385, + "name": "Tara Thibodaux", + "userid": 2899045, + "email": "tathibo222@gmail.com", + }, + { + "row_num": 403, + "name": "Wendy Pugh", + "userid": 2230721, + "email": "wenstheway@hotmail.com", + }, + { + "row_num": 469, + "name": "Kyra Santiago", + "userid": 3246889, + "email": "kyratsantiago@gmail.com", + }, + { + "row_num": 470, + "name": "Whitney Redden", + "userid": 1973229, + "email": "whitney_uptmore@yahoo.com", + }, + { + "row_num": 555, + "name": "Tamisha Daniels", + "userid": 377512, + "email": "mishahiggins@yahoo.com", + }, + { + "row_num": 568, + "name": "Wendy Tremblay", + "userid": 3139101, + "email": "tremblay.wendy@gmail.com", + }, + { + "row_num": 604, + "name": "Tammy Warren", + "userid": 3243351, + "email": "warrentr8340@gmail.com", + }, + { + "row_num": 629, + "name": "Tiffany Pranno", + "userid": 3014773, + "email": "tiffanykristap@gmail.com", + }, + { + "row_num": 636, + "name": "Tamela Polanin", + "userid": 2885157, + "email": "tamelap.lpc@gmail.com", + }, + { + "row_num": 643, + "name": "Tara Hagan", + "userid": 802682, + "email": "tmhagan1971@gmail.com", + }, + { + "row_num": 705, + "name": "William Besterman", + "userid": 2175472, + "email": "william_besterman@aim.com", + }, + { + "row_num": 712, + "name": "ron frigault", + "userid": 3234063, + "email": "rascal1030@kc.rr.com", + }, + { + "row_num": 731, + "name": "Veronica Smith", + "userid": 3294961, + "email": "greblue64@gmail.com", + }, + { + "row_num": 768, + "name": "michael vega", + "userid": 3260068, + "email": "michaelvega.sw@gmail.com", + }, + { + "row_num": 781, + "name": "Taylor Nolan", + "userid": 3319391, + "email": "taylorlnolan@gmail.com", + }, + { + "row_num": 823, + "name": "Tracy Schurch", + "userid": 467276, + "email": "tracy.schurch@gmail.com", + }, + { + "row_num": 835, + "name": "Ryan Espinoza", + "userid": 595729, + "email": "ryan@ryanespinozacounseling.com", + }, + { + "row_num": 843, + "name": "Rosa E Salas", + "userid": 2741569, + "email": "admin@psicoterapiatoday.com", + }, + { + "row_num": 991, + "name": "Stephanie Herrick", + "userid": 3329929, + "email": "stephanie.herrick@doane.edu", + }, + { + "row_num": 1025, + "name": "Renee Roark", + "userid": 3234574, + "email": "neeroark@gmail.com", + }, + { + "row_num": 1046, + "name": "Toni Williams Haverty", + "userid": 3369319, + "email": "liveinglifehappy@gmail.com", + }, + { + "row_num": 1054, + "name": "Vida Phoenix", + "userid": 1337867, + "email": "vidaphoenix@yahoo.com", + }, + { + "row_num": 1063, + "name": "Yamileth Vega", + "userid": 3304391, + "email": "yamivegabj@gmail.com", + }, + { + "row_num": 1078, + "name": "Trudy Goski", + "userid": 2533617, + "email": "counselingflorida@gmail.com", + }, + { + "row_num": 1087, + "name": "Tyonna Brooks", + "userid": 3317609, + "email": "brookstyonna3@gmail.com", + }, + { + "row_num": 1121, + "name": "Terri Samuels", + "userid": 1321728, + "email": "terrilsamuels@gmail.com", + }, + { + "row_num": 1133, + "name": "Jennifer Magness", + "userid": 2055073, + "email": "barberjn@gmail.com", + }, + { + "row_num": 1140, + "name": "Dan O'Neill", + "userid": 2004732, + "email": "dano.5948@gmail.com", + }, + { + "row_num": 1143, + "name": "Vincent Dimone", + "userid": 2162056, + "email": "vpd@counseling2thrive.com", + }, + { + "row_num": 1144, + "name": "Tasheena Donell", + "userid": 3163931, + "email": "tdonell@icloud.com", + }, + { + "row_num": 1156, + "name": "Nicholas Meister", + "userid": 1992504, + "email": "nmeisterlpcc@gmail.com", + }, + { + "row_num": 1157, + "name": "Vanessa Valles", + "userid": 992836, + "email": "vallesvaness83@yahoo.com", + }, + { + "row_num": 1167, + "name": "TRICIA HENDERSON", + "userid": 3252279, + "email": "tricialhenderson@gmail.com", + }, + { + "row_num": 1184, + "name": "Tessa DePasquale", + "userid": 2801043, + "email": "tlamirande12@gmail.com", + }, + { + "row_num": 1190, + "name": "Thomas Bennett", + "userid": 2235678, + "email": "tsboba12@gmail.com", + }, + { + "row_num": 1198, + "name": "Tiara Hanks", + "userid": 3351553, + "email": "thanks_msw@outlook.com", + }, + { + "row_num": 1205, + "name": "Wendy Durant", + "userid": 3303004, + "email": "wendydurant@duracarecounseling.com", + }, + { + "row_num": 1211, + "name": "Virginia Nielsen", + "userid": 3306298, + "email": "virginianielsen@sdcct.org", + }, + { + "row_num": 1218, + "name": "Tim Fredrik Edquilag", + "userid": 138037, + "email": "edquilaglpc@intuitiveinsightcounseling.com", + }, + { + "row_num": 1226, + "name": "Victoria Turrentine", + "userid": 3135916, + "email": "vlturrentine@gmail.com", + }, + { + "row_num": 1233, + "name": "Ebonee Edwards", + "userid": 3347605, + "email": "blujaaecounselingservices@gmail.com", + }, + { + "row_num": 1238, + "name": "Summer Papin", + "userid": 380360, + "email": "spapin13@yahoo.com", + }, + { + "row_num": 1257, + "name": "Zaya Kuykendall", + "userid": 333710, + "email": "zk.therapist@gmail.com", + }, + { + "row_num": 1272, + "name": "Yolanda Urena", + "userid": 3046683, + "email": "cyclesoflifecounselingsc@gmail.com", + }, + { + "row_num": 1291, + "name": "Walston Barbour", + "userid": 605732, + "email": "malikbarbour2010@comcast.net", + }, + { + "row_num": 1303, + "name": "Victoria Torres", + "userid": 3218249, + "email": "vmtorres1989@gmail.com", + }, + {"row_num": 1316, "name": "Tim Welch", "userid": 802717, "email": "tim@twelch.com"}, + { + "row_num": 1322, + "name": "Tracy Doro-krueger", + "userid": 3172933, + "email": "dorokrueger@gmail.com", + }, + { + "row_num": 1329, + "name": "Walt Nunnally", + "userid": 825173, + "email": "waltnunnally@frontier.com", + }, + { + "row_num": 1335, + "name": "Theresa Rositano", + "userid": 3181866, + "email": "theresarositano@gmail.com", + }, + { + "row_num": 1341, + "name": "Yasmine Iliya", + "userid": 2195070, + "email": "yasmine.iliya@gmail.com", + }, + { + "row_num": 1347, + "name": "Zyer Beaty", + "userid": 3364953, + "email": "zyerbeaty@gmail.com", + }, + { + "row_num": 1359, + "name": "Tricia Colbert", + "userid": 3366097, + "email": "colbertt.tricia@gmail.com", + }, + { + "row_num": 1371, + "name": "Tarrant Graham", + "userid": 3259594, + "email": "tarrantg71@gmail.com", + }, + { + "row_num": 1377, + "name": "Theresa Vosefski-Sears", + "userid": 3160675, + "email": "terryjoy4u@verizon.net", + }, + { + "row_num": 1383, + "name": "Taylor Girard", + "userid": 3316037, + "email": "girardtab8@gmail.com", + }, + { + "row_num": 1423, + "name": "Ricky Lomax", + "userid": 3306964, + "email": "lomax.ricky@yahoo.com", + }, + { + "row_num": 1442, + "name": "Sarah Bailey", + "userid": 2130895, + "email": "sarahnpobst@hotmail.com", + }, + { + "row_num": 1448, + "name": "Raymond Castiglia", + "userid": 3307088, + "email": "raycastiglialmhc@gmail.com", + }, + { + "row_num": 1458, + "name": "Farah Westbrook", + "userid": 2439388, + "email": "westbrookwellnesspc@gmail.com", + }, + { + "row_num": 1483, + "name": "Stacey Kiger", + "userid": 185602, + "email": "stacey.kiger@gmail.com", + }, + { + "row_num": 1536, + "name": "Sarah Edelman", + "userid": 3298680, + "email": "saedelman9@gmail.com", + }, + { + "row_num": 1585, + "name": "Rebekah Smith", + "userid": 3333383, + "email": "rjsmithlcsw@gmail.com", + }, + { + "row_num": 1603, + "name": "Shannon Murphy", + "userid": 3132355, + "email": "shannonmurphylcsw@gmail.com", + }, + { + "row_num": 1647, + "name": "Sara Kunkle", + "userid": 2072563, + "email": "kunkle.kunkle@gmail.com", + }, + { + "row_num": 1653, + "name": "Shelby Schrader", + "userid": 1104200, + "email": "shelbyschrader@hotmail.com", + }, + { + "row_num": 1711, + "name": "Maria Scotto ", + "userid": 824263, + "email": "maria@balancedlifetherapygroup.com", + }, + { + "row_num": 1799, + "name": "Sharon Bowen", + "userid": 2346453, + "email": "snbowen25@gmail.com", + }, + { + "row_num": 1870, + "name": "Alfred Smith III", + "userid": 3285302, + "email": "adsmith2011@yahoo.com", + }, + { + "row_num": 1882, + "name": "Rebecca Whitley", + "userid": 3213888, + "email": "rsw.lcsw@protonmail.com", + }, + { + "row_num": 1919, + "name": "Stacy Colaizzo", + "userid": 517990, + "email": "stacydownscolaizzomft@gmail.com", + }, + { + "row_num": 1941, + "name": "Robin Eaton-Novak", + "userid": 1253742, + "email": "raenovak@icloud.com", + }, + { + "row_num": 1952, + "name": "Suzanne Anderson", + "userid": 3321170, + "email": "suzanneanders23@hotmail.com", + }, + { + "row_num": 1958, + "name": "Sharon Bland-Brady", + "userid": 3269364, + "email": "sharonbrady10@yahoo.com", + }, + { + "row_num": 1985, + "name": "Stephanie Long", + "userid": 3063924, + "email": "stephielong@yahoo.com", + }, + { + "row_num": 2002, + "name": "Bekah Jaeger", + "userid": 901410, + "email": "bekahjaeger@gmail.com", + }, + { + "row_num": 2008, + "name": "Robin Warnberg ", + "userid": 901316, + "email": "robinw.lcsw@yahoo.com", + }, + { + "row_num": 2062, + "name": "Robin Lambrecht", + "userid": 3238415, + "email": "r.lambrecht@yahoo.com", + }, + { + "row_num": 2075, + "name": "Stephanie James", + "userid": 2235674, + "email": "03stephanie.james@gmail.com", + }, + { + "row_num": 2090, + "name": "Sonya Willis", + "userid": 2535054, + "email": "sonya.willis723@gmail.com", + }, + { + "row_num": 2097, + "name": "Stacy Reo", + "userid": 2246665, + "email": "reynolds_stacy@rocketmail.com", + }, + { + "row_num": 2108, + "name": "Tony Reigle", + "userid": 2356033, + "email": "reigletherapeutics@yahoo.com", + }, + { + "row_num": 2123, + "name": "Steven Buck", + "userid": 2771997, + "email": "stevenwbuck2@outlook.com", + }, + { + "row_num": 2129, + "name": "Stephanie Freeman", + "userid": 3198091, + "email": "sml.larson@gmail.com", + }, + { + "row_num": 2141, + "name": "Williston Riggs", + "userid": 3357255, + "email": "wbr713@gmail.com", + }, + { + "row_num": 2154, + "name": "Betty Turner", + "userid": 3589843, + "email": "betty.turner907@gmail.com", + }, + { + "row_num": 2168, + "name": "Susan Prince", + "userid": 3310543, + "email": "sprincelcsw@icloud.com", + }, + { + "row_num": 2177, + "name": "Jessica Vicari", + "userid": 1806784, + "email": "jessicavicari22@gmail.com", + }, + { + "row_num": 2183, + "name": "Sharon Zigman", + "userid": 3212683, + "email": "sbzig2@yahoo.com", + }, + { + "row_num": 2189, + "name": "Sunkeissa Cantrell", + "userid": 3313385, + "email": "sunkeissa.cantrell@gmail.com", + }, + { + "row_num": 2196, + "name": "AnneMarie Nawrocki", + "userid": 3441909, + "email": "acnawrocki@gmail.com", + }, + { + "row_num": 2208, + "name": "Sara Janowski-Therion", + "userid": 3317230, + "email": "saratherion@yahoo.com", + }, + { + "row_num": 2216, + "name": "Michelle Hill ", + "userid": 2434230, + "email": "shelly_hill11@yahoo.com", + }, + { + "row_num": 2229, + "name": "Megan Swenseth", + "userid": 3306828, + "email": "meg@reflectandreframe.com", + }, + { + "row_num": 2237, + "name": "Jamie Ellis", + "userid": 3337723, + "email": "jamie.ellis.family@gmail.com", + }, + { + "row_num": 2244, + "name": "Shamni Dougall", + "userid": 3270723, + "email": "sdougall@ymail.com", + }, + { + "row_num": 2253, + "name": "Raquel Barela", + "userid": 3267583, + "email": "raquelb.wccc@gmail.com", + }, + { + "row_num": 2259, + "name": "Sylvie-Queen Ekobena ", + "userid": 2839485, + "email": "queen.ekobena02@gmail.com", + }, + { + "row_num": 2269, + "name": "Susan Marone", + "userid": 1809725, + "email": "marone17r@gmail.com", + }, + { + "row_num": 2284, + "name": "Sherry Iyamu", + "userid": 3127930, + "email": "siiyamu@gmail.com", + }, + { + "row_num": 2290, + "name": "Sheila Dwyer", + "userid": 3121050, + "email": "sgdwyer1005@gmail.com", + }, + { + "row_num": 2296, + "name": "Rachel Wren", + "userid": 1227894, + "email": "rwren06@gmail.com", + }, + { + "row_num": 2307, + "name": "Nancy Baker", + "userid": 2235670, + "email": "nancybaker.phd.dms@gmail.com", + }, + { + "row_num": 2324, + "name": "Regina Hughes", + "userid": 3312144, + "email": "hughesreg@gmail.com", + }, + {"row_num": 2332, "name": "Sonia Romero", "userid": 3244368, "email": "soa"}, + { + "row_num": 2340, + "name": "Marisa Schaff", + "userid": 3112043, + "email": "marisa@valorhealing.com", + }, + { + "row_num": 2350, + "name": "Nedra Young", + "userid": 605740, + "email": "rblnpenland@gmail.com", + }, + { + "row_num": 2359, + "name": "Nina Kramer", + "userid": 3266820, + "email": "ninawkramer@gmail.com", + }, + { + "row_num": 2365, + "name": "Robert Bryant", + "userid": 640183, + "email": "profrlb@hotmail.com", + }, + { + "row_num": 2391, + "name": "Michele A Bauman", + "userid": 1990742, + "email": "michele.mangan.18@gmail.com", + }, + { + "row_num": 2404, + "name": "Rene Garcell", + "userid": 802743, + "email": "renegarcell@bellsouth.net", + }, + { + "row_num": 2414, + "name": "Rebecca Shaughnessy", + "userid": 3204939, + "email": "becki36@icloud.com", + }, + { + "row_num": 2420, + "name": "Susan Dixon", + "userid": 550505, + "email": "susandixoncounseling@hotmail.com", + }, + { + "row_num": 2427, + "name": "Stephanie Petersen", + "userid": 3181780, + "email": "stephanie@befreetherapy.com", + }, + { + "row_num": 2433, + "name": "Rachel DeVita", + "userid": 1323980, + "email": "racheldevita@gmail.com", + }, + { + "row_num": 2442, + "name": "Megan Propps", + "userid": 3191561, + "email": "megan.propps.lpc@protonmail.com", + }, + { + "row_num": 2451, + "name": "Rafat Omar", + "userid": 3317339, + "email": "orafat96@gmail.com", + }, + { + "row_num": 2457, + "name": "Stephen Onley", + "userid": 3354803, + "email": "sonley7@hotmail.com", + }, + { + "row_num": 2465, + "name": "Stephanie Chambers", + "userid": 602393, + "email": "stephanie_s_chambers@yahoo.com", + }, + { + "row_num": 2471, + "name": "Sue Kelley", + "userid": 3245032, + "email": "spinpositive@twcny.rr.com", + }, + { + "row_num": 2478, + "name": "Susan Pagels", + "userid": 3312021, + "email": "spagels6749@gmail.com", + }, + { + "row_num": 2484, + "name": "Reynolds Hawkins", + "userid": 2117241, + "email": "famuhawk82@gmail.com", + }, + { + "row_num": 2490, + "name": "Sharron Sylvain", + "userid": 3284604, + "email": "sharron.sylvain@gmail.com", + }, + { + "row_num": 2496, + "name": "Sarah Surrey", + "userid": 450454, + "email": "sarah.surrey@yahoo.com", + }, + { + "row_num": 2510, + "name": "Stephanie Field", + "userid": 614233, + "email": "sefield@verizon.net", + }, + { + "row_num": 2516, + "name": "Sandra Schwartz", + "userid": 3352735, + "email": "sandyschwartzmhc@gmail.com", + }, + { + "row_num": 2522, + "name": "Sharon Black", + "userid": 2173574, + "email": "sharonlwblack@yahoo.com", + }, + { + "row_num": 2528, + "name": "Raymond Mizer", + "userid": 1947725, + "email": "ray@badkatgym.com", + }, + { + "row_num": 2538, + "name": "Steven Littleton", + "userid": 3360296, + "email": "slittlet@gmail.com", + }, + { + "row_num": 2544, + "name": "Shannon Mott", + "userid": 3142330, + "email": "smott37@icloud.com", + }, + { + "row_num": 2550, + "name": "Robert Saunders", + "userid": 2422674, + "email": "saunderscounseling@yahoo.com", + }, + { + "row_num": 2573, + "name": "Robin Wagner", + "userid": 1337849, + "email": "robin.c.wagner@gmail.com", + }, + { + "row_num": 2586, + "name": "RAINER GOLDBERG", + "userid": 3278654, + "email": "rainjgoldberg@gmail.com", + }, + { + "row_num": 2592, + "name": "Robin Fleischer", + "userid": 3310281, + "email": "robin.fleischer@icloud.com", + }, + { + "row_num": 2598, + "name": "Rebecca White", + "userid": 3187790, + "email": "beccawhite713@gmail.com", + }, + { + "row_num": 2604, + "name": "Satyaprabha Bollam", + "userid": 2466815, + "email": "satyaprabha@hotmail.com", + }, + { + "row_num": 2628, + "name": "Sepideh Pourhassani", + "userid": 3175423, + "email": "sepidehpourhassani@gmail.com", + }, + { + "row_num": 2634, + "name": "Robert Mcqueen", + "userid": 3315577, + "email": "rcmcqueenj@yahoo.com", + }, + { + "row_num": 2640, + "name": "Sandra Fournier", + "userid": 361362, + "email": "sandy.fournier@gmail.com", + }, + { + "row_num": 2653, + "name": "Stephani Masi", + "userid": 373042, + "email": "stephani.masi@gmail.com", + }, + { + "row_num": 2659, + "name": "Ryan Suhr", + "userid": 2267230, + "email": "ryansuhr@gmail.com", + }, + { + "row_num": 2665, + "name": "Ryan Horn", + "userid": 3352719, + "email": "ryanphorn@hotmail.com", + }, + { + "row_num": 2683, + "name": "Solomon Berewa", + "userid": 3235777, + "email": "solobjnr@gmail.com", + }, + { + "row_num": 2692, + "name": "Robert Dumond", + "userid": 2317229, + "email": "rwdumond@aol.com", + }, + { + "row_num": 2698, + "name": "Razaria Best", + "userid": 2236274, + "email": "therapyforthoughts@gmail.com", + }, + { + "row_num": 2705, + "name": "Ronaka Jones Duncan", + "userid": 3210477, + "email": "ronakajones@yahoo.com", + }, + { + "row_num": 2711, + "name": "Roy Buggee", + "userid": 3316272, + "email": "royb596@aol.com", + }, + { + "row_num": 2718, + "name": "Robin Cooper", + "userid": 3240741, + "email": "rcooper6@live.com", + }, + { + "row_num": 2724, + "name": "Samantha Silverberg", + "userid": 3170454, + "email": "silverberglmhc@gmail.com", + }, + { + "row_num": 2736, + "name": "Stephanie Brown-Gilbert", + "userid": 2059645, + "email": "smbrowninc@me.com", + }, + { + "row_num": 2742, + "name": "Stephany Piermattei", + "userid": 2307543, + "email": "stephanypiermattei@mac.com", + }, + { + "row_num": 2748, + "name": "Sherita Dobbins", + "userid": 3034984, + "email": "sherita.dobbins1216@hotmail.com", + }, + { + "row_num": 2754, + "name": "Susan Taylor-Gol", + "userid": 2364236, + "email": "susandeanetaylorgol@hotmail.com", + }, + { + "row_num": 2760, + "name": "Ramaya Farooq", + "userid": 1827627, + "email": "ramaya.farooq@gmail.com", + }, + { + "row_num": 2772, + "name": "Stephen Willmer", + "userid": 3290601, + "email": "spwillme@netscape.net", + }, + { + "row_num": 2784, + "name": "salvatore seeley", + "userid": 513886, + "email": "salvatoreseeley@gmail.com", + }, + { + "row_num": 2814, + "name": "Noel d'Albertis", + "userid": 3188759, + "email": "ndalbertis@yahoo.com", + }, + { + "row_num": 2830, + "name": "Melissa Spooner", + "userid": 425548, + "email": "melissa.spooner@yahoo.com", + }, + { + "row_num": 2852, + "name": "Pamela Lundgren", + "userid": 3274616, + "email": "pamofmts@yahoo.com", + }, + { + "row_num": 2876, + "name": "Monique Gardner-Scott", + "userid": 1870976, + "email": "monique.gardner.92@gmail.com", + }, + { + "row_num": 2890, + "name": "Nova SIMISTER-IRVING", + "userid": 3205920, + "email": "novasimisterlcswpc@gmail.com", + }, + { + "row_num": 2910, + "name": "Marc Swarttz", + "userid": 929744, + "email": "welbey@aol.com", + }, + { + "row_num": 2916, + "name": "Morgan Wixon", + "userid": 3254165, + "email": "momack21@gmail.com", + }, + { + "row_num": 2923, + "name": "Jean Epstein", + "userid": 2405783, + "email": "bacoje@yahoo.com", + }, + { + "row_num": 2939, + "name": "Paula Hill", + "userid": 2085182, + "email": "paulahill88@gmail.com", + }, + { + "row_num": 2948, + "name": "nick Butcher", + "userid": 951710, + "email": "nickbutcher60@gmail.com", + }, + { + "row_num": 2966, + "name": "Patti Hampsten", + "userid": 3175121, + "email": "pkhampsten@gmail.com", + }, + { + "row_num": 3001, + "name": "Amy Tardio", + "userid": 857004, + "email": "aot1020@att.net", + }, + { + "row_num": 3009, + "name": "Nicole Treadway", + "userid": 3342286, + "email": "nmt0826@gmail.com", + }, + { + "row_num": 3025, + "name": "Michelle Salvaggio", + "userid": 324285, + "email": "michelle.salvaggio@yahoo.com", + }, + { + "row_num": 3036, + "name": "Michelle Evans", + "userid": 3300855, + "email": "lpcchelle@outlook.com", + }, + { + "row_num": 3055, + "name": "Michael Drew", + "userid": 3283035, + "email": "mbd01283@gmail.com", + }, + { + "row_num": 3067, + "name": "Meg Anderson", + "userid": 3336847, + "email": "levelupmissoula@gmail.com", + }, + { + "row_num": 3080, + "name": "Margaret Fowee", + "userid": 3332627, + "email": "mfoweecounseling@gmail.com", + }, + { + "row_num": 3086, + "name": "Michael Bacon", + "userid": 2789694, + "email": "mbaconlpc@gmail.com", + }, + { + "row_num": 3122, + "name": "Anna Sage", + "userid": 3352596, + "email": "annasage1956@outlook.com", + }, + { + "row_num": 3142, + "name": "Mary Oneafolu", + "userid": 2398952, + "email": "meusdrowski@gmail.com", + }, + { + "row_num": 3151, + "name": "Mary Ellen Miller", + "userid": 2169289, + "email": "maryellmiller@frontier.com", + }, + { + "row_num": 3160, + "name": "Michelle Boknevitz", + "userid": 1904233, + "email": "michelleboknevitz@outlook.com", + }, + { + "row_num": 3176, + "name": "Nicole Allen", + "userid": 1048115, + "email": "allen.nicole17@gmail.com", + }, + { + "row_num": 3182, + "name": "Carolyn Galbally", + "userid": 2329017, + "email": "carolynbuchert@mac.com", + }, + { + "row_num": 3188, + "name": "Mariel Bazil", + "userid": 2252467, + "email": "mariel.bazil@gmail.com", + }, + { + "row_num": 3203, + "name": "Nancy Busch", + "userid": 3224582, + "email": "nbusch4@gmail.com", + }, + { + "row_num": 3212, + "name": "Joyce Caroll", + "userid": 2235923, + "email": "jecaroll@yahoo.com", + }, + { + "row_num": 3220, + "name": "Carolyn Malkowski", + "userid": 3181255, + "email": "cmalko88@gmail.com", + }, + { + "row_num": 3255, + "name": "Marie Wilson", + "userid": 1968318, + "email": "mwess13@hotmail.com", + }, + { + "row_num": 3265, + "name": "Mizuki Kojima", + "userid": 2444800, + "email": "mizuki.kojima@outlook.com", + }, + { + "row_num": 3304, + "name": "Matthew McNiven", + "userid": 2947798, + "email": "mjmcniven@gmail.com", + }, + { + "row_num": 3315, + "name": "Judith Leventhal", + "userid": 3205326, + "email": "judyleventhalarts@gmail.com", + }, + { + "row_num": 3352, + "name": "Marissa Krager", + "userid": 3298153, + "email": "marissakrager@gmail.com", + }, + { + "row_num": 3388, + "name": "Melinda Abernethy", + "userid": 2891745, + "email": "bmelindahill91@gmail.com", + }, + { + "row_num": 3404, + "name": "Paula Powers", + "userid": 628154, + "email": "jppp79@gmail.com", + }, + { + "row_num": 3419, + "name": "Michael Berler", + "userid": 1952561, + "email": "mhbphd@aol.com", + }, + { + "row_num": 3446, + "name": "Charlette Forteza", + "userid": 3311491, + "email": "charletteforteza@gmail.com", + }, + { + "row_num": 3455, + "name": "Gregory Hale", + "userid": 1048001, + "email": "gregoryh9@yahoo.com", + }, + { + "row_num": 3487, + "name": "Mary Donahue", + "userid": 3135919, + "email": "mbdscout@yahoo.com", + }, + { + "row_num": 3503, + "name": "jennifer wargo", + "userid": "", + "email": "ameliassrj112#", + }, + { + "row_num": 3505, + "name": "Natalie Sinkler", + "userid": 3248375, + "email": "natalie.sinkler@gmail.com", + }, + { + "row_num": 3515, + "name": "Margaret Graham", + "userid": 1992780, + "email": "blankm19@gmail.com", + }, + { + "row_num": 3532, + "name": "Matthew Donohue", + "userid": 3371181, + "email": "mattyd37@yahoo.com", + }, + { + "row_num": 3550, + "name": "Megan Giacoletto", + "userid": 2583823, + "email": "megiacoletto@gmail.com", + }, + { + "row_num": 3560, + "name": "Priscilla Byrd", + "userid": 1339226, + "email": "pbyrd006@gmail.com", + }, + { + "row_num": 3571, + "name": "Mandilyn Graham ", + "userid": 500363, + "email": "mandilyn.graham@gmail.com", + }, + { + "row_num": 3585, + "name": "Melinda Newman", + "userid": 3184934, + "email": "hope4today13@gmail.com", + }, + { + "row_num": 3592, + "name": "Phil Olson", + "userid": 1491084, + "email": "pco.counseling13@gmail.com", + }, + { + "row_num": 3603, + "name": "nicholas Figueroa", + "userid": 2664065, + "email": "nickfig125@gmail.com", + }, + { + "row_num": 3609, + "name": "Doan Melissa", + "userid": 413762, + "email": "doanm@lindsey.edu", + }, + { + "row_num": 3618, + "name": "Natalie Grabowski", + "userid": 3172137, + "email": "n.e.grabowski@protonmail.com", + }, + { + "row_num": 3625, + "name": "Melissa Gonzales", + "userid": 3226791, + "email": "meligonzales1271@gmail.com", + }, + { + "row_num": 3631, + "name": "Nicole Thweatt", + "userid": 2634617, + "email": "nicolethweattlmhc@gmail.com", + }, + { + "row_num": 3638, + "name": "Margaret Forrest", + "userid": 513941, + "email": "maggiemartin1028@yahoo.com", + }, + { + "row_num": 3645, + "name": "Michelle Perepiczka", + "userid": 802689, + "email": "dr.perepiczka@gmail.com", + }, + { + "row_num": 3653, + "name": "Mark Ziegenbein", + "userid": 714051, + "email": "mdzieg@aol.com", + }, + { + "row_num": 3683, + "name": "Maura Johnson", + "userid": 1870723, + "email": "mauralbrown@gmail.com", + }, + { + "row_num": 3692, + "name": "Mary Hosey-Pardi", + "userid": 1949992, + "email": "mpardi2@yahoo.com", + }, + { + "row_num": 3700, + "name": "Nicole Amanda Porcaro", + "userid": 3304910, + "email": "ncasey219@gmail.com", + }, + { + "row_num": 3706, + "name": "Nicole Weron", + "userid": 1951787, + "email": "nmpierson2000@yahoo.com", + }, + { + "row_num": 3714, + "name": "Malinda Perkins", + "userid": 3189144, + "email": "mindy2718@yahoo.com", + }, + { + "row_num": 3736, + "name": "Melissa Doerfer", + "userid": 1268993, + "email": "melgrace99@gmail.com", + }, + { + "row_num": 3744, + "name": "Monique Randle", + "userid": 3142015, + "email": "monique.randle@gmail.com", + }, + { + "row_num": 3769, + "name": "Maureen Karol", + "userid": 2002466, + "email": "mkarollmhc@gmail.com", + }, + { + "row_num": 3775, + "name": "Marcia Winter", + "userid": 3171687, + "email": "gatorgirlm@yahoo.com", + }, + { + "row_num": 3782, + "name": "lisa hotchkiss", + "userid": 2372297, + "email": "lpjh4e@optonline.net", + }, + { + "row_num": 3791, + "name": "Patrick Murphy", + "userid": 3278125, + "email": "pgmcounselor@yahoo.com", + }, + { + "row_num": 3797, + "name": "Nancy Vail", + "userid": 296495, + "email": "vailn@wpunj.edu", + }, + { + "row_num": 3803, + "name": "Maya Sanchez", + "userid": 1239075, + "email": "sanchezmasea@gmail.com", + }, + { + "row_num": 3819, + "name": "Mary Brand", + "userid": 3252648, + "email": "brandmary@comcast.net", + }, + { + "row_num": 3826, + "name": "Olivia Gobble", + "userid": 3124878, + "email": "ofgtherapy@gmail.com", + }, + { + "row_num": 3834, + "name": "Melinda Swinney ", + "userid": 2835832, + "email": "melindajoyceswinney@gmail.com", + }, + { + "row_num": 3848, + "name": "Melissa Ludwig", + "userid": 3194771, + "email": "melllaaa2011@gmail.com", + }, + { + "row_num": 3856, + "name": "Melissa Wood", + "userid": 2103360, + "email": "melissawoodincorporated@gmail.com", + }, + { + "row_num": 3871, + "name": "Melanie Morgan", + "userid": 3320808, + "email": "morganmk22@gmail.com", + }, + { + "row_num": 3877, + "name": "Nimrat Bindra", + "userid": 3270046, + "email": "reenewu@gmail.com", + }, + { + "row_num": 3892, + "name": "Michael Valdes", + "userid": 2119312, + "email": "maval79@aol.com", + }, + { + "row_num": 3905, + "name": "Pam Quekemeyer", + "userid": 958933, + "email": "bhamtherapy@gmail.com", + }, + { + "row_num": 3914, + "name": "Marjorie Davis", + "userid": 3366925, + "email": "lafay22@hotmail.com", + }, + { + "row_num": 3920, + "name": "Nicole Morello", + "userid": 1055085, + "email": "nmorellolpc@gmail.com", + }, + { + "row_num": 3926, + "name": "Mirinda Watson", + "userid": 442406, + "email": "mirindabolton@gmail.com", + }, + { + "row_num": 3932, + "name": "Melissa Raab", + "userid": 1809947, + "email": "melraab314@gmail.com", + }, + { + "row_num": 3938, + "name": "Melissa Oleshansky", + "userid": 957327, + "email": "missybetho@comcast.net", + }, + { + "row_num": 3944, + "name": "Margarita Araiza", + "userid": 3194277, + "email": "araiza23@yahoo.com", + }, + { + "row_num": 3956, + "name": "Pamela Kulisek", + "userid": 3341787, + "email": "pamkulisek@gmail.com", + }, + { + "row_num": 3969, + "name": "Michelle Rudolph-Walls", + "userid": 3174496, + "email": "mwallsm@hotmail.com", + }, + { + "row_num": 3975, + "name": "Matthew Pordes", + "userid": 1235464, + "email": "matt.pordes@gmail.com", + }, + { + "row_num": 3981, + "name": "Mary Dodd", + "userid": 887038, + "email": "mermaid0717@me.com", + }, + { + "row_num": 3987, + "name": "Nicholas Crisp", + "userid": 3288218, + "email": "nickcrisp17@gmail.com", + }, + { + "row_num": 3994, + "name": "Melissa LeMay", + "userid": 887302, + "email": "melissa@nightingalebehavioralcounseling.com", + }, + { + "row_num": 4000, + "name": "Nichole Garcia", + "userid": 2859074, + "email": "nicholeg465@gmail.com", + }, + { + "row_num": 4007, + "name": "Mabel Thackeray", + "userid": 2097729, + "email": "thackera71@gmail.com", + }, + { + "row_num": 4013, + "name": "Meghan Griffin", + "userid": 721660, + "email": "zimmerme79@yahoo.com", + }, + { + "row_num": 4019, + "name": "Michal Katz", + "userid": 3262172, + "email": "michalkat@gmail.com", + }, + { + "row_num": 4026, + "name": "Mandi Maycumber", + "userid": 3219172, + "email": "mandimaycumber@gmail.com", + }, + { + "row_num": 4032, + "name": "Mark Wendt", + "userid": 750580, + "email": "careerguy84@yahoo.com", + }, + { + "row_num": 4050, + "name": "Nilson Mejia", + "userid": 3231566, + "email": "nxm1989@gmail.com", + }, + { + "row_num": 4056, + "name": "Oscar Tagle", + "userid": 3340814, + "email": "oscar.tagle@icloud.com", + }, + { + "row_num": 4062, + "name": "Michael Gusack", + "userid": 1989052, + "email": "mgusack@gmail.com", + }, + { + "row_num": 4068, + "name": "Nayomah Wilson-Castle", + "userid": 3095885, + "email": "myke4u2002@yahoo.com", + }, + { + "row_num": 4074, + "name": "Melissa Balent", + "userid": 3196981, + "email": "melissabalent@hotmail.com", + }, + { + "row_num": 4080, + "name": "Martha Fay", + "userid": 1861849, + "email": "mfaymhcs@gmail.com", + }, + { + "row_num": 4086, + "name": "Oddette Parker-Chieco", + "userid": 3373968, + "email": "odeparkerchieco@gmail.com", + }, + { + "row_num": 4111, + "name": "Mary Pulscher", + "userid": 3352243, + "email": "mpulscher@msn.com", + }, + { + "row_num": 4118, + "name": "Pamela Luckett", + "userid": 3243834, + "email": "pgluckett@pglconsultingllc.com", + }, + { + "row_num": 4130, + "name": "Melva Hartzog", + "userid": 1032484, + "email": "melvahartzog@gmail.com", + }, + { + "row_num": 4136, + "name": "Mylo Jennings", + "userid": 633908, + "email": "mylojenningsphd@gmail.com", + }, + { + "row_num": 4142, + "name": "Norma Beatriz", + "userid": 3178942, + "email": "normabeatriz55@gmail.com", + }, + { + "row_num": 4148, + "name": "Michele Paladino", + "userid": 1806773, + "email": "mpaladino618@gmail.com", + }, + { + "row_num": 4173, + "name": "Nina Mincarelli", + "userid": 539472, + "email": "nmincarelli@yahoo.com", + }, + { + "row_num": 4179, + "name": "Marcie Goehring", + "userid": 3195768, + "email": "marciegoehring@gmail.com", + }, + { + "row_num": 4185, + "name": "Mavish Khan", + "userid": 3070041, + "email": "mavekhan@gmail.com", + }, + { + "row_num": 4191, + "name": "Meg Shamp", + "userid": 3366223, + "email": "meg.shamp@yahoo.com", + }, + { + "row_num": 4197, + "name": "Melissa Racklin", + "userid": 3310764, + "email": "mracklin@yahoo.com", + }, + { + "row_num": 4203, + "name": "Malissa Horan", + "userid": 1861833, + "email": "malissahoran@gmail.com", + }, + { + "row_num": 4209, + "name": "Margaret Karnowski", + "userid": 565645, + "email": "maggie.karnowski@gmail.com", + }, + { + "row_num": 4215, + "name": "Michael Foley", + "userid": 3306431, + "email": "michaelfoleycounseling@gmail.com", + }, + { + "row_num": 4259, + "name": "Eileen Joseph", + "userid": 3343678, + "email": "eyejos@gmail.com", + }, + { + "row_num": 4344, + "name": "Kathleen Hunter Levy", + "userid": 951452, + "email": "kathleenhlevy@aol.com", + }, + { + "row_num": 4363, + "name": "Katherine Gilliard", + "userid": 823309, + "email": "kate.gilliard@gmail.com", + }, + { + "row_num": 4374, + "name": "Brenda Klass LMFT", + "userid": 3239004, + "email": "ccenter325@aol.com", + }, + { + "row_num": 4406, + "name": "Katherine Ernstrom", + "userid": 843805, + "email": "kernstrom@gmail.com", + }, + { + "row_num": 4473, + "name": "Katie Stevens", + "userid": 527209, + "email": "kfranklin11@yahoo.com", + }, + { + "row_num": 4537, + "name": "Anna Humes", + "userid": 661973, + "email": "adolhancryk@yahoo.com", + }, + { + "row_num": 4558, + "name": "Kathryn Brown", + "userid": 3156949, + "email": "brownklmsw@gmail.com", + }, + { + "row_num": 4567, + "name": "Kelly Morley", + "userid": 3276381, + "email": "kellydavismorley@gmail.com", + }, + { + "row_num": 4574, + "name": "LaToya Carter", + "userid": 2590083, + "email": "hello@latoyathetherapist.com", + }, + { + "row_num": 4581, + "name": "Katie Holt", + "userid": 3347878, + "email": "ktkeep@gmail.com", + }, + { + "row_num": 4587, + "name": "Lynette Davis", + "userid": 3335113, + "email": "ldgrayd@gmail.com", + }, + { + "row_num": 4637, + "name": "Leslie O'Donoghue", + "userid": 3196491, + "email": "leslieocounseling@gmail.com", + }, + { + "row_num": 4644, + "name": "Andrea Woodburn", + "userid": 962807, + "email": "andrea@grasshopperyogi.com", + }, + { + "row_num": 4646, + "name": "Leslie Wood", + "userid": 3192183, + "email": "llwoodsk8@gmail.com", + }, + { + "row_num": 4652, + "name": "Marcia Gordon-Weekes", + "userid": 2458501, + "email": "mswmar618@aol.com", + }, + { + "row_num": 4659, + "name": "Laura Feren", + "userid": 1244700, + "email": "lkoehlermsw@gmail.com", + }, + { + "row_num": 4669, + "name": "Georgena Brackett", + "userid": 3321671, + "email": "bracga@mchealth.net", + }, + { + "row_num": 4679, + "name": "Joline Morgan", + "userid": 3306631, + "email": "childwhisperlpc@gmail.com", + }, + { + "row_num": 4680, + "name": "Allison Fond", + "userid": 1870388, + "email": "abfond@gmail.com", + }, + { + "row_num": 4682, + "name": "Danielle Osborne", + "userid": 3366191, + "email": "dannyosborne12@yahoo.com", + }, + { + "row_num": 4716, + "name": "Laura Schulke", + "userid": 1420983, + "email": "lauraschulke@gmail.com", + }, + { + "row_num": 4722, + "name": "Margaret Moreno", + "userid": 3395693, + "email": "mwhitsett@gmail.com", + }, + { + "row_num": 4805, + "name": "Elizabeth Howley", + "userid": 2458366, + "email": "elizabetha3000@gmail.com", + }, + { + "row_num": 4823, + "name": "Laura Powers", + "userid": 3224747, + "email": "lneberle@yahoo.com", + }, + { + "row_num": 4841, + "name": "Laura Hogan", + "userid": 685985, + "email": "laurahoganlcpc@gmail.com", + }, + { + "row_num": 4871, + "name": "n n", + "userid": "", + "email": "nrasmussen+talkspacetest@gainsight.com", + }, + { + "row_num": 4894, + "name": "Kent Kelley", + "userid": 2104516, + "email": "kentrkelley@gmail.com", + }, + { + "row_num": 4919, + "name": "Lindsey Rhett", + "userid": 887316, + "email": "lynnielynn12@hotmail.com", + }, + { + "row_num": 4930, + "name": "Alfred Thomas Jr", + "userid": 883344, + "email": "alfred.thomasjr81@gmail.com", + }, + { + "row_num": 4949, + "name": "Kenneth Montour", + "userid": 963251, + "email": "k.r.montour@gmail.com", + }, + { + "row_num": 4977, + "name": "Latoya Layne", + "userid": 1279999, + "email": "shatawn21@hotmail.com", + }, + { + "row_num": 4998, + "name": "Kimberly Cook", + "userid": 3270509, + "email": "akasha1380@yahoo.com", + }, + { + "row_num": 5008, + "name": "Ledora Yerks", + "userid": 1163201, + "email": "motivatewellness@att.net", + }, + { + "row_num": 5095, + "name": "kim conradson", + "userid": 901319, + "email": "drkimconradson@yahoo.com", + }, + { + "row_num": 5101, + "name": "Leandra Chambers Campbell", + "userid": 3276122, + "email": "therapywithleandra@proton.me", + }, + { + "row_num": 5160, + "name": "Kaylin Morrissey", + "userid": 1873479, + "email": "kaylinlmb@gmail.com", + }, + { + "row_num": 5175, + "name": "Gerald Vernell", + "userid": 3227313, + "email": "geraldvernell@hotmail.com", + }, + { + "row_num": 5201, + "name": "Felicia Gilbert", + "userid": 2598888, + "email": "fgilber09@hotmail.com", + }, + { + "row_num": 5251, + "name": "Karen Tremblay", + "userid": 3290765, + "email": "motivationallcsw@gmail.com", + }, + { + "row_num": 5264, + "name": "iamina stoian", + "userid": 3175136, + "email": "iamina.stoian@gmail.com", + }, + { + "row_num": 5284, + "name": "Kathryn Randle", + "userid": 930979, + "email": "kmrandle@gmail.com", + }, + { + "row_num": 5294, + "name": "Edlyne Joseph", + "userid": 2054822, + "email": "ejoseph3272@gmail.com", + }, + { + "row_num": 5315, + "name": "Lindsay Sorensen", + "userid": 347070, + "email": "lindsaysorensencounseling@gmail.com", + }, + { + "row_num": 5329, + "name": "Kelly Higgins-Cross", + "userid": 3278110, + "email": "khone2one@gmail.com", + }, + { + "row_num": 5354, + "name": "Lisa Farmer", + "userid": 502692, + "email": "dr.lmfarmer@gmail.com", + }, + { + "row_num": 5367, + "name": "Krista Fulmer", + "userid": 3233356, + "email": "kristafulmer1@gmail.com", + }, + { + "row_num": 5374, + "name": "Lindsey Lemmon", + "userid": 386854, + "email": "lindsey.lemmon@yahoo.com", + }, + { + "row_num": 5399, + "name": "Lea Farrell", + "userid": 1239088, + "email": "laf2146@gmail.com", + }, + { + "row_num": 5407, + "name": "Krista Krogh", + "userid": 3263246, + "email": "krista@innerstrengthpc.com", + }, + { + "row_num": 5413, + "name": "lori mcdunn", + "userid": 3209364, + "email": "lori.mcdunn@lindsey.edu", + }, + { + "row_num": 5449, + "name": "Kathryn Beccaria", + "userid": 586956, + "email": "kathrynbeccaria@gmail.com", + }, + { + "row_num": 5455, + "name": "Kelly Rundle", + "userid": 938478, + "email": "kellyrundlecounseling@gmail.com", + }, + { + "row_num": 5466, + "name": "Laurie Rosser", + "userid": 2753046, + "email": "lrosser@twc.com", + }, + { + "row_num": 5474, + "name": "Rachelle Liriano ", + "userid": 1345881, + "email": "rachellejeanette@yahoo.com", + }, + { + "row_num": 5483, + "name": "Lindsay DeMarlie", + "userid": 3253704, + "email": "ldemarlie009@gmail.com", + }, + { + "row_num": 5489, + "name": "Lance Miguez", + "userid": 2877272, + "email": "lancemiguez@gmail.com", + }, + { + "row_num": 5514, + "name": "Kirsten Townsend", + "userid": 3335002, + "email": "ktownsend.counseling@gmail.com", + }, + { + "row_num": 5555, + "name": "Alexandria Smith", + "userid": 3282790, + "email": "alexandriadsmith@icloud.com", + }, + { + "row_num": 5567, + "name": "Anne-Marie Muller", + "userid": 3276085, + "email": "muller.ame@gmail.com", + }, + { + "row_num": 5583, + "name": "Kristen Herlihy", + "userid": 927414, + "email": "herlihykristen@yahoo.com", + }, + { + "row_num": 5589, + "name": "Faridy Mombeleur", + "userid": 3140885, + "email": "astonishpmhnp@gmail.com", + }, + { + "row_num": 5592, + "name": "Erin Frey", + "userid": 2325318, + "email": "erin.k.frey@gmail.com", + }, + { + "row_num": 5612, + "name": "Kelsey Whittlesey", + "userid": 598711, + "email": "kelsey.liasophia@gmail.com", + }, + { + "row_num": 5631, + "name": "Jennifer Taylor", + "userid": 2601272, + "email": "jtaylorapnp@gmail.com", + }, + { + "row_num": 5661, + "name": "Oyeronke Ajiboye-Lala", + "userid": 2276883, + "email": "oyeronkelala@gmail.com", + }, + { + "row_num": 5665, + "name": "kate lempke", + "userid": 679948, + "email": "kglempke@gmail.com", + }, + { + "row_num": 5671, + "name": "Lauren Herbert", + "userid": 951387, + "email": "lauren_herbert@aol.com", + }, + { + "row_num": 5679, + "name": "Jingyi Theis", + "userid": 2124331, + "email": "jennifertheis.oc@gmail.com", + }, + { + "row_num": 5686, + "name": "Camille Weis", + "userid": 1607417, + "email": "camillenp@gmail.com", + }, + { + "row_num": 5687, + "name": "Judith Diaz", + "userid": 2482511, + "email": "judithdiaz@essentialpsychiatricservices.com", + }, + { + "row_num": 5689, + "name": "Sarah Jewell ", + "userid": 2210542, + "email": "sarahnjewell@yahoo.com", + }, + { + "row_num": 5696, + "name": "Larry Ganster", + "userid": 3138481, + "email": "pinballwizard52@gmail.com", + }, + { + "row_num": 5702, + "name": "Kevin Bowman", + "userid": 1907355, + "email": "kevster50@me.com", + }, + { + "row_num": 5719, + "name": "Brooke Word", + "userid": 927371, + "email": "brooke.word@gmail.com", + }, + { + "row_num": 5726, + "name": "LuGina Dumas", + "userid": 3177939, + "email": "luginadumas@yahoo.com", + }, + { + "row_num": 5739, + "name": "Joanna Poole", + "userid": 3210894, + "email": "joannapoole08@gmail.com", + }, + { + "row_num": 5751, + "name": "Kathleen Nardella", + "userid": 1181288, + "email": "nardella.kathleen@gmail.com", + }, + { + "row_num": 5758, + "name": "Laurence Scappa", + "userid": 3300366, + "email": "larryscappa@gmail.com", + }, + { + "row_num": 5788, + "name": "Lori Gilmore", + "userid": 2795438, + "email": "llgilmore304@gmail.com", + }, + { + "row_num": 5794, + "name": "Jamie Crouch", + "userid": 3206411, + "email": "jamiecrouch14@gmail.com", + }, + { + "row_num": 5814, + "name": "Liza Daniel", + "userid": 3289755, + "email": "lizadaniel43@gmail.com", + }, + { + "row_num": 5821, + "name": "Kimberly Smith", + "userid": 3262921, + "email": "kimasmith18@gmail.com", + }, + { + "row_num": 5828, + "name": "Lynn Nowak", + "userid": 1840596, + "email": "lynn.westbend.wi@gmail.com", + }, + { + "row_num": 5835, + "name": "Kristin Ray", + "userid": 2848672, + "email": "kristin.goss.ray@gmail.com", + }, + { + "row_num": 5844, + "name": "Katie Brave", + "userid": 3332198, + "email": "katietbrave@gmail.com", + }, + { + "row_num": 5850, + "name": "Leslie Sampson", + "userid": 261856, + "email": "lsampsonlmhc@gmail.com", + }, + { + "row_num": 5870, + "name": "Leila Farahani", + "userid": 3298540, + "email": "leilafarahani@me.com", + }, + { + "row_num": 5878, + "name": "Edward Reyes", + "userid": 1316179, + "email": "eddiereyes87@gmail.com", + }, + { + "row_num": 5882, + "name": "Kamay Gaboda", + "userid": 2796506, + "email": "j_gaboda@yahoo.com", + }, + { + "row_num": 5888, + "name": "Lauren Ungar", + "userid": 2791355, + "email": "laurenungar@yahoo.com", + }, + { + "row_num": 5909, + "name": "Diann Rico Kaainoa", + "userid": 3419796, + "email": "kaainoa@gmail.com", + }, + { + "row_num": 5916, + "name": "Luis Navarrete", + "userid": 554153, + "email": "lnava008@gmail.com", + }, + { + "row_num": 5923, + "name": "lorraine hellman", + "userid": 1049967, + "email": "raineyscounseling@gmail.com", + }, + { + "row_num": 5935, + "name": "Lori Crowson", + "userid": 3022909, + "email": "dr.crowson@slcdbh.com", + }, + { + "row_num": 5941, + "name": "Amanda Williams", + "userid": 3254774, + "email": "amanda.l.williams@outlook.com", + }, + { + "row_num": 5950, + "name": "Kristian Wilson", + "userid": 3278944, + "email": "kristian.wlsn@gmail.com", + }, + { + "row_num": 5958, + "name": "Jill Jeude", + "userid": 3174054, + "email": "jjeude61@gmail.com", + }, + { + "row_num": 5970, + "name": "Laura Todaro", + "userid": 862123, + "email": "laurat.lpc@gmail.com", + }, + { + "row_num": 5977, + "name": "Leaha Hammer", + "userid": 3247295, + "email": "leahahammerlimhp@gmail.com", + }, + { + "row_num": 5984, + "name": "Devin Devlin", + "userid": 2362093, + "email": "devdevlin2002@yahoo.com", + }, + { + "row_num": 5986, + "name": "Laura Elaine Akins", + "userid": 2753898, + "email": "elaineakins449@yahoo.com", + }, + { + "row_num": 5994, + "name": "Julia Lopez", + "userid": 3304279, + "email": "julia@jlopezcounseling.com", + }, + { + "row_num": 6000, + "name": "Elizabeth Marshall", + "userid": 3158229, + "email": "marshallecs@gmail.com", + }, + { + "row_num": 6022, + "name": "Kimberly Taylor ", + "userid": 823061, + "email": "lovestowrite065@gmail.com", + }, + { + "row_num": 6031, + "name": "Katherine Daniher", + "userid": 3121814, + "email": "kdaniher05@gmail.com", + }, + { + "row_num": 6038, + "name": "Kathryn Klein", + "userid": 956709, + "email": "kathyklein@gmail.com", + }, + { + "row_num": 6047, + "name": "Kevin Audley", + "userid": 3094382, + "email": "kvaud@yahoo.com", + }, + { + "row_num": 6065, + "name": "Kim Hughes", + "userid": 3232137, + "email": "kim.hughes@serenityspringscounselingllc.com", + }, + { + "row_num": 6075, + "name": "Julie Watta", + "userid": 1893872, + "email": "juliewatta@gmail.com", + }, + { + "row_num": 6089, + "name": "Kristie Fleurimond", + "userid": 2044883, + "email": "kristie.fleurimond@gmail.com", + }, + { + "row_num": 6107, + "name": "Jaclyn Mathisen", + "userid": 1084644, + "email": "jackiemathisen@gmail.com", + }, + { + "row_num": 6117, + "name": "Kimberly Leitch", + "userid": 380344, + "email": "kdmlnyc@gmail.com", + }, + { + "row_num": 6123, + "name": "Jamie Sheppard", + "userid": 3340899, + "email": "jlsheppard80@gmail.com", + }, + { + "row_num": 6132, + "name": "Lisa Herman", + "userid": 3182108, + "email": "lisaherman@hushmail.com", + }, + { + "row_num": 6146, + "name": "Alecia White", + "userid": 2812513, + "email": "information@fullmoonpsych.com", + }, + { + "row_num": 6147, + "name": "Katherine Souza", + "userid": 2094053, + "email": "tedkath@gmail.com", + }, + { + "row_num": 6153, + "name": "Kerith Edwards", + "userid": 2425968, + "email": "ekomomai@kalikocounseling.com", + }, + { + "row_num": 6161, + "name": "Lauren Parish", + "userid": 3337843, + "email": "laurenparish2016@gmail.com", + }, + { + "row_num": 6182, + "name": "Kaitlyn Barbour", + "userid": 3111964, + "email": "kaitlynbarbour28@gmail.com", + }, + { + "row_num": 6191, + "name": "LaKesha Israel", + "userid": 3226177, + "email": "lakesha022875@aol.com", + }, + { + "row_num": 6199, + "name": "Lisa Fabrizio", + "userid": 3284941, + "email": "missoula328@yahoo.com", + }, + { + "row_num": 6205, + "name": "Kathy Frydenlund", + "userid": 2213467, + "email": "kathyfrydenlund@gmail.com", + }, + { + "row_num": 6219, + "name": "Krystal Armstrong", + "userid": 2368089, + "email": "krystal.armstrong@yahoo.com", + }, + { + "row_num": 6236, + "name": "Karen Douglass", + "userid": 3313095, + "email": "drdouglass@gileadheals.com", + }, + { + "row_num": 6242, + "name": "Kim Barnes-Allen", + "userid": 3364069, + "email": "kymshome@gmail.com", + }, + { + "row_num": 6248, + "name": "Luz Matos", + "userid": 409900, + "email": "lvm5012@gmail.com", + }, + { + "row_num": 6254, + "name": "Lauren Laich", + "userid": 239072, + "email": "llaich88@yahoo.com", + }, + { + "row_num": 6261, + "name": "Luigia Goodman", + "userid": 2586152, + "email": "lrgoodman24@gmail.com", + }, + { + "row_num": 6268, + "name": "Joshua Beavers", + "userid": 3314171, + "email": "info@fwctulsa.com", + }, + { + "row_num": 6277, + "name": "Kristi Amorim", + "userid": 3232612, + "email": "keeks6238@gmail.com", + }, + { + "row_num": 6285, + "name": "Kathryn Fortune-Gallagher ", + "userid": 2998551, + "email": "kathryn.fortune@gmail.com", + }, + { + "row_num": 6291, + "name": "Linda Weiss", + "userid": 1466321, + "email": "weissocean@gmail.com", + }, + { + "row_num": 6297, + "name": "Lori Jones", + "userid": 2789722, + "email": "lorifjones@aol.com", + }, + { + "row_num": 6303, + "name": "Lawrence Levy", + "userid": 633945, + "email": "drlevypsychologist@gmail.com", + }, + { + "row_num": 6315, + "name": "Kyoko Queen", + "userid": 1152999, + "email": "qkyoko@juno.com", + }, + { + "row_num": 6321, + "name": "Lindsey Hoffman", + "userid": 3183894, + "email": "lindsey.hoffmanlcsw@gmail.com", + }, + { + "row_num": 6327, + "name": "Kevin Coleman", + "userid": 3162493, + "email": "favofgod@yahoo.com", + }, + { + "row_num": 6340, + "name": "Linda Adams", + "userid": 3364605, + "email": "lindaadamslpc@gmail.com", + }, + { + "row_num": 6356, + "name": "Lynn Mahan ", + "userid": 2066604, + "email": "lynnmahan73@gmail.com", + }, + { + "row_num": 6362, + "name": "Jodi Olmstead", + "userid": 824432, + "email": "jodi.olmstead@mdofficemail.com", + }, + { + "row_num": 6374, + "name": "Kimberly Puetzer-Gowing", + "userid": 825148, + "email": "kimpuetzer@yahoo.com", + }, + { + "row_num": 6381, + "name": "Kelky Freeman ", + "userid": 85112, + "email": "khfreeman1968@bellsouth.net", + }, + { + "row_num": 6393, + "name": "Lauren MacPherson", + "userid": 3180396, + "email": "laurenam80@gmail.com", + }, + { + "row_num": 6399, + "name": "Katie Dauterive", + "userid": 3278109, + "email": "katiedauterive91@gmail.com", + }, + { + "row_num": 6405, + "name": "Lisa Toth ", + "userid": 2144759, + "email": "ltoth984@gmail.com", + }, + { + "row_num": 6411, + "name": "Konia Nikas", + "userid": 1870407, + "email": "konianikas@gmail.com", + }, + { + "row_num": 6417, + "name": "Kelly Wallace", + "userid": 3127929, + "email": "clariontelehealthcounseling@outlook.com", + }, + { + "row_num": 6448, + "name": "Kylie Kerr", + "userid": 3243824, + "email": "kmkerr23@hotmail.com", + }, + { + "row_num": 6454, + "name": "Lynn Sims", + "userid": 2666665, + "email": "simscounselingokc@gmail.com", + }, + { + "row_num": 6466, + "name": "Kelly Lindenbaum ", + "userid": 2536383, + "email": "lindenbaumkelly@gmail.com", + }, + { + "row_num": 6472, + "name": "Linda Marie Margosian", + "userid": 3311179, + "email": "lindamarie.margosian.lmhc@outlook.com", + }, + { + "row_num": 6478, + "name": "Linda Dollen", + "userid": 3236909, + "email": "ldollen1@aol.com", + }, + { + "row_num": 6484, + "name": "Lance Rao", + "userid": 942085, + "email": "lancecrao@gmail.com", + }, + { + "row_num": 6491, + "name": "Linda Shaner", + "userid": 2157836, + "email": "lin.shaner@gmail.com", + }, + { + "row_num": 6509, + "name": "Eryn Greenstein", + "userid": 251737, + "email": "erynmaire01@gmail.com", + }, + { + "row_num": 6515, + "name": "Leah Comeau", + "userid": 3308040, + "email": "lcomeau2017@gmail.com", + }, + { + "row_num": 6527, + "name": "Krystal Boza", + "userid": 1261346, + "email": "krystal.boza@outlook.com", + }, + { + "row_num": 6533, + "name": "Kelly Dambra", + "userid": 685943, + "email": "kdambra05@gmail.com", + }, + { + "row_num": 6564, + "name": "Elizabeth Boyle", + "userid": 3177621, + "email": "elizabethlboylelpc@gmail.com", + }, + { + "row_num": 6570, + "name": "Jasmin Davis", + "userid": 2330262, + "email": "jasjenyse77@gmail.com", + }, + { + "row_num": 6580, + "name": "Elisabeth Couts", + "userid": 1048005, + "email": "elisabethcouts@gmail.com", + }, + { + "row_num": 6587, + "name": "Hollie Aardema Andrews", + "userid": 333765, + "email": "hlynnf@yahoo.com", + }, + { + "row_num": 6607, + "name": "Elyse Schwartz-Myers", + "userid": 851275, + "email": "elysesschwartz@gmail.com", + }, + { + "row_num": 6628, + "name": "Edward Buckenham", + "userid": 3308318, + "email": "tedb3rd@gmail.com", + }, + { + "row_num": 6691, + "name": "Avivit Fuchs", + "userid": 1372199, + "email": "avivitz@yahoo.com", + }, + { + "row_num": 6700, + "name": "Jennifer Hennecelli", + "userid": 2999445, + "email": "jenhennecelli@gmail.com", + }, + { + "row_num": 6744, + "name": "Joelle Kallio", + "userid": 705759, + "email": "j.kallio.consultant@gmail.com", + }, + { + "row_num": 6759, + "name": "Svetlana Stuck", + "userid": 1724495, + "email": "schirina5@gmail.com", + }, + { + "row_num": 6771, + "name": "Cheryl Boyland", + "userid": 1134930, + "email": "bethesdacoc1@gmail.com", + }, + { + "row_num": 6782, + "name": "Justin Goldstein", + "userid": 2979582, + "email": "jegoldst@gmail.com", + }, + { + "row_num": 6798, + "name": "Eric Tedstrom", + "userid": 3309166, + "email": "tedstromtherapy@msn.com", + }, + { + "row_num": 6808, + "name": "edward suarez", + "userid": 1355325, + "email": "edward@hawaii.edu", + }, + { + "row_num": 6821, + "name": "Nathan Schneider", + "userid": 2047411, + "email": "ntschneiderpmhnp@gmail.com", + }, + { + "row_num": 6822, + "name": "Anita Sassaman", + "userid": 1401818, + "email": "anitapsychnp@gmail.com", + }, + { + "row_num": 6830, + "name": "Nanah Sesay", + "userid": 1660165, + "email": "sesaynanah44@gmail.com", + }, + { + "row_num": 6831, + "name": "Dan Nicolau", + "userid": 2419616, + "email": "dannicolaumd@gmail.com", + }, + { + "row_num": 6833, + "name": "Fernette Hoag", + "userid": 2044852, + "email": "fernette@ymail.com", + }, + { + "row_num": 6841, + "name": "Matthew Lowe", + "userid": 1461010, + "email": "matthew_lowe@providersforhealthyliving.com", + }, + { + "row_num": 6845, + "name": "Ebony Langston", + "userid": 1952108, + "email": "ebonylangston1@gmail.com", + }, + { + "row_num": 6854, + "name": "Brittany Davrichachvili-Simo", + "userid": 937761, + "email": "brittanydavrich@gmail.com", + }, + { + "row_num": 6866, + "name": "Jerome Zurowski ", + "userid": 1240342, + "email": "jerryzurowski@yahoo.com", + }, + { + "row_num": 6889, + "name": "Joshua Adams", + "userid": 3326229, + "email": "jadams2789@gmail.com", + }, + { + "row_num": 6895, + "name": "Jessicca Shumard", + "userid": 2855091, + "email": "jshumardlpc@itherapymail.com", + }, + { + "row_num": 6921, + "name": "Geoff Gibson", + "userid": 956704, + "email": "clinic@gibsonfamilytherapy.com", + }, + { + "row_num": 6932, + "name": "Stephanie Banning", + "userid": 3344619, + "email": "sbanninglmft@gmail.com", + }, + { + "row_num": 6933, + "name": "Kendell Clark", + "userid": 3370843, + "email": "allen00284@yahoo.com", + }, + { + "row_num": 6940, + "name": "Ashley Parks", + "userid": 3297369, + "email": "ashtay111@gmail.com", + }, + { + "row_num": 6954, + "name": "Emily Atkinson", + "userid": 3333091, + "email": "eatkinson6178@gmail.com", + }, + { + "row_num": 6960, + "name": "Donna Dixon", + "userid": 2333295, + "email": "dixond1639@gmail.com", + }, + { + "row_num": 7017, + "name": "Danika Keenom", + "userid": 1989277, + "email": "dani1851@yahoo.com", + }, + { + "row_num": 7027, + "name": "Carl Dade", + "userid": 3112575, + "email": "cdade5050@gmail.com", + }, + { + "row_num": 7035, + "name": "Christina Stakely", + "userid": 1141266, + "email": "catlynn444@gmail.com", + }, + { + "row_num": 7051, + "name": "Meghan Gilbert", + "userid": 3391535, + "email": "rossmeghan09@gmail.com", + }, + { + "row_num": 7053, + "name": "Shannon Hilliker", + "userid": 3352192, + "email": "shannonhillikerlcsw@gmail.com", + }, + { + "row_num": 7056, + "name": "Gina Sinito", + "userid": 3302999, + "email": "michael.damato7@gmail.com", + }, + { + "row_num": 7070, + "name": "Janice Marr", + "userid": 361391, + "email": "littlemarr87@gmail.com", + }, + { + "row_num": 7083, + "name": "Ellen Fitzkee", + "userid": 668005, + "email": "efitzkee@gmail.com", + }, + { + "row_num": 7093, + "name": "Erica Scott", + "userid": 3226911, + "email": "emiller111713@gmail.com", + }, + { + "row_num": 7114, + "name": "Jackie Scarborough", + "userid": 2154759, + "email": "jackielovesrussell@gmail.com", + }, + { + "row_num": 7127, + "name": "Johan Mejia", + "userid": 2243956, + "email": "mejiajohane@gmail.com", + }, + { + "row_num": 7135, + "name": "Jessica Bolin Edwards", + "userid": 3280328, + "email": "jessicabolinedwards@gmail.com", + }, + { + "row_num": 7149, + "name": "Camille Wood", + "userid": 2667672, + "email": "cbwood8@gmail.com", + }, + { + "row_num": 7175, + "name": "Jag Soni", + "userid": 958920, + "email": "dr.jag@icloud.com", + }, + { + "row_num": 7188, + "name": "April Tith", + "userid": 508413, + "email": "apriltith@gmail.com", + }, + { + "row_num": 7199, + "name": "Tony Wu", + "userid": 1735506, + "email": "tonywu@drwuonline.com", + }, + { + "row_num": 7202, + "name": "Amanda Aguirre", + "userid": 951410, + "email": "mandyaguirre452@gmail.com", + }, + { + "row_num": 7204, + "name": "Ninive Gonzalez", + "userid": 3130501, + "email": "ninive.gonzalezlpc@gmail.com", + }, + { + "row_num": 7209, + "name": "Jessica Wilcox", + "userid": 3353173, + "email": "leiderjess@gmail.com", + }, + { + "row_num": 7224, + "name": "Celia Gardner", + "userid": 3013816, + "email": "cgardnerlpc@gmail.com", + }, + { + "row_num": 7225, + "name": "Donald Curry", + "userid": 3328443, + "email": "don.curry@me.com", + }, + { + "row_num": 7233, + "name": "Jeanine Taylor", + "userid": 524297, + "email": "jtaylorlcsw@gmail.com", + }, + { + "row_num": 7241, + "name": "Garry Cowles", + "userid": 3227542, + "email": "gsccowles1948@aol.com", + }, + { + "row_num": 7247, + "name": "Tina Taylor", + "userid": 350593, + "email": "info@healingheartslpc.com", + }, + { + "row_num": 7260, + "name": "Jennifer Vanhove", + "userid": 755784, + "email": "lifecompasscounseling@gmail.com", + }, + { + "row_num": 7270, + "name": "Henry Swedlaw", + "userid": 193440, + "email": "jayswedlaw@gmail.com", + }, + { + "row_num": 7286, + "name": "Jennifer Allen", + "userid": 2383260, + "email": "wellnessyourway2@gmail.com", + }, + { + "row_num": 7289, + "name": "Emily Crowder", + "userid": 1511986, + "email": "ekgcrowder@gmail.com", + }, + { + "row_num": 7301, + "name": "Holly Towers", + "userid": 2964324, + "email": "hollytowers@outlook.com", + }, + { + "row_num": 7313, + "name": "Katherine Sandven Moss", + "userid": 3142392, + "email": "ktsandven87@gmail.com", + }, + { + "row_num": 7323, + "name": "Jonathan Johnson", + "userid": 2005220, + "email": "jonjohnsonlcsw@gmail.com", + }, + { + "row_num": 7338, + "name": "Erin Smith", + "userid": 3249575, + "email": "ensmith@hcscpllc.com", + }, + { + "row_num": 7351, + "name": "Summyji Groom", + "userid": 3162005, + "email": "summyji.pmhnp@gmail.com", + }, + { + "row_num": 7359, + "name": "Rosemarie Connor", + "userid": 3361220, + "email": "arcie6322@outlook.com", + }, + { + "row_num": 7362, + "name": "Richard Spires", + "userid": 3296123, + "email": "ricky_spires1984@yahoo.com", + }, + { + "row_num": 7364, + "name": "Leslie Hoyt", + "userid": 1084638, + "email": "lahoyt@gmail.com", + }, + { + "row_num": 7366, + "name": "April zamzow", + "userid": 2119676, + "email": "april492000@yahoo.com", + }, + { + "row_num": 7367, + "name": "Maria Brown", + "userid": 1368400, + "email": "mariabrown.counseling@gmail.com", + }, + { + "row_num": 7373, + "name": "Jessica Lee", + "userid": 3231900, + "email": "jessicaleelmft@gmail.com", + }, + { + "row_num": 7375, + "name": "Courtney Barney", + "userid": 3329002, + "email": "courtneyabarney@yahoo.com", + }, + { + "row_num": 7381, + "name": "Heather Magone", + "userid": 3179309, + "email": "heather@fitipy.com", + }, + { + "row_num": 7387, + "name": "sean fitzgerald", + "userid": 1494685, + "email": "sean.e.fitzgerald@gmail.com", + }, + { + "row_num": 7394, + "name": "Jennifer Morejon", + "userid": 2937650, + "email": "jmorejoncounseling@gmail.com", + }, + { + "row_num": 7409, + "name": "Thomas Cagle", + "userid": 3233257, + "email": "therapist4you001@gmail.com", + }, + { + "row_num": 7418, + "name": "Lisa Magnett", + "userid": 1227897, + "email": "lmagnett56@gmail.com", + }, + { + "row_num": 7427, + "name": "Elizabeth Ciaravino", + "userid": 3409630, + "email": "drliz727@verizon.net", + }, + { + "row_num": 7428, + "name": "Deanna Stacy", + "userid": 887147, + "email": "dstacy86@comcast.net", + }, + { + "row_num": 7429, + "name": "Dawn Chandler", + "userid": 3209662, + "email": "dawnchandlerlmft@gmail.com", + }, + { + "row_num": 7430, + "name": "Dawn Coryat-Hon", + "userid": 3307546, + "email": "dcoryathon@gmail.com", + }, + { + "row_num": 7432, + "name": "Cynthia Davis", + "userid": 3178930, + "email": "cindydavis303@yahoo.com", + }, + { + "row_num": 7440, + "name": "Scott Harris", + "userid": 3208910, + "email": "scottkharris123@icloud.com", + }, + { + "row_num": 7441, + "name": "Anna Askew", + "userid": 647012, + "email": "apaskew@gmail.com", + }, + { + "row_num": 7443, + "name": "Rebecca Spencer", + "userid": 3458088, + "email": "beckyspencerlcsw@gmail.com", + }, + { + "row_num": 7444, + "name": "Cheri Dod-Good", + "userid": 3384431, + "email": "cherigood47@gmail.com", + }, + { + "row_num": 7446, + "name": "Marycynthiagrace Johnsen", + "userid": 3364724, + "email": "gracemjohnsen@gmail.com", + }, + { + "row_num": 7455, + "name": "Jennifer Ratliff-Moss", + "userid": 725964, + "email": "jratliffmosslmsw@gmail.com", + }, + { + "row_num": 7456, + "name": "Timothy Theye", + "userid": 3361592, + "email": "abrighterfuture@frontier.com", + }, + { + "row_num": 7457, + "name": "Kathryn Klatt", + "userid": 3403244, + "email": "katie_klatt@hotmail.com", + }, + { + "row_num": 7460, + "name": "Ashley Timbrell", + "userid": 3354101, + "email": "ashleyltimbrell@gmail.com", + }, + { + "row_num": 7463, + "name": "Carrie Bican", + "userid": 3185063, + "email": "carrievision@gmail.com", + }, + { + "row_num": 7465, + "name": "Frederick Insler", + "userid": 1861846, + "email": "insler@sbcglobal.net", + }, + { + "row_num": 7476, + "name": "Delores Turner", + "userid": 2917589, + "email": "deloresturner@live.com", + }, + { + "row_num": 7478, + "name": "Christy Garnhart", + "userid": 2002906, + "email": "c.garnhart@gmail.com", + }, + { + "row_num": 7481, + "name": "Jennifer Schwirian", + "userid": 2883291, + "email": "schwirianj@gmail.com", + }, + { + "row_num": 7487, + "name": "Sherita Riley", + "userid": 2590115, + "email": "sheritariley.hws@gmail.com", + }, + { + "row_num": 7494, + "name": "MARISSA DWARICA", + "userid": 2960550, + "email": "emipuppets92@gmail.com", + }, + { + "row_num": 7501, + "name": "Jeremy Rosene", + "userid": 3336592, + "email": "jrosene82@gmail.com", + }, + { + "row_num": 7503, + "name": "Myra Brown", + "userid": 2230712, + "email": "lmb2003@yahoo.com", + }, + { + "row_num": 7505, + "name": "Heather Payne", + "userid": 3323683, + "email": "newfiegrl57@gmail.com", + }, + { + "row_num": 7510, + "name": "Tyron Mallard", + "userid": 3173072, + "email": "tmallard6784@gmail.com", + }, + { + "row_num": 7511, + "name": "Hannah Kirby-Zimmerman", + "userid": 2004631, + "email": "hannahekz@gmail.com", + }, + { + "row_num": 7519, + "name": "Nandranie Busjit Bhalai", + "userid": 2290836, + "email": "nandranie07@gmail.com", + }, + { + "row_num": 7521, + "name": "John Breazeal", + "userid": 1940717, + "email": "jbreazeal@hotmail.com", + }, + { + "row_num": 7529, + "name": "Ianthony Reiner", + "userid": 3262666, + "email": "t.m.reiner@gmail.com", + }, + { + "row_num": 7534, + "name": "Kristie Summerville", + "userid": 2326693, + "email": "ks.summerville@gmail.com", + }, + { + "row_num": 7536, + "name": "David Myford", + "userid": 927739, + "email": "dmyford@gmail.com", + }, + { + "row_num": 7537, + "name": "Jesenia Lopez", + "userid": 3222770, + "email": "jessypr2000@yahoo.com", + }, + { + "row_num": 7539, + "name": "Hilaria Del Valle", + "userid": 3238085, + "email": "lindsaydelvalle@yahoo.com", + }, + { + "row_num": 7542, + "name": "Joshua Siskin", + "userid": 2161142, + "email": "joshua@perfectplants.com", + }, + { + "row_num": 7550, + "name": "Jenette Smith", + "userid": 633925, + "email": "jenettesmith1103@gmail.com", + }, + { + "row_num": 7560, + "name": "Jenny Wood", + "userid": 2252635, + "email": "jennyw000@cs.com", + }, + { + "row_num": 7564, + "name": "Aymara Valladares, LMHC", + "userid": 3372062, + "email": "aymarav@icloud.com", + }, + { + "row_num": 7567, + "name": "Norma Hixon", + "userid": 3337055, + "email": "amrom2001@yahoo.com", + }, + { + "row_num": 7568, + "name": "Beverley Theodore", + "userid": 2593662, + "email": "sipariaborn@gmail.com", + }, + { + "row_num": 7570, + "name": "Anthony Meece", + "userid": 3147556, + "email": "tony.meece69@gmail.com", + }, + { + "row_num": 7574, + "name": "Ethel Dawn Capone", + "userid": 3248729, + "email": "dawn.capone.lpc@gmail.com", + }, + { + "row_num": 7575, + "name": "Jenny Canales", + "userid": 3262428, + "email": "giacomina.maria@yahoo.com", + }, + { + "row_num": 7576, + "name": "Paul Teska", + "userid": 3391312, + "email": "pteska@yahoo.com", + }, + { + "row_num": 7577, + "name": "Amanda Rausch", + "userid": 249913, + "email": "amandarauschmft@gmail.com", + }, + { + "row_num": 7578, + "name": "Erin Weiss", + "userid": 1048041, + "email": "eweiss.lcswc@gmail.com", + }, + { + "row_num": 7586, + "name": "Anthony Locascio", + "userid": 1401838, + "email": "thanous@gmail.com", + }, + { + "row_num": 7587, + "name": "Shalonda Scott", + "userid": 3119430, + "email": "discoveringhopeco@gmail.com", + }, + { + "row_num": 7589, + "name": "Deslaune Burns", + "userid": 2674563, + "email": "dsburnstherapy@gmail.com", + }, + { + "row_num": 7592, + "name": "Emily Conery", + "userid": 3291482, + "email": "ecbanitt@gmail.com", + }, + { + "row_num": 7603, + "name": "Jennifer Horne", + "userid": 2682518, + "email": "jensth9@gmail.com", + }, + { + "row_num": 7609, + "name": "Jeri Kennedy", + "userid": 3211802, + "email": "strategy.counseling.22@gmail.com", + }, + { + "row_num": 7616, + "name": "Michael Okoye", + "userid": 3252075, + "email": "mokoye@usa.com", + }, + { + "row_num": 7632, + "name": "Erin McNiff", + "userid": 1048005, + "email": "emcniff@phoenixcharteracademy.org", + }, + { + "row_num": 7639, + "name": "Jan Gordon", + "userid": 1343288, + "email": "jan_gordon@sbcglobal.net", + }, + { + "row_num": 7646, + "name": "Chelsea St Clair", + "userid": 2266929, + "email": "chelsea144@hotmail.com", + }, + { + "row_num": 7653, + "name": "Sultan Simms", + "userid": 3232539, + "email": "drsultansr@gmail.com", + }, + { + "row_num": 7669, + "name": "Sherry Farrell", + "userid": 2431296, + "email": "sherrydfarrell@yahoo.com", + }, + { + "row_num": 7676, + "name": "Jessica Shields", + "userid": 3202092, + "email": "wjessicad@gmail.com", + }, + { + "row_num": 7685, + "name": "Jeff Jones", + "userid": 1450043, + "email": "quoeleth@gmail.com", + }, + { + "row_num": 7692, + "name": "Susan Brust", + "userid": 1505187, + "email": "srbrust@hotmail.com", + }, + { + "row_num": 7709, + "name": "Julie Ohana ", + "userid": 3044360, + "email": "culinaryarttherapy@gmail.com", + }, + { + "row_num": 7722, + "name": "Danielle Frazier", + "userid": 2651691, + "email": "counselordani@gmail.com", + }, + { + "row_num": 7738, + "name": "Aimee Dempsey", + "userid": 2193859, + "email": "aimeem05@gmail.com", + }, + { + "row_num": 7748, + "name": "Elizabeth Ozalas", + "userid": 608583, + "email": "eozalas1@yahoo.com", + }, + { + "row_num": 7760, + "name": "Ellen Sanders", + "userid": 1472975, + "email": "esanders888@gmail.com", + }, + { + "row_num": 7821, + "name": "Bianca Mercado", + "userid": 2122115, + "email": "bianca.mercado@talkspace.com", + }, + { + "row_num": 7833, + "name": "Henry Esformes", + "userid": 3315976, + "email": "hesformes1@gmail.com", + }, + { + "row_num": 7846, + "name": "Jacquetta Burnside", + "userid": 3518804, + "email": "jacquetta.burnside@gmail.com", + }, + { + "row_num": 7856, + "name": "Heather Manello", + "userid": 464531, + "email": "heather.manello@gmail.com", + }, + { + "row_num": 7867, + "name": "Suzannia Holden", + "userid": 877754, + "email": "dr.suz.holden@gmail.com", + }, + { + "row_num": 7889, + "name": "Jeanne Peel", + "userid": 1048138, + "email": "jeannepeel@gmail.com", + }, + { + "row_num": 7895, + "name": "John Trentalange", + "userid": 2622938, + "email": "trentalange@netzero.com", + }, + { + "row_num": 7902, + "name": "Helen Nichols", + "userid": 3269324, + "email": "nicholshelen@yahoo.com", + }, + { + "row_num": 7913, + "name": "Gayle Reed", + "userid": 3120595, + "email": "gayla_5464@yahoo.com", + }, + { + "row_num": 7923, + "name": "Elizabeth Sayre", + "userid": 937752, + "email": "elizsayre@gmail.com", + }, + { + "row_num": 7929, + "name": "Jenna Nielsen", + "userid": 1718111, + "email": "jenna_nielsen@hotmail.com", + }, + { + "row_num": 7937, + "name": "nathalie Diethrich", + "userid": 1792861, + "email": "nathalie_lassau@hotmail.com", + }, + { + "row_num": 7944, + "name": "Gratiana Taylor", + "userid": 350593, + "email": "admin@tinatayloronline.com", + }, + { + "row_num": 7952, + "name": "Jodi Shipley", + "userid": 3172598, + "email": "jodi.shipley@talkspace.com", + }, + { + "row_num": 7965, + "name": "Karen McGuffey", + "userid": 1995275, + "email": "redi746@hotmail.com", + }, + { + "row_num": 7972, + "name": "James Goldstein", + "userid": 3191692, + "email": "jsgoldstein1@juno.com", + }, + { + "row_num": 7986, + "name": "Frank Eaton", + "userid": 2498443, + "email": "featon1a@gmail.com", + }, + { + "row_num": 7992, + "name": "Sheridan Kesselman", + "userid": 992787, + "email": "kesselmansheridan@gmail.com", + }, + { + "row_num": 7999, + "name": "Matthew Daues", + "userid": 3283943, + "email": "mattdaues@yahoo.com", + }, + { + "row_num": 8013, + "name": "Janet Bueno", + "userid": 1190264, + "email": "janetbueno@gmail.com", + }, + { + "row_num": 8019, + "name": "Elisabeth Stewart", + "userid": 1247043, + "email": "estewartlmft@gmail.com", + }, + { + "row_num": 8029, + "name": "Evie Gerber", + "userid": 1893876, + "email": "eviegerberphd@gmail.com", + }, + { + "row_num": 8049, + "name": "Joshua Taube", + "userid": 931143, + "email": "joshtaubelpc@gmail.com", + }, + { + "row_num": 8057, + "name": "Hollie Brooks", + "userid": 1112811, + "email": "hbrooks5721@gmail.com", + }, + { + "row_num": 8064, + "name": "ViAnn Oden", + "userid": 3190089, + "email": "viann2008@gmail.com", + }, + { + "row_num": 8075, + "name": "Isaac-Ike Zadikoff", + "userid": 3324404, + "email": "ike.zadikoff@gmail.com", + }, + { + "row_num": 8088, + "name": "Gabrielle Thomas", + "userid": 2404522, + "email": "holisticapproach1990@gmail.com", + }, + { + "row_num": 8095, + "name": "Erika Costanzo", + "userid": 3091195, + "email": "erikacostanzo1@gmail.com", + }, + { + "row_num": 8107, + "name": "Deborah Ellison Medeiros", + "userid": 2139545, + "email": "davcanbry914113911@gmail.com", + }, + { + "row_num": 8124, + "name": "Jennifer Tresouthick Brown", + "userid": 3118508, + "email": "jatrebrown@yahoo.com", + }, + { + "row_num": 8137, + "name": "Louis Bernstein", + "userid": 962791, + "email": "lebmft@yahoo.com", + }, + { + "row_num": 8144, + "name": "Deane Marie", + "userid": 663193, + "email": "raynemariemft@gmail.com", + }, + { + "row_num": 8151, + "name": "Jennifer Warwick", + "userid": 2667903, + "email": "jenniferwarwickcounseling@gmail.com", + }, + { + "row_num": 8161, + "name": "Iris Cohen", + "userid": 2658295, + "email": "coheniris@aol.com", + }, + { + "row_num": 8177, + "name": "James Purviance", + "userid": 732067, + "email": "jaymzshades2@gmail.com", + }, + { + "row_num": 8192, + "name": "Emily Moore", + "userid": 253836, + "email": "emooremft@gmail.com", + }, + { + "row_num": 8199, + "name": "Howard Hansell", + "userid": 2045900, + "email": "hhanselllpc@outlook.com", + }, + { + "row_num": 8205, + "name": "Shialla Warren", + "userid": 2816882, + "email": "shy@empoweredbehavior.care", + }, + { + "row_num": 8212, + "name": "Jennifer Morton", + "userid": 3177642, + "email": "jm.steppingstone@gmail.com", + }, + { + "row_num": 8218, + "name": "Jaime Grunfeld", + "userid": 3287205, + "email": "notifications@wellnesstherapy.nyc", + }, + { + "row_num": 8225, + "name": "Iasia Tyre", + "userid": 3213995, + "email": "iasiaa@me.com", + }, + { + "row_num": 8232, + "name": "elizabeth lachendro", + "userid": 2419776, + "email": "e7lachendro@gmail.com", + }, + { + "row_num": 8239, + "name": "Julie Smith", + "userid": 2883875, + "email": "juliewoj57@gmail.com", + }, + { + "row_num": 8245, + "name": "JULIE KRISTEN PUGGINI", + "userid": 3354148, + "email": "jpuggini74@gmail.com", + }, + { + "row_num": 8251, + "name": "Jennifer Layton", + "userid": 3372220, + "email": "3jayhawks@gmail.com", + }, + { + "row_num": 8266, + "name": "Cecilia Vasquez", + "userid": 3234456, + "email": "globaltherapypro@gmail.com", + }, + { + "row_num": 8287, + "name": "Evelyn I. Medina", + "userid": 3357257, + "email": "evmedlcsw@gmail.com", + }, + { + "row_num": 8294, + "name": "Julie Wiggins", + "userid": 2157669, + "email": "juliecdugan@aol.com", + }, + { + "row_num": 8308, + "name": "Julee Wickliffe ", + "userid": 2849198, + "email": "jjulee10@aol.com", + }, + { + "row_num": 8316, + "name": "Anna Ross", + "userid": 2411633, + "email": "amourdriceross@gmail.com", + }, + { + "row_num": 8329, + "name": "Merrill Tamiya Moreno", + "userid": 2985380, + "email": "mentalhealthgym8@gmail.com", + }, + { + "row_num": 8337, + "name": "Desiree Ducharme", + "userid": 3321885, + "email": "desiree.ducharme30@gmail.com", + }, + { + "row_num": 8356, + "name": "Bridget Kantor ", + "userid": 958092, + "email": "kantor.bridget@gmail.com", + }, + { + "row_num": 8368, + "name": "Kim Olenic", + "userid": 3160796, + "email": "kimolenic@gmail.com", + }, + { + "row_num": 8376, + "name": "Jo Pedro Frye", + "userid": 3367783, + "email": "pedroj@eou.edu", + }, + { + "row_num": 8390, + "name": "Juan Lopez", + "userid": 3220960, + "email": "juanlopezlmhc@gmail.com", + }, + { + "row_num": 8404, + "name": "Edwin Morales", + "userid": 2085371, + "email": "morales.lcsw@gmail.com", + }, + { + "row_num": 8413, + "name": "Janet Hayden", + "userid": 1153016, + "email": "haydenjanet97@gmail.com", + }, + { + "row_num": 8419, + "name": "Jennifer Monnette", + "userid": 3319298, + "email": "jennmonnette@gmail.com", + }, + { + "row_num": 8433, + "name": "Heidi Brescher", + "userid": 3135921, + "email": "hcbflorida@yahoo.com", + }, + { + "row_num": 8439, + "name": "Jessica Cole", + "userid": 3340042, + "email": "jessica.cole406@gmail.com", + }, + { + "row_num": 8445, + "name": "Janelle Natividad", + "userid": 3377237, + "email": "janellenat@gmail.com", + }, + { + "row_num": 8451, + "name": "Jennifer Colton", + "userid": 809712, + "email": "jenniferacolton@gmail.com", + }, + { + "row_num": 8464, + "name": "Jody Amberg", + "userid": 2458391, + "email": "jody.amberg@gmail.com", + }, + { + "row_num": 8483, + "name": "John Haynes", + "userid": 3259172, + "email": "jrhaynes854@gmail.com", + }, + { + "row_num": 8489, + "name": "Heather Simmons", + "userid": 3346788, + "email": "hesimmons17@gmail.com", + }, + { + "row_num": 8495, + "name": "Erin Sandler", + "userid": 3321636, + "email": "ebeezus@gmail.com", + }, + { + "row_num": 8503, + "name": "Jeanni Johnson", + "userid": 1382378, + "email": "jlj2141@caa.columbia.edu", + }, + { + "row_num": 8511, + "name": "Isabel Li", + "userid": 3331860, + "email": "isabel.li.ep@gmail.com", + }, + { + "row_num": 8524, + "name": "John Turner", + "userid": 3163767, + "email": "johnpennlpc@gmail.com", + }, + { + "row_num": 8531, + "name": "Elizabeth Hammer", + "userid": 202305, + "email": "elizabeth.hammer324@gmail.com", + }, + { + "row_num": 8537, + "name": "Judith Watts", + "userid": 3301761, + "email": "judy@bwnola.com", + }, + { + "row_num": 8543, + "name": "Hope Flositz", + "userid": 3350029, + "email": "hopegw21@gmail.com", + }, + { + "row_num": 8549, + "name": "Julie Orr", + "userid": 3197952, + "email": "livethelove13@yahoo.com", + }, + { + "row_num": 8555, + "name": "Elizabeth Weinman", + "userid": 3202173, + "email": "liz@heartmatterscounseling.com", + }, + { + "row_num": 8567, + "name": "Genna Cincogrono", + "userid": 1152963, + "email": "grisucci@gmail.com", + }, + { + "row_num": 8573, + "name": "Jacob Slagle", + "userid": 692504, + "email": "venturebusiness123@gmail.com", + }, + { + "row_num": 8579, + "name": "Jennifer Gasparri", + "userid": 367098, + "email": "jennn0429@gmail.com", + }, + { + "row_num": 8585, + "name": "Jamie Spohn", + "userid": 229441, + "email": "drjamiespohn@gmail.com", + }, + { + "row_num": 8597, + "name": "Jodi Warthen", + "userid": 3142096, + "email": "jodiwarthen@u.boisestate.edu", + }, + { + "row_num": 8605, + "name": "joe exnowski", + "userid": 2974652, + "email": "exnowsjj@laccd.edu", + }, + { + "row_num": 8612, + "name": "Roberta Knox", + "userid": 1308136, + "email": "dr.roberta.knox@gmail.com", + }, + { + "row_num": 8626, + "name": "Elizabeth Sukys-Rice", + "userid": 931074, + "email": "elizabeth@eslifecoach.com", + }, + { + "row_num": 8632, + "name": "erin nibley", + "userid": 3177449, + "email": "nibleye@gmail.com", + }, + { + "row_num": 8644, + "name": "Heathe Stitt", + "userid": 851436, + "email": "hastitt@gmail.com", + }, + { + "row_num": 8656, + "name": "Wakita Wilson", + "userid": 1081148, + "email": "wakitawilsonmft@gmail.com", + }, + { + "row_num": 8663, + "name": "Jodi Vermaas", + "userid": 3196130, + "email": "jodi@powusa.com", + }, + { + "row_num": 8669, + "name": "Gigi Servis Ph.D.", + "userid": 1555712, + "email": "servisphd@yahoo.com", + }, + { + "row_num": 8676, + "name": "Jennifer Mallis", + "userid": 856792, + "email": "jennifermallis@gmail.com", + }, + { + "row_num": 8682, + "name": "Judith Ward", + "userid": 3264000, + "email": "judithrward@gmail.com", + }, + { + "row_num": 8688, + "name": "eylem sahin", + "userid": 2274102, + "email": "eylemshn@gmail.com", + }, + { + "row_num": 8695, + "name": "Joanna Martin", + "userid": 3175576, + "email": "jmartin983@gmail.com", + }, + { + "row_num": 8701, + "name": "Jaymi Dormaier", + "userid": 1154166, + "email": "jaymidormaier@gmail.com", + }, + { + "row_num": 8707, + "name": "Anna Reed Hood", + "userid": 3179548, + "email": "jolenereed75@gmail.com", + }, + { + "row_num": 8719, + "name": "jodi Romano", + "userid": 2414009, + "email": "jojo7934@aol.com", + }, + { + "row_num": 8725, + "name": "Erica Gerrity", + "userid": 3240562, + "email": "egerrity@ostarainitiative.org", + }, + { + "row_num": 8733, + "name": "Joan Brown ", + "userid": 2585591, + "email": "23joanm@gmail.com", + }, + { + "row_num": 8740, + "name": "Jany Withrow", + "userid": 1940341, + "email": "jwithrowlpc@gmail.com", + }, + { + "row_num": 8752, + "name": "Jim Maguire", + "userid": 2660962, + "email": "magjmags@aol.com", + }, + { + "row_num": 8759, + "name": "ROBERT SEIGEL", + "userid": 2127531, + "email": "bsei8478@gmail.com", + }, + { + "row_num": 8771, + "name": "Ebony Hunter", + "userid": 3298445, + "email": "e.s.hunter33@gmail.com", + }, + { + "row_num": 8783, + "name": "Jenn Simpson", + "userid": 3339697, + "email": "jenn.lorinsky.simpson@gmail.com", + }, + { + "row_num": 8789, + "name": "Irina Fredericks", + "userid": 3172295, + "email": "irina.fredericks@gmail.com", + }, + { + "row_num": 8795, + "name": "Jena Grinnell", + "userid": 2375856, + "email": "jgrinnell817@gmail.com", + }, + { + "row_num": 8807, + "name": "Jennefer Mozeleski", + "userid": 3165367, + "email": "jennefermozeleski@hotmail.com", + }, + { + "row_num": 8819, + "name": "Elizabeth Keohan", + "userid": 1326321, + "email": "emkeohan@gmail.com", + }, + { + "row_num": 8825, + "name": "Gerri Wayland", + "userid": 1885444, + "email": "gerriwayland@gmail.com", + }, + { + "row_num": 8832, + "name": "Grace Ogwumike", + "userid": 2747978, + "email": "nkguobadia@hotmail.com", + }, + { + "row_num": 8850, + "name": "Shanisha Calloway Kirk", + "userid": 2518782, + "email": "sbrown187@gmail.com", + }, + { + "row_num": 8866, + "name": "Melissa O'Neill", + "userid": 3443970, + "email": "moneil2@pride.hofstra.edu", + }, + { + "row_num": 8888, + "name": "Britney Vachon-LaGuardia", + "userid": 3187528, + "email": "britney.sinclair15@gmail.com", + }, + { + "row_num": 8895, + "name": "Ashura Hughley", + "userid": 2602291, + "email": "ashura.hughley@gmail.com", + }, + { + "row_num": 8908, + "name": "Patricia Lopez White ", + "userid": 883098, + "email": "plwmft@gmail.com", + }, + { + "row_num": 8922, + "name": "Debbie Reynolds ", + "userid": 877057, + "email": "debbier8830@yahoo.com", + }, + { + "row_num": 8936, + "name": "Elizabeth Domingos-Shepard ", + "userid": 802741, + "email": "edomshep@gmail.com", + }, + { + "row_num": 8948, + "name": "Jennifer Hyatt", + "userid": 669145, + "email": "jhyatt6@icloud.com", + }, + { + "row_num": 8972, + "name": "Rossana Snee", + "userid": 1994559, + "email": "inspired@rossanasnee.com", + }, + { + "row_num": 8980, + "name": "Tomica Binns", + "userid": 3320206, + "email": "binnstomica@gmail.com", + }, + { + "row_num": 8986, + "name": "CLARE KATURAMU", + "userid": 2825749, + "email": "ckaturamu@sunrisebhs.com", + }, + { + "row_num": 8996, + "name": "Colleen Nilson", + "userid": 3195974, + "email": "chawknilson@gmail.com", + }, + { + "row_num": 9004, + "name": "Marilyn Hall", + "userid": 3180023, + "email": "marilynhalllmft@gmail.com", + }, + { + "row_num": 9021, + "name": "Michael Sally", + "userid": 2293206, + "email": "michaelsally@comcast.net", + }, + { + "row_num": 9030, + "name": "Tolulope Adedayo", + "userid": 2413565, + "email": "ttdosumu@yahoo.com", + }, + { + "row_num": 9054, + "name": "Melissa Macgown", + "userid": 3284316, + "email": "melissamacgown@gmail.com", + }, + { + "row_num": 9061, + "name": "Marina Lemaster ", + "userid": 2444356, + "email": "mlemaster79@outlook.com", + }, + { + "row_num": 9068, + "name": "Vanessa Porras", + "userid": 3269836, + "email": "vanessa.porras8@gmail.com", + }, + { + "row_num": 9075, + "name": "Therese Schmoll", + "userid": 2747218, + "email": "letstalk_2@netzero.com", + }, + { + "row_num": 9089, + "name": "ADIB BITAR", + "userid": 3105246, + "email": "adibbitar@aol.com", + }, + { + "row_num": 9096, + "name": "Siomara Calixtro", + "userid": 3356527, + "email": "siomara74calixtro04@gmail.com", + }, + { + "row_num": 9104, + "name": "Tracy-Kate Teleke", + "userid": 338885, + "email": "tracykate@aol.com", + }, + { + "row_num": 9111, + "name": "Jamie Kirk", + "userid": 3368171, + "email": "ms.jkirk.mft@gmail.com", + }, + { + "row_num": 9118, + "name": "Kristen Wright", + "userid": 3306571, + "email": "kristenwright.lmft@gmail.com", + }, + { + "row_num": 9133, + "name": "Brownson Irondi", + "userid": 2635301, + "email": "brownson.irondi@wagner.edu", + }, + { + "row_num": 9140, + "name": "Susanna Chyu", + "userid": 1368452, + "email": "suechyu@yahoo.com", + }, + { + "row_num": 9156, + "name": "Asja Hall", + "userid": 3083420, + "email": "a.h.lcsw@outlook.com", + }, + { + "row_num": 9168, + "name": "Kathleen Mates-Youngman", + "userid": 738188, + "email": "kmatesyoungman@gmail.com", + }, + { + "row_num": 9175, + "name": "Tiffany Hoffman", + "userid": 3106060, + "email": "tlight6@icloud.com", + }, + { + "row_num": 9184, + "name": "Brent Carter", + "userid": 2569740, + "email": "bcarter177@gmail.com", + }, + { + "row_num": 9191, + "name": "MaryAnn Newsom", + "userid": 3085302, + "email": "maryannnewsom75@gmail.com", + }, + { + "row_num": 9204, + "name": "Samantha Strickland", + "userid": 2245517, + "email": "stricklandtherapy@gmail.com", + }, + { + "row_num": 9213, + "name": "David Braune", + "userid": 3172155, + "email": "rossbraune@yahoo.com", + }, + { + "row_num": 9219, + "name": "Michelle Caspari-Marquit", + "userid": 3195438, + "email": "joburg49@yahoo.com", + }, + { + "row_num": 9226, + "name": "Karen Baker", + "userid": 2458493, + "email": "karenbakermft@gmail.com", + }, + { + "row_num": 9239, + "name": "WILLEM LIMAGE", + "userid": 2110935, + "email": "roodylimage@hotmail.com", + }, + { + "row_num": 9246, + "name": "Dania Anderson", + "userid": 1809635, + "email": "daniafeller@gmail.com", + }, + { + "row_num": 9253, + "name": "Jacqueline Kubel", + "userid": 622597, + "email": "jsmush@aol.com", + }, + { + "row_num": 9260, + "name": "DUSTIN Spencer", + "userid": 2081874, + "email": "np.dustin@spencerhealthwellness.com", + }, + { + "row_num": 9266, + "name": "Robin Inouye", + "userid": 2973196, + "email": "rbinouye50@yahoo.com", + }, + { + "row_num": 9275, + "name": "Lovely Omoregbe", + "userid": 2195642, + "email": "ehima1@yahoo.com", + }, + { + "row_num": 9281, + "name": "Joanna Brandt", + "userid": 3350075, + "email": "joeyb72@gmail.com", + }, + { + "row_num": 9295, + "name": "Teresa Scott", + "userid": 2536367, + "email": "teridill@gmail.com", + }, + { + "row_num": 9302, + "name": "Gloria Areghan", + "userid": 1952371, + "email": "areghan@aol.com", + }, + { + "row_num": 9330, + "name": "Kristine San Mateo", + "userid": 2002201, + "email": "kristinelmft@gmail.com", + }, + { + "row_num": 9338, + "name": "Aimee semas-day", + "userid": 1153976, + "email": "asemas888@gmail.com", + }, + { + "row_num": 9345, + "name": "Mercy Oyerinde", + "userid": 3177658, + "email": "mercymelord1@gmail.com", + }, + { + "row_num": 9351, + "name": "Lisa Bouzaglou", + "userid": 1153772, + "email": "therapy@lisabouzaglou.com", + }, + { + "row_num": 9358, + "name": "Arlene Unger", + "userid": 1369462, + "email": "drarleneunger@gmail.com", + }, + { + "row_num": 9372, + "name": "Rick Skarda", + "userid": 2822332, + "email": "rjskarda@aol.com", + }, + { + "row_num": 9386, + "name": "Marisol Medina", + "userid": 2787197, + "email": "marisol.medina.lcsw@gmail.com", + }, + { + "row_num": 9393, + "name": "Claudine Chiarmonte", + "userid": 3166061, + "email": "claudine@iamclaudine.com", + }, + { + "row_num": 9399, + "name": "Laura San Nicolas", + "userid": 622587, + "email": "lsnlmft@gmail.com", + }, + { + "row_num": 9406, + "name": "ERLYNN CABARLES", + "userid": 3228053, + "email": "erlynn@hotmail.com", + }, + { + "row_num": 9419, + "name": "Carrie Simmons", + "userid": 823373, + "email": "carriesimmonslmhc@gmail.com", + }, + { + "row_num": 9426, + "name": "Caitlin Gorr", + "userid": 887276, + "email": "elisegorr@gmail.com", + }, + { + "row_num": 9445, + "name": "Daune Rodman", + "userid": 3242436, + "email": "daunerodman@yahoo.com", + }, + { + "row_num": 9465, + "name": "Donald Bright", + "userid": 1462072, + "email": "brightcounseling@gmail.com", + }, + { + "row_num": 9472, + "name": "Debra Drake", + "userid": 410035, + "email": "debranicoledrake@gmail.com", + }, + { + "row_num": 9501, + "name": "Carly Sedgwick", + "userid": 3182231, + "email": "artemisholistichealth@gmail.com", + }, + { + "row_num": 9639, + "name": "Danielle Ficek", + "userid": 1472987, + "email": "counselorluebke@gmail.com", + }, + { + "row_num": 9689, + "name": "Daphne Dent-Black", + "userid": 3365178, + "email": "daphnelblack@gmail.com", + }, + { + "row_num": 9715, + "name": "Derek Gilchrist ", + "userid": 951412, + "email": "dereksgilchrist@gmail.com", + }, + { + "row_num": 9722, + "name": "Carrie Glebe", + "userid": 3145720, + "email": "carrieg1964@icloud.com", + }, + { + "row_num": 9732, + "name": "DeLinda Welch", + "userid": 3294658, + "email": "delinda.welchlpc@gmail.com", + }, + { + "row_num": 9783, + "name": "Caylee Ellingson", + "userid": 3295881, + "email": "caylee.hunter@gmail.com", + }, + { + "row_num": 9813, + "name": "Derek Durst", + "userid": 3337167, + "email": "durst.derek@gmail.com", + }, + { + "row_num": 9839, + "name": "carla vaughn", + "userid": 2458373, + "email": "trinilocks15@gmail.com", + }, + { + "row_num": 9845, + "name": "Chris Atkins", + "userid": 2593940, + "email": "catkins80@icloud.com", + }, + { + "row_num": 9864, + "name": "Colleen Gardner", + "userid": 876007, + "email": "gardner.colleen@gmail.com", + }, + { + "row_num": 9882, + "name": "Caroline Milford", + "userid": 1048096, + "email": "carolinemilford4@gmail.com", + }, + { + "row_num": 9913, + "name": "Shanae Kelley", + "userid": 3417415, + "email": "sn.kelley2003@gmail.com", + }, + { + "row_num": 9932, + "name": "Chris McKillop", + "userid": 3302996, + "email": "mckillop_chris@yahoo.com", + }, + { + "row_num": 9946, + "name": "Carol R Crowson", + "userid": 2847465, + "email": "scrappyedd@aol.com", + }, + { + "row_num": 9947, + "name": "Carolyn Nelson ", + "userid": 1141332, + "email": "cnelson1958@gmail.com", + }, + { + "row_num": 10003, + "name": "Darla Yates", + "userid": 2786703, + "email": "dyates1117@gmail.com", + }, + { + "row_num": 10040, + "name": "Dorothy Llamosas", + "userid": 3143008, + "email": "dllamosas.dl@gmail.com", + }, + { + "row_num": 10046, + "name": "Colleen Clawson", + "userid": 947232, + "email": "colleen.clawson@gmail.com", + }, + { + "row_num": 10103, + "name": "Candace Byars", + "userid": 3253175, + "email": "cbyarstherapy@hotmail.com", + }, + { + "row_num": 10109, + "name": "Candace Delis", + "userid": 3337369, + "email": "candace.delis@outlook.com", + }, + { + "row_num": 10126, + "name": "Danielle Callahan", + "userid": 1170844, + "email": "dmcallahan02@gmail.com", + }, + { + "row_num": 10138, + "name": "Charles Wickham", + "userid": 3263084, + "email": "cwmsw@hotmail.com", + }, + { + "row_num": 10168, + "name": "Dominiquie Clemmons-James", + "userid": 3176819, + "email": "dmclemmonsjames@gmail.com", + }, + { + "row_num": 10190, + "name": "Constance Mills", + "userid": 3290517, + "email": "crwruby@gmail.com", + }, + { + "row_num": 10210, + "name": "Christy Phelps", + "userid": 2772897, + "email": "counselorchiclmt43@gmail.com", + }, + { + "row_num": 10235, + "name": "Chad Billington", + "userid": 1144692, + "email": "chadwbillington@gmail.com", + }, + { + "row_num": 10241, + "name": "Carol Anderson", + "userid": 2171293, + "email": "carolabp12@gmail.com", + }, + { + "row_num": 10247, + "name": "D'Ann Downey", + "userid": 2952887, + "email": "ddowneywarley@comcast.net", + }, + { + "row_num": 10254, + "name": "Christina White", + "userid": 3196591, + "email": "counselorchristina71@gmail.com", + }, + { + "row_num": 10262, + "name": "Chris Tropin", + "userid": 692547, + "email": "ctropin@hotmail.com", + }, + { + "row_num": 10282, + "name": "Dina Miller", + "userid": 3279976, + "email": "dinamillerlcsw@gmail.com", + }, + { + "row_num": 10289, + "name": "Deborah Pottinger", + "userid": 2423114, + "email": "dpottinger.abc@gmail.com", + }, + { + "row_num": 10343, + "name": "Christina Tri", + "userid": 3329314, + "email": "sitwithstina@gmail.com", + }, + { + "row_num": 10349, + "name": "Carrie Savage", + "userid": 3362024, + "email": "savagelifesolutions@gmail.com", + }, + { + "row_num": 10395, + "name": "Donovan Gray", + "userid": 3060163, + "email": "dsg426@aol.com", + }, + { + "row_num": 10402, + "name": "Cynthia Cox", + "userid": 3038910, + "email": "cynthiacoxlcsw@gmail.com", + }, + { + "row_num": 10415, + "name": "Chelsea Cerillo", + "userid": 3211578, + "email": "chelsea225@gmail.com", + }, + { + "row_num": 10425, + "name": "Christina Brown", + "userid": 2794297, + "email": "cbrown5727@yahoo.com", + }, + { + "row_num": 10433, + "name": "Candace Williams", + "userid": 3173296, + "email": "candace_buckley@yahoo.com", + }, + { + "row_num": 10439, + "name": "David Rawlins", + "userid": 3236114, + "email": "derawlins@netscape.net", + }, + { + "row_num": 10473, + "name": "Carmen Kinzy", + "userid": 2048804, + "email": "carmen.kinzy@gmail.com", + }, + { + "row_num": 10486, + "name": "Delishia Williams", + "userid": 669140, + "email": "delishiaw@gmail.com", + }, + { + "row_num": 10493, + "name": "Karen Kearby", + "userid": 3233857, + "email": "karenkearby@gmail.com", + }, + { + "row_num": 10525, + "name": "Danielle Contreras", + "userid": 755680, + "email": "simplynourishedcounseling@gmail.com", + }, + { + "row_num": 10592, + "name": "Carrie Moore", + "userid": 3336309, + "email": "clmoore0505@outlook.com", + }, + { + "row_num": 10598, + "name": "Ashley Wilson", + "userid": 3310426, + "email": "ashleymwilson29@gmail.com", + }, + { + "row_num": 10605, + "name": "Dari Cosey", + "userid": 755761, + "email": "dcosey08@yahoo.com", + }, + { + "row_num": 10620, + "name": "Charity Reilly", + "userid": 3301395, + "email": "charityreillylcsw@gmail.com", + }, + { + "row_num": 10637, + "name": "Christopher Oborn", + "userid": 1920265, + "email": "ctoborn@gmail.com", + }, + { + "row_num": 10647, + "name": "Diamond Junior", + "userid": 3228618, + "email": "juniord@my.canisius.edu", + }, + { + "row_num": 10653, + "name": "Ashley Shelley", + "userid": 3365136, + "email": "melaninandmindfulness@gmail.com", + }, + { + "row_num": 10660, + "name": "Debra Pruyn", + "userid": 1475369, + "email": "tagd88@gmail.com", + }, + { + "row_num": 10677, + "name": "Clifford Daniels", + "userid": 3365053, + "email": "cliffdan1@aol.com", + }, + { + "row_num": 10687, + "name": "Carolyn Mateo", + "userid": 3359883, + "email": "carolynh51287@gmail.com", + }, + { + "row_num": 10693, + "name": "Alicia Hyatt", + "userid": 3185223, + "email": "ahyatt1216@yahoo.com", + }, + { + "row_num": 10707, + "name": "Danielle Van Dusen", + "userid": 3172013, + "email": "saltwatercounseling@gmail.com", + }, + { + "row_num": 10714, + "name": "Candace Lizardo", + "userid": 3270221, + "email": "cdlizardo16@gmail.com", + }, + { + "row_num": 10723, + "name": "Courtney Gongwer", + "userid": 2654065, + "email": "ccgongwer@gmail.com", + }, + { + "row_num": 10731, + "name": "Amanda Rexwinkle", + "userid": 1968686, + "email": "amandadrescher@gmail.com", + }, + { + "row_num": 10738, + "name": "Carol A Erbes", + "userid": 350558, + "email": "erbescarol@gmail.com", + }, + { + "row_num": 10744, + "name": "Dennis Doke", + "userid": 3351884, + "email": "dennisdoke@okeydoke.org", + }, + { + "row_num": 10750, + "name": "Alexander Ansell", + "userid": 3265962, + "email": "ansellalex@aol.com", + }, + { + "row_num": 10756, + "name": "Christine Burnosky", + "userid": 335904, + "email": "kburnosky@gmail.com", + }, + { + "row_num": 10766, + "name": "Danielle Fox", + "userid": 511521, + "email": "dfoxlcsw@aol.com", + }, + { + "row_num": 10772, + "name": "Denise Candidi", + "userid": 1141330, + "email": "djcand@aol.com", + }, + { + "row_num": 10778, + "name": "constance Moore", + "userid": 2390009, + "email": "conniemoore3825@gmail.com", + }, + { + "row_num": 10788, + "name": "Cassandre Bolton", + "userid": 336773, + "email": "cmartelly130@gmail.com", + }, + { + "row_num": 10795, + "name": "Brooke Loring", + "userid": 1047960, + "email": "bloring7@yahoo.com", + }, + { + "row_num": 10807, + "name": "Cardinal Rieger", + "userid": 3254585, + "email": "tallcardinal1@gmail.com", + }, + { + "row_num": 10816, + "name": "Christine Burcham", + "userid": 2904207, + "email": "cburcham.therapist@gmail.com", + }, + { + "row_num": 10822, + "name": "Christie Hall", + "userid": 3319926, + "email": "christieh1418@gmail.com", + }, + { + "row_num": 10834, + "name": "Camille Green", + "userid": 1947729, + "email": "green.d.camille@gmail.com", + }, + { + "row_num": 10840, + "name": "Alexandria Blymire", + "userid": 3457228, + "email": "alexandria.sarauer@gmail.com", + }, + { + "row_num": 10846, + "name": "Dena Frandsen", + "userid": 88960, + "email": "dena.frandsen@gmail.com", + }, + { + "row_num": 10852, + "name": "Chaka Smith", + "userid": 3248254, + "email": "iamchakasmith@gmail.com", + }, + { + "row_num": 10860, + "name": "Deidre Gestrin", + "userid": 1642241, + "email": "ability2stability@gmail.com", + }, + { + "row_num": 10866, + "name": "Daniel Fleischer", + "userid": 3369909, + "email": "dfleisch@twc.com", + }, + { + "row_num": 10872, + "name": "Amy Rutland", + "userid": 2221146, + "email": "amy.rutland@gmail.com", + }, + { + "row_num": 10878, + "name": "Candace Walters", + "userid": 3265090, + "email": "candace2ly@juno.com", + }, + { + "row_num": 10885, + "name": "Catrina Drinning-Davis", + "userid": 3294576, + "email": "cdrinningdavis@gmail.com", + }, + { + "row_num": 10897, + "name": "Courtney Clark", + "userid": 3244395, + "email": "cdclark04@gmail.com", + }, + { + "row_num": 10913, + "name": "Colin Duggan", + "userid": 1134946, + "email": "colinjam1@icloud.com", + }, + { + "row_num": 10919, + "name": "David Volz", + "userid": 443972, + "email": "davidvolzlpc@yahoo.com", + }, + { + "row_num": 10925, + "name": "Danielle Carlson", + "userid": 844916, + "email": "pandoura@yahoo.com", + }, + { + "row_num": 10931, + "name": "Casey Logan", + "userid": 3228088, + "email": "caseyjameslpc@gmail.com", + }, + { + "row_num": 10937, + "name": "Christi Foster", + "userid": 2341208, + "email": "christi29302@yahoo.com", + }, + { + "row_num": 10955, + "name": "Brittany Beck", + "userid": 3203312, + "email": "brittanymengler@gmail.com", + }, + { + "row_num": 10961, + "name": "Danielle Price", + "userid": 901444, + "email": "danielle.price1526@gmail.com", + }, + { + "row_num": 10968, + "name": "Danica Copp", + "userid": 813765, + "email": "danica@danicacopp.com", + }, + { + "row_num": 10974, + "name": "Chloe Jean", + "userid": 3330719, + "email": "chloejeanlcsw@gmail.com", + }, + { + "row_num": 10980, + "name": "Charles Gill", + "userid": 3122080, + "email": "cwlgill@outlook.com", + }, + { + "row_num": 10998, + "name": "CHLOE LEVINSON", + "userid": 1368399, + "email": "chloelevinson@gmail.com", + }, + { + "row_num": 11005, + "name": "Chloe Zahn", + "userid": 3333304, + "email": "cmirandaz101697@gmail.com", + }, + { + "row_num": 11017, + "name": "caitlin drew chadbourne", + "userid": 1007514, + "email": "cdrewchadbourne@gmail.com", + }, + { + "row_num": 11024, + "name": "Delia Lopez", + "userid": 3263566, + "email": "deliathread@comcast.net", + }, + { + "row_num": 11032, + "name": "Christine Barry", + "userid": 3352198, + "email": "christinebarry124@outlook.com", + }, + { + "row_num": 11038, + "name": "Courtney Green", + "userid": 3249388, + "email": "callen081215@gmail.com", + }, + { + "row_num": 11051, + "name": "Donna Sheperis", + "userid": 544929, + "email": "dsheperis@yahoo.com", + }, + { + "row_num": 11063, + "name": "Danielle McQuay", + "userid": 3177261, + "email": "mzmcquay@gmail.com", + }, + { + "row_num": 11075, + "name": "Chris Campernel", + "userid": 930514, + "email": "campernel@gmail.com", + }, + { + "row_num": 11081, + "name": "deborah cichon", + "userid": "", + "email": "deborah.cichon+1@talkspace.com", + }, + { + "row_num": 11087, + "name": "Calvin Collins", + "userid": 2635946, + "email": "ccol646117@aol.com", + }, + { + "row_num": 11094, + "name": "Cheri MEADOWLARK", + "userid": 2724844, + "email": "chmeadowlark@mfccenter.com", + }, + { + "row_num": 11100, + "name": "Crystal Cash", + "userid": 2964298, + "email": "cryztalball22@gmail.com", + }, + { + "row_num": 11112, + "name": "Christina DeMary", + "userid": 508622, + "email": "copidosta@gmail.com", + }, + { + "row_num": 11124, + "name": "Cris Roman", + "userid": 2542800, + "email": "crisro@charter.net", + }, + { + "row_num": 11130, + "name": "Tamara Hambrick", + "userid": 2397543, + "email": "sugarmsw@yahoo.com", + }, + { + "row_num": 11136, + "name": "Daniel Rubin", + "userid": 2071366, + "email": "transcendcounselingllc@gmail.com", + }, + { + "row_num": 11148, + "name": "Candace Chavers", + "userid": 3375019, + "email": "candacechavers@gmail.com", + }, + { + "row_num": 11300, + "name": "Ashley Yatzor", + "userid": 1898628, + "email": "ashleyyatzortherapist@gmail.com", + }, + { + "row_num": 11352, + "name": "Brenda Romero-Herrera", + "userid": 1390740, + "email": "brendarh@warriorheartcounseling.com", + }, + { + "row_num": 11399, + "name": "Joseph Stanfill", + "userid": 3446379, + "email": "josephmstanfill@gmail.com", + }, + { + "row_num": 11516, + "name": "Ariel Moore", + "userid": 650920, + "email": "fergusoncounseling@gmail.com", + }, + { + "row_num": 11522, + "name": "Alicia Moran", + "userid": 3334428, + "email": "amoran@nhcs-ky.com", + }, + { + "row_num": 11555, + "name": "Anna Gries", + "userid": 2876958, + "email": "anna.r.gries@gmail.com", + }, + { + "row_num": 11603, + "name": "Alejandro Nevarez", + "userid": 3082082, + "email": "nevarez21@icloud.com", + }, + { + "row_num": 11675, + "name": "Danielle Town", + "userid": 3305675, + "email": "msdanitown@gmail.com", + }, + { + "row_num": 11682, + "name": "Beulah Joshua", + "userid": 1956261, + "email": "beulahjebenezer@gmail.com", + }, + { + "row_num": 11701, + "name": "Alicia Ogonowski", + "userid": 825203, + "email": "tiggerz21@hotmail.com", + }, + { + "row_num": 11762, + "name": "Jan Dutton", + "userid": 3435500, + "email": "jand48@bresnan.net", + }, + { + "row_num": 11768, + "name": "Chante Cross", + "userid": 3351866, + "email": "ccross@chantecross.com", + }, + { + "row_num": 11785, + "name": "Nichole Tackett", + "userid": 3433040, + "email": "nikki.tackett@gmail.com", + }, + { + "row_num": 11828, + "name": "Angela Mathew", + "userid": 935842, + "email": "originalwatercolor@yahoo.com", + }, + { + "row_num": 11866, + "name": "Beth Traveria", + "userid": 463210, + "email": "ibtrav@sbcglobal.net", + }, + { + "row_num": 11954, + "name": "Nancy DiStefano", + "userid": 310384, + "email": "nancydistefanolsw@yahoo.com", + }, + { + "row_num": 11960, + "name": "Brandi Okamoto", + "userid": 3326999, + "email": "allthelittledetails.hi@gmail.com", + }, + { + "row_num": 11969, + "name": "Sean Hammett", + "userid": 3405267, + "email": "shammett44@gmail.com", + }, + { + "row_num": 11975, + "name": "Bernadette Pina", + "userid": 1081228, + "email": "b12pina@gmail.com", + }, + { + "row_num": 12008, + "name": "Abigail Baumann", + "userid": 2093699, + "email": "abbyabaumann@gmail.com", + }, + { + "row_num": 12019, + "name": "Aleesha Milliman", + "userid": 1875762, + "email": "aleeshamilliman@gmail.com", + }, + { + "row_num": 12034, + "name": "April Brandon", + "userid": 3031743, + "email": "aprilgrace4477@gmail.com", + }, + { + "row_num": 12081, + "name": "Andrea Hamilton", + "userid": 1992880, + "email": "andreachamilton@gmail.com", + }, + { + "row_num": 12093, + "name": "Ashley Weckstein", + "userid": 3182927, + "email": "ashley.weckstein@yahoo.com", + }, + { + "row_num": 12114, + "name": "Ashley Sloan", + "userid": 3330175, + "email": "sloanmashley@gmail.com", + }, + { + "row_num": 12124, + "name": "Arielle Miree", + "userid": 3370018, + "email": "ariellemiree@gmail.com", + }, + { + "row_num": 12131, + "name": "ARTHUR HOWARD", + "userid": 2791233, + "email": "how1906@gmail.com", + }, + { + "row_num": 12140, + "name": "Brittany Zucco", + "userid": 3198910, + "email": "brittany.zucco@gmail.com", + }, + { + "row_num": 12147, + "name": "Alyssa Drury", + "userid": 2256418, + "email": "alyssadrurycounseling@gmail.com", + }, + { + "row_num": 12153, + "name": "Ann Sumpter", + "userid": 3229964, + "email": "annie.m.sumpter@wv.gov", + }, + { + "row_num": 12159, + "name": "allison owens", + "userid": 1986466, + "email": "aaowens89@comcast.net", + }, + { + "row_num": 12178, + "name": "Brian Hunt", + "userid": 2223144, + "email": "behlisw@yahoo.com", + }, + { + "row_num": 12184, + "name": "Alyssa Flynn", + "userid": 3350207, + "email": "heretolyssten@gmail.com", + }, + { + "row_num": 12256, + "name": "Jessica Fritzges", + "userid": 3350777, + "email": "drfritzges@atlanticrecoveryinstitute.com", + }, + { + "row_num": 12267, + "name": "Jerry Hsing-Lu Kao", + "userid": 685932, + "email": "hsinglu@yahoo.com", + }, + { + "row_num": 12277, + "name": "James Monaghan", + "userid": 1774201, + "email": "riseupnevada@gmail.com", + }, + { + "row_num": 12286, + "name": "Kristen Penate", + "userid": 2341995, + "email": "kristenme1231@gmail.com", + }, + { + "row_num": 12396, + "name": "Rebekah Balmer", + "userid": 3320785, + "email": "rebekah.s.balmer@gmail.com", + }, + { + "row_num": 12398, + "name": "Beverly Bye", + "userid": 2076214, + "email": "drbbye@gmail.com", + }, + { + "row_num": 12553, + "name": "Kellyn Gutmann", + "userid": 234433, + "email": "kellyn.gutmann@gmail.com", + }, + { + "row_num": 12680, + "name": "Jacqueline Lintzeris", + "userid": 3367874, + "email": "jacjac210@gmail.com", + }, + { + "row_num": 12717, + "name": "Courtney Mayfield", + "userid": 3407706, + "email": "cmayfield001@yahoo.com", + }, + { + "row_num": 12774, + "name": "Susan Forer-Dehrey", + "userid": 3230737, + "email": "susiedehrey@gmail.com", + }, + { + "row_num": 12840, + "name": "William Shryer", + "userid": 2522881, + "email": "wshryertms@gmail.com", + }, + { + "row_num": 12852, + "name": "Christa Martin", + "userid": 2176127, + "email": "jcmartin08@hotmail.com", + }, + { + "row_num": 12974, + "name": "Sarah Barengo Robinson", + "userid": 3208254, + "email": "sarahbarengoms@gmail.com", + }, + { + "row_num": 12995, + "name": "Keith Jackson", + "userid": 3255699, + "email": "riteus1@comcast.net", + }, + { + "row_num": 13077, + "name": "Beth Reichert", + "userid": 3421850, + "email": "beth.reichert.lpcc@gmail.com", + }, + { + "row_num": 13086, + "name": "Jerniece Saez", + "userid": 3296785, + "email": "jsaez@jjspsychotherapy.com", + }, + { + "row_num": 13119, + "name": "Noya Dekel", + "userid": 699320, + "email": "dinagaya@gmail.com", + }, + { + "row_num": 13139, + "name": "laura york", + "userid": 254554, + "email": "lakatwoman@gmail.com", + }, + { + "row_num": 13154, + "name": "Lisa Lainer", + "userid": 992803, + "email": "lisa@lainer.net", + }, + { + "row_num": 13171, + "name": "Lynn Nickens", + "userid": 2498230, + "email": "lynn89lcsw@gmail.com", + }, + { + "row_num": 13183, + "name": "Summer Witty", + "userid": 1186324, + "email": "summerwitty@hotmail.com", + }, + { + "row_num": 13190, + "name": "Kelly Schooner", + "userid": 931078, + "email": "schoonerdk@gmail.com", + }, + { + "row_num": 13206, + "name": "Natasha Walter-Fisk", + "userid": 946626, + "email": "natwalterfisk@protonmail.com", + }, + { + "row_num": 13217, + "name": "Richard Puls", + "userid": 3162769, + "email": "rpuls@juno.com", + }, + { + "row_num": 13224, + "name": "Maureen McEachen", + "userid": 2059911, + "email": "momceachen@gmail.com", + }, + { + "row_num": 13231, + "name": "Paul Fisher", + "userid": 2257063, + "email": "fisherpaul264@gmail.com", + }, + { + "row_num": 13239, + "name": "Kahina Kaci", + "userid": 2431588, + "email": "hinabina82@hotmail.com", + }, + { + "row_num": 13246, + "name": "Roshonda Cureton", + "userid": 1870401, + "email": "jamariag@hotmail.com", + }, + { + "row_num": 13253, + "name": "Sunita Churiwala", + "userid": 3261656, + "email": "schuriwala27@gmail.com", + }, + { + "row_num": 13260, + "name": "Ying Kam", + "userid": 3184321, + "email": "kylie.kam@gmail.com", + }, + { + "row_num": 13267, + "name": "sharon tawfilis", + "userid": 888770, + "email": "sharontawfilis@gmail.com", + }, + { + "row_num": 13304, + "name": "Elizabeth Smith", + "userid": 3425672, + "email": "emstalkspace@reflectioncenter.net", + }, + { + "row_num": 13328, + "name": "Karen Morris", + "userid": 3411585, + "email": "karenekmorris21@gmail.com", + }, + { + "row_num": 13339, + "name": "Cathleen Hauber", + "userid": 3361968, + "email": "chauber1203@gmail.com", + }, + { + "row_num": 13351, + "name": "WENDY Haynes-Britton", + "userid": 3422975, + "email": "wendyhbwendy@gmail.com", + }, + { + "row_num": 13359, + "name": "Jessica Jones", + "userid": 3410267, + "email": "jemohr84@gmail.com", + }, + { + "row_num": 13373, + "name": "Miranda Franklin", + "userid": 3422032, + "email": "mpruett1306@gmail.com", + }, + { + "row_num": 13390, + "name": "Gregory Kaufman", + "userid": 3416984, + "email": "gregoriokaufman13@gmail.com", + }, + { + "row_num": 13408, + "name": "Jonni Lukenbill-Bowles", + "userid": 3413070, + "email": "jonnicares@gmail.com", + }, + { + "row_num": 13421, + "name": "Elizabeth Aponte-Perez", + "userid": 3422070, + "email": "elizabethaponteperez@gmail.com", + }, + { + "row_num": 13428, + "name": "christine Herman", + "userid": 3411061, + "email": "christinedallies@yahoo.com", + }, + { + "row_num": 13450, + "name": "Marianna Nunez", + "userid": 3414549, + "email": "spirit4522@gmail.com", + }, + { + "row_num": 13468, + "name": "Crystal Davis", + "userid": 3420167, + "email": "chbdavis1988@yahoo.com", + }, + { + "row_num": 13478, + "name": "amber steward", + "userid": 3413099, + "email": "thetipsypaintbrush21@gmail.com", + }, + { + "row_num": 13486, + "name": "Shari Ketzer", + "userid": 3422528, + "email": "shariketzer@gmail.com", + }, + { + "row_num": 13505, + "name": "Regina Walker", + "userid": 3400605, + "email": "reginawalker132@yahoo.com", + }, + { + "row_num": 13513, + "name": "Ashley Phelps", + "userid": 3416344, + "email": "anp0807@yahoo.com", + }, + { + "row_num": 13525, + "name": "Katelyn Dougherty", + "userid": 3403073, + "email": "kdougherty994@gmail.com", + }, + { + "row_num": 13557, + "name": "Hali Seaney", + "userid": 3400138, + "email": "halizerilli@gmail.com", + }, + { + "row_num": 13565, + "name": "Amanda Williamson", + "userid": 3428328, + "email": "imortalizelife@gmail.com", + }, + { + "row_num": 13571, + "name": "Cindee Oswald ", + "userid": 2894144, + "email": "cindeelcsw@gmail.com", + }, + { + "row_num": 13579, + "name": "Victoria McCann", + "userid": 3419740, + "email": "drtori@frontlinetherapy.net", + }, + { + "row_num": 13594, + "name": "Darsha Clark", + "userid": 3427664, + "email": "darshaclark@gmail.com", + }, + { + "row_num": 13609, + "name": "Danielle Williams", + "userid": 3421379, + "email": "danielle.williams323@gmail.com", + }, + { + "row_num": 13629, + "name": "Lindsay McKinney", + "userid": 3409307, + "email": "swtdreamer1980@aol.com", + }, + { + "row_num": 13656, + "name": "Meagan Baxter", + "userid": 33387704, + "email": "megrbaxter@gmail.com", + }, + { + "row_num": 13669, + "name": "Angela young", + "userid": 3423618, + "email": "youngangela12@gmail.com", + }, + { + "row_num": 13681, + "name": "Tiara Brown", + "userid": 3363441, + "email": "tiaratolen@gmail.com", + }, + { + "row_num": 13687, + "name": "Marina DeClue", + "userid": 3421994, + "email": "marina.kroeter@gmx.at", + }, + { + "row_num": 13713, + "name": "Kelly La Rocca", + "userid": 2646529, + "email": "klarocca1@aol.com", + }, + { + "row_num": 13720, + "name": "Page Zieske", + "userid": 3420789, + "email": "whisperscounseling@gmail.com", + }, + { + "row_num": 13726, + "name": "Kelli Berman", + "userid": 3428931, + "email": "parachutesidewalk@yahoo.com", + }, + { + "row_num": 13732, + "name": "Rachel Roth", + "userid": 3416457, + "email": "rroth.lmsw@gmail.com", + }, + { + "row_num": 13743, + "name": "Gloria Lyons", + "userid": 3412794, + "email": "gjlyons@liberty.edu", + }, + { + "row_num": 13790, + "name": "Alison Hite", + "userid": 3373116, + "email": "alisonahite@gmail.com", + }, + { + "row_num": 13796, + "name": "Jeannie Zbarsky", + "userid": 3301402, + "email": "jeannieztherapy@gmail.com", + }, + { + "row_num": 13806, + "name": "Frankie Morris-Dadzie", + "userid": 2059020, + "email": "frankiemdlcsw@gmail.com", + }, + { + "row_num": 13821, + "name": "Amy Allen", + "userid": 3300209, + "email": "aaagonzalez0therapy@gmail.com", + }, + { + "row_num": 13836, + "name": "Cynthia Naughton ", + "userid": 321962, + "email": "cindycoaches@gmail.com", + }, + { + "row_num": 13844, + "name": "Erin Tucker", + "userid": 3410601, + "email": "ejtjetuc@gmail.com", + }, + { + "row_num": 13877, + "name": "Jasmine Jones", + "userid": 852719, + "email": "jasminejoneslcsw@gmail.com", + }, + { + "row_num": 13943, + "name": "Julie Olson", + "userid": 3426406, + "email": "julieolsontherapy@gmail.com", + }, + { + "row_num": 13975, + "name": "Steven Smith", + "userid": 3408977, + "email": "smithsteven@live.com", + }, + { + "row_num": 13983, + "name": "Natasha Deshommes", + "userid": 3418294, + "email": "natashalmhc@gmail.com", + }, + { + "row_num": 14011, + "name": "Laura Jones", + "userid": 3407344, + "email": "laurajones2000@outlook.com", + }, + { + "row_num": 14060, + "name": "Chiara Ferrari", + "userid": 2941023, + "email": "chiaraferrari21@gmail.com", + }, + { + "row_num": 14067, + "name": "Beverly Tracy", + "userid": 3395489, + "email": "beverlytracylcsw@yahoo.com", + }, + { + "row_num": 14087, + "name": "Gregory Welcher", + "userid": 3420589, + "email": "welchergreg@yahoo.com", + }, + { + "row_num": 14097, + "name": "Gregory Mascaro", + "userid": 3394397, + "email": "gregorymascaro2@gmail.com", + }, + { + "row_num": 14116, + "name": "Monique Harris", + "userid": 3376518, + "email": "admin@imaginemeresilient.com", + }, + { + "row_num": 14150, + "name": "Tiffany Green", + "userid": 3210865, + "email": "tiffanyfnotes@gmail.com", + }, + { + "row_num": 14156, + "name": "Lisa McDermott", + "userid": 3405933, + "email": "lisamarie.govan@gmail.com", + }, + { + "row_num": 14182, + "name": "Felipe Sepulveda", + "userid": 3409366, + "email": "info@felipesepulvedalcsw.com", + }, + { + "row_num": 14192, + "name": "Kristen Watson", + "userid": 3392657, + "email": "mrs.klwatson@gmail.com", + }, + { + "row_num": 14207, + "name": "Yuvonne Wrobel", + "userid": 3387131, + "email": "wablueeyes217@yahoo.com", + }, + { + "row_num": 14257, + "name": "Marc Etts", + "userid": 3419932, + "email": "marc.etts@gmail.com", + }, + { + "row_num": 14294, + "name": "Thomas Rodger", + "userid": 3402760, + "email": "rodger22@msn.com", + }, + { + "row_num": 14335, + "name": "Michelle Hamlin", + "userid": 3405318, + "email": "dmhamlin14@gmail.com", + }, + { + "row_num": 14348, + "name": "Heidi Reddin", + "userid": 3385479, + "email": "heidi.reddin89@gmail.com", + }, + { + "row_num": 14379, + "name": "Vanessa Trinidad", + "userid": 3403976, + "email": "vanessa@agapethycounselingsolutions.com", + }, + { + "row_num": 14419, + "name": "Donald Bender", + "userid": 1835557, + "email": "donald.bender@cal.berkeley.edu", + }, + { + "row_num": 14421, + "name": "Annas Boyer", + "userid": 3396420, + "email": "annasboyer@gmail.com", + }, + { + "row_num": 14427, + "name": "Vanessa Batiste-Leal", + "userid": 3377069, + "email": "vanessabatisteleal@gmail.com", + }, + { + "row_num": 14445, + "name": "Ali Akhtar", + "userid": 560404, + "email": "aliakhtar.mft@gmail.com", + }, + { + "row_num": 14455, + "name": "Hannah Rarick", + "userid": 3353718, + "email": "hrarick26@gmail.com", + }, + { + "row_num": 14469, + "name": "brianne Walker", + "userid": 3230211, + "email": "qualitycounselingservices@gmail.com", + }, + { + "row_num": 14480, + "name": "Francis Oduah", + "userid": 2139529, + "email": "francisodu@gmail.com", + }, + { + "row_num": 14486, + "name": "Ayana Lewis", + "userid": 3403041, + "email": "aspire2better@gmail.com", + }, + { + "row_num": 14518, + "name": "Liz Colizza", + "userid": 3355289, + "email": "liz.colizza@talkspace.com", + }, + { + "row_num": 14527, + "name": "Tiffany Green", + "userid": 3210865, + "email": "tiffanygnotes@gmail.com", + }, + { + "row_num": 14545, + "name": "Dr. Barbara Orticelli", + "userid": 3407053, + "email": "barbara.orticelli@gmail.com", + }, + { + "row_num": 14575, + "name": "Hannah Widmer", + "userid": 3362421, + "email": "widmerhannah@gmail.com", + }, + { + "row_num": 14595, + "name": "Brandon Thibeault", + "userid": 1765702, + "email": "b.thibeault35@hotmail.com", + }, + { + "row_num": 14608, + "name": "Elizabeth Doolittle", + "userid": 3382618, + "email": "ejeckering@gmail.com", + }, + { + "row_num": 14615, + "name": "Ann Weight", + "userid": 3389761, + "email": "annweight@gmail.com", + }, + { + "row_num": 14628, + "name": "Thomas Kadela", + "userid": 3392618, + "email": "drtomkadela@gmail.com", + }, + { + "row_num": 14650, + "name": "Charity Gordon", + "userid": 3382683, + "email": "chairgordon@gmail.com", + }, + { + "row_num": 14662, + "name": "Funmilayo Akintunde", + "userid": 3363627, + "email": "yuwellnes@gmail.com", + }, + { + "row_num": 14669, + "name": "Elise Martinez", + "userid": 3397934, + "email": "elisemarielmartinez@gmail.com", + }, + { + "row_num": 14695, + "name": "Shelena Clay", + "userid": 3385076, + "email": "shelenaclay@yahoo.com", + }, + { + "row_num": 14729, + "name": "Danielle Zandbergen", + "userid": 3397743, + "email": "danielle@okikacounseling.com", + }, + { + "row_num": 14756, + "name": "Nichole Blanford", + "userid": 3371514, + "email": "nikki.blanford@pm.me", + }, + { + "row_num": 14777, + "name": "Maureen Rough", + "userid": 3404466, + "email": "maureen.m.rough@gmail.com", + }, + { + "row_num": 14784, + "name": "Joseph Almeida", + "userid": 3382946, + "email": "josephalmeidatalkspace@gmail.com", + }, + { + "row_num": 14812, + "name": "Justin Brown", + "userid": 3390209, + "email": "justinobrown25@gmail.com", + }, + { + "row_num": 14840, + "name": "Kacee Cleveland", + "userid": 3402487, + "email": "kitten4luv2002@yahoo.com", + }, + { + "row_num": 14859, + "name": "Vivian Hicks", + "userid": 3389402, + "email": "vivianhicks@protonmail.com", + }, + { + "row_num": 14866, + "name": "catherine bukovitz", + "userid": 3385863, + "email": "cbukovitz@gmail.com", + }, + { + "row_num": 14877, + "name": "Georges Mombrun", + "userid": 3379178, + "email": "ghmombrun@gmail.com", + }, + { + "row_num": 14891, + "name": "Sandra DeAtley", + "userid": 3400444, + "email": "sixftsandy@gmail.com", + }, + { + "row_num": 14930, + "name": "Brian Soames", + "userid": 3369421, + "email": "bsoames@gmail.com", + }, + { + "row_num": 14951, + "name": "Deirdre Minichiello", + "userid": 3391744, + "email": "deirdreminichiello@gmail.com", + }, + { + "row_num": 14971, + "name": "Shaterrika Williams", + "userid": 3398244, + "email": "shaterrika@email.phoenix.edu", + }, + { + "row_num": 14987, + "name": "James Hunter", + "userid": 3396884, + "email": "jhunterg31lcsw@gmail.com", + }, + { + "row_num": 14998, + "name": "Theresa Weise", + "userid": 3403550, + "email": "naturalhealingfarms@yahoo.com", + }, + { + "row_num": 15040, + "name": "LaMaya Middleton", + "userid": 3370069, + "email": "lamayamiddleton@gmail.com", + }, + { + "row_num": 15047, + "name": "darla carmoney", + "userid": 3403121, + "email": "darlacarmoneyllpc@gmail.com", + }, + { + "row_num": 15067, + "name": "LeAnne Delgado", + "userid": 3396523, + "email": "leanne@therapistconnecticut.com", + }, + { + "row_num": 15077, + "name": "Tamera Brown", + "userid": 3399542, + "email": "admin@coachtameraj.com", + }, + { + "row_num": 15092, + "name": "Irene Hernandez", + "userid": 3218994, + "email": "irehernandez163@gmail.com", + }, + { + "row_num": 15124, + "name": "Amy Graf", + "userid": 3390427, + "email": "grafamy@gmail.com", + }, + { + "row_num": 15133, + "name": "Artesia Price", + "userid": 3390888, + "email": "therapyfromthehart@gmail.com", + }, + { + "row_num": 15147, + "name": "kristen boone", + "userid": 3381203, + "email": "kristenlucilleboone@gmail.com", + }, + { + "row_num": 15162, + "name": "Asha Griffin", + "userid": 3389854, + "email": "email@balancingedencounseling.com", + }, + { + "row_num": 15168, + "name": "Melissa Patak", + "userid": 3388944, + "email": "melissapataklpc@gmail.com", + }, + { + "row_num": 15178, + "name": "Elena Beals", + "userid": 513292, + "email": "ebeals@gmail.com", + }, + { + "row_num": 15205, + "name": "DeMarquane Thomas", + "userid": 3394885, + "email": "demarquanethomas@gmail.com", + }, + { + "row_num": 15214, + "name": "Christy Forrister", + "userid": 2492767, + "email": "christyforrister@yahoo.com", + }, + { + "row_num": 15228, + "name": "Nathan Winner", + "userid": 3386017, + "email": "nawinn90@gmail.com", + }, + { + "row_num": 15245, + "name": "Carol Fletcher", + "userid": 3400901, + "email": "camflcsw@outlook.com", + }, + { + "row_num": 15253, + "name": "RobDreka Shaw", + "userid": 3393986, + "email": "rshaw@journeytohopecounseling.org", + }, + { + "row_num": 15269, + "name": "Erica Simpson", + "userid": 655395, + "email": "ericasimpson@twc.com", + }, + { + "row_num": 15285, + "name": "Kimberly Prinski", + "userid": 3394750, + "email": "kprinski@verizon.net", + }, + { + "row_num": 15318, + "name": "Silvia Simpson", + "userid": 3388180, + "email": "mamabella0711@yahoo.com", + }, + { + "row_num": 15325, + "name": "Justin Arifaj", + "userid": 3387703, + "email": "justin.arifaj@gmail.com", + }, + { + "row_num": 15331, + "name": "Sheilan Cook-Cornman", + "userid": 3391616, + "email": "csheilan@live.com", + }, + { + "row_num": 15338, + "name": "Chandra Lone Wolf", + "userid": 3384480, + "email": "lonewolf1535@hotmail.com", + }, + { + "row_num": 15364, + "name": "Jasmine McCully", + "userid": 3355378, + "email": "jasminemccully@gmail.com", + }, + { + "row_num": 15370, + "name": "Regina Poole", + "userid": 3388626, + "email": "reginapoole11@yahoo.com", + }, + { + "row_num": 15385, + "name": "Barbara Sprague", + "userid": 2071243, + "email": "barbara.sprague.np@gmail.com", + }, + { + "row_num": 15407, + "name": "Kimberly Rowe", + "userid": 3311278, + "email": "kimberlyjrowe@yahoo.com", + }, + { + "row_num": 15413, + "name": "Carly Davison", + "userid": 3379102, + "email": "cfshifle@gmail.com", + }, + { + "row_num": 15425, + "name": "Britney Taylor", + "userid": 3362767, + "email": "btaylorcounseling@gmail.com", + }, + { + "row_num": 15495, + "name": "Kirsten Munson", + "userid": 3296753, + "email": "askkris_munson@yahoo.com", + }, + { + "row_num": 15501, + "name": "Ilana Rosenberg", + "userid": 2270206, + "email": "istein69@cox.net", + }, + { + "row_num": 15516, + "name": "Rachel Cash", + "userid": 2822389, + "email": "rachelmichelle.cash@gmail.com", + }, + { + "row_num": 15544, + "name": "Amey Davis", + "userid": 218298, + "email": "ameydusa@yahoo.com", + }, + { + "row_num": 15552, + "name": "Candyce Spruel", + "userid": 3191994, + "email": "cespruel@outlook.com", + }, + { + "row_num": 15578, + "name": "Anisha Mistry", + "userid": 2005166, + "email": "abhakta21@gmail.com", + }, + { + "row_num": 15594, + "name": "Natalie Wakeley", + "userid": 3171814, + "email": "natalie@wakeleycounseling.com", + }, + { + "row_num": 15657, + "name": "Courtney Boatman", + "userid": 536966, + "email": "courtneyboatman@gmail.com", + }, + { + "row_num": 15666, + "name": "Ashton Hasson", + "userid": 1861855, + "email": "ashtonhasson1@gmail.com", + }, + { + "row_num": 15680, + "name": "debra nathanson", + "userid": 2258842, + "email": "fxrdynadeb@gmail.com", + }, + { + "row_num": 15701, + "name": "Flavio Epstein", + "userid": 1170524, + "email": "flavioepstein@gmail.com", + }, + { + "row_num": 15714, + "name": "Justine Meador", + "userid": 2369704, + "email": "justinemmeador@gmail.com", + }, + { + "row_num": 15726, + "name": "Carrie Phillips", + "userid": 843771, + "email": "carrie@carriephillips.com", + }, + { + "row_num": 15733, + "name": "DAVIDA RODRIGUEZ", + "userid": 1355332, + "email": "d.rodriguez.lmft@gmail.com", + }, + { + "row_num": 15748, + "name": "Julia Gunderson", + "userid": 333740, + "email": "jewelgundy@yahoo.com", + }, + { + "row_num": 15758, + "name": "Christy Anderson", + "userid": 2184306, + "email": "cake5385@gmail.com", + }, + { + "row_num": 15766, + "name": "Christian Lise", + "userid": 1039080, + "email": "chrliselmft@gmail.com", + }, + { + "row_num": 15782, + "name": "Faith Morgan", + "userid": 2027420, + "email": "fmorgan20@protonmail.com", + }, + { + "row_num": 15792, + "name": "Dennis Kuik", + "userid": 3172595, + "email": "denniskuik6583@gmail.com", + }, + { + "row_num": 15806, + "name": "DENNIS NEWLIN", + "userid": 3296000, + "email": "dennis@newlin.us", + }, + { + "row_num": 15814, + "name": "Javier Melendez-Vega", + "userid": 3293497, + "email": "javier@eutierriatherapy.com", + }, + { + "row_num": 15824, + "name": "Jay Rebert", + "userid": 3097482, + "email": "jaylmft@gmail.com", + }, + { + "row_num": 15832, + "name": "Jesse Jones", + "userid": 2290707, + "email": "jcjones12@ucsbalum.com", + }, + { + "row_num": 15849, + "name": "Anna Yu", + "userid": 437611, + "email": "annahong.lcsw@gmail.com", + }, + { + "row_num": 15857, + "name": "Amanda Morris ", + "userid": 704301, + "email": "dramandamorrismft@gmail.com", + }, + { + "row_num": 15864, + "name": "Anna Yee", + "userid": 3310836, + "email": "ayee.lcsw22482@gmail.com", + }, + { + "row_num": 15871, + "name": "Ruthie Youngman", + "userid": 451940, + "email": "ryoungmanmsw@aol.com", + }, + { + "row_num": 15879, + "name": "Anne Green", + "userid": 2093856, + "email": "annesjgreen@gmail.com", + }, + { + "row_num": 15886, + "name": "Jill Shinn", + "userid": 468767, + "email": "jvshinn@yahoo.com", + }, + { + "row_num": 15894, + "name": "Heidi Dawn", + "userid": 841210, + "email": "drheididawn@gmail.com", + }, + { + "row_num": 15902, + "name": "Ileana Gallegos", + "userid": 2347139, + "email": "igallegoslcsw@gmail.com", + }, + { + "row_num": 15910, + "name": "EILEEN JOY ESPORO", + "userid": 2135145, + "email": "eileenjoy@gmail.com", + }, + { + "row_num": 15926, + "name": "Jacqueline Wiliams", + "userid": 2455766, + "email": "jacquelinedrummond@hotmail.com", + }, + { + "row_num": 15934, + "name": "Esther Reynolds", + "userid": 3385270, + "email": "esther.reynolds@gmail.com", + }, + { + "row_num": 15980, + "name": "Jemel Johnson-Smith", + "userid": 3393936, + "email": "jemeljohnson.sw@gmail.com", + }, + { + "row_num": 15993, + "name": "Zachary Aldridge", + "userid": 2307960, + "email": "zaldridge17@gmail.com", + }, + { + "row_num": 16017, + "name": "Cynthia McAlister", + "userid": 1561019, + "email": "clmcalister@msn.com", + }, + { + "row_num": 16044, + "name": "Nastassia Ragoonan", + "userid": 2181677, + "email": "ragoonannp@icloud.com", + }, + { + "row_num": 16062, + "name": "Bernard Ashlock", + "userid": 3385828, + "email": "bashlock84@gmail.com", + }, + { + "row_num": 16095, + "name": "Shawna Holzer", + "userid": 3355116, + "email": "shawnaholzer@yahoo.com", + }, + { + "row_num": 16105, + "name": "Deborah James", + "userid": 3367599, + "email": "deborah.james407@gmail.com", + }, + { + "row_num": 16111, + "name": "Anna Shinn", + "userid": 3374762, + "email": "lpcshinn@gmail.com", + }, + { + "row_num": 16119, + "name": "Monique Darnell", + "userid": 3311758, + "email": "mrdcasolutions@gmail.com", + }, + { + "row_num": 16147, + "name": "Anna Diliberti", + "userid": 3385295, + "email": "adiliberti02@aol.com", + }, + { + "row_num": 16159, + "name": "EMILY GROHMAN", + "userid": 2157030, + "email": "emily.grohman@yahoo.com", + }, + { + "row_num": 16169, + "name": "James Estes", + "userid": 3377109, + "email": "captainjames2015@yahoo.com", + }, + { + "row_num": 16175, + "name": "Sandra Santana", + "userid": 2406681, + "email": "nuyoricannurseprescriber@yahoo.com", + }, + { + "row_num": 16182, + "name": "Angela M Keller", + "userid": 3293398, + "email": "amnk1979@gmail.com", + }, + { + "row_num": 16189, + "name": "Tracey-Ann George", + "userid": 3382992, + "email": "tageorge1079@gmail.com", + }, + { + "row_num": 16211, + "name": "Beth Graham", + "userid": 3299326, + "email": "bethdgraham@hotmail.com", + }, + { + "row_num": 16223, + "name": "Emily Sanchez", + "userid": 3352573, + "email": "emilyfsanchez@gmail.com", + }, + { + "row_num": 16230, + "name": "Festus Obonna", + "userid": 1893550, + "email": "fobonna@yahoo.com", + }, + { + "row_num": 16259, + "name": "Lori Butler", + "userid": 3373209, + "email": "ahappyyoucounselingservices@gmail.com", + }, + { + "row_num": 16269, + "name": "Zona Lee-Pietrogallo", + "userid": 3381003, + "email": "zlpietrogallo@icloud.com", + }, + { + "row_num": 16286, + "name": "cassandra moffat", + "userid": 3352708, + "email": "cmoffat1991@gmail.com", + }, + { + "row_num": 16321, + "name": "Jessica Mancillas-Flores", + "userid": 3376804, + "email": "jesmel11@gmail.com", + }, + { + "row_num": 16338, + "name": "Maisha Giles", + "userid": 3376358, + "email": "maishainaya@yahoo.com", + }, + { + "row_num": 16391, + "name": "Stephanie Quiroga", + "userid": 3379372, + "email": "salbuque2800@gmail.com", + }, + { + "row_num": 16397, + "name": "Zachary Spoerl", + "userid": 3368622, + "email": "zachary.spoerl@gmail.com", + }, + { + "row_num": 16414, + "name": "Bonnie Kolmodin", + "userid": 3363380, + "email": "bkolmodin@icloud.com", + }, + { + "row_num": 16420, + "name": "SABINA BONFADINI", + "userid": 2366594, + "email": "sabinabonfadini@hotmail.com", + }, + { + "row_num": 16440, + "name": "Susan Niebaum", + "userid": 3401927, + "email": "niebaum.sue@gmail.com", + }, + { + "row_num": 16449, + "name": "CHALITA THOMAS", + "userid": 3382691, + "email": "chalita.thomas@gmail.com", + }, + { + "row_num": 16462, + "name": "Jessica Curtis", + "userid": 3384856, + "email": "jess@jessjcurtis.com", + }, + { + "row_num": 16474, + "name": "Don Kincaid", + "userid": 3348270, + "email": "insightforwellness@gmail.com", + }, + { + "row_num": 16509, + "name": "Bonnie Rose Bury-Blattman", + "userid": 2494829, + "email": "compassiontheanswer@gmail.com", + }, + { + "row_num": 16517, + "name": "Maritza Delgado", + "userid": 3343534, + "email": "mtzjdelgado@gmail.com", + }, + { + "row_num": 16536, + "name": "Donald Hardy", + "userid": 3377101, + "email": "bohardy1@gmail.com", + }, + { + "row_num": 16551, + "name": "Peggy Hemmer", + "userid": 3377288, + "email": "pash723@gmail.com", + }, + { + "row_num": 16557, + "name": "Ellen Kupchick", + "userid": 3374306, + "email": "ejkupchick@gmail.com", + }, + { + "row_num": 16565, + "name": "Marcelo Gonzalez", + "userid": 3382136, + "email": "marcelo.gonzalez.a@outlook.com", + }, + { + "row_num": 16571, + "name": "Robert Naugle", + "userid": 3364186, + "email": "nauglerobert@hotmail.com", + }, + { + "row_num": 16580, + "name": "Victoria North", + "userid": 3362934, + "email": "rnvictoria8932@gmail.com", + }, + { + "row_num": 16588, + "name": "Karen Nelson", + "userid": 3377258, + "email": "lohkaren@yahoo.com", + }, + { + "row_num": 16611, + "name": "Lovette Okoh", + "userid": 1870767, + "email": "nebelovette@gmail.com", + }, + { + "row_num": 16631, + "name": "Shonda Sessoms", + "userid": 3369442, + "email": "sessoms329@yahoo.com", + }, + { + "row_num": 16647, + "name": "Sheena Gradzewicz", + "userid": 3350291, + "email": "srinaldi913@gmail.com", + }, + { + "row_num": 16656, + "name": "Lisa Dukat", + "userid": 1498685, + "email": "lisamich99@hotmail.com", + }, + { + "row_num": 16677, + "name": "Melissa Hunt", + "userid": 3356541, + "email": "mhunt030318@gmail.com", + }, + { + "row_num": 16685, + "name": "Kristy Justice", + "userid": 3337380, + "email": "kristy.justice@gmail.com", + }, + { + "row_num": 16695, + "name": "Giuseppe Sottile", + "userid": 3365200, + "email": "gsott93@gmail.com", + }, + { + "row_num": 16701, + "name": "Tiffany Stokes-Dinkins", + "userid": 3373387, + "email": "tlsdinkins1981@live.com", + }, + { + "row_num": 16720, + "name": "Merilen Bikers", + "userid": 3213849, + "email": "merilenbikers@gmail.com", + }, + { + "row_num": 16725, + "name": "Rebecca Morris", + "userid": 3375630, + "email": "inspiredlightcounseling@gmail.com", + }, + { + "row_num": 16745, + "name": "Krystlynn Grundtner", + "userid": 3386064, + "email": "krystlynncumiskey@gmail.com", + }, + { + "row_num": 16761, + "name": "Esther Castro", + "userid": 3380590, + "email": "egc2076@yahoo.com", + }, + { + "row_num": 16773, + "name": "Robin Faiola", + "userid": 2355963, + "email": "rf18br@my.fsu.edu", + }, + { + "row_num": 16796, + "name": "Kelsi Camak", + "userid": 3368481, + "email": "kluharper@gmail.com", + }, + { + "row_num": 16803, + "name": "TreDella Hall", + "userid": 3370153, + "email": "tredellahall@enhancedpathllc.com", + }, + { + "row_num": 16810, + "name": "Melody Chappel", + "userid": 3367754, + "email": "my_melody25@yahoo.com", + }, + { + "row_num": 16819, + "name": "Hailey Sliva", + "userid": 3378341, + "email": "hailey@haileyslivacounseling.com", + }, + { + "row_num": 16832, + "name": "Daine Barlow", + "userid": 3377546, + "email": "barlowdaine27@gmail.com", + }, + { + "row_num": 16838, + "name": "Bethany Oxford-Porter", + "userid": 2525342, + "email": "boxford314@gmail.com", + }, + { + "row_num": 16847, + "name": "Casey Romine", + "userid": 3378363, + "email": "loperc2@eou.edu", + }, + { + "row_num": 16853, + "name": "Rita Finta", + "userid": 3377680, + "email": "fintari@hotmail.com", + }, + { + "row_num": 16875, + "name": "Manon Paquet-Satrape", + "userid": 3379841, + "email": "mmpaquet@aol.com", + }, + { + "row_num": 16881, + "name": "Priscille Duvalsaint", + "userid": 3381198, + "email": "priscillenoelli@gmail.com", + }, + { + "row_num": 16889, + "name": "Mary Ann Lahley", + "userid": 3288815, + "email": "mlahley@gmail.com", + }, + { + "row_num": 16903, + "name": "Huda Shaikh", + "userid": 3355095, + "email": "hs.shaikh@gmail.com", + }, + { + "row_num": 16910, + "name": "Kristen Rumley", + "userid": 3375031, + "email": "kris10forpresident@gmail.com", + }, + { + "row_num": 16917, + "name": "Anna McCabe", + "userid": 3354583, + "email": "bongiorno.anna@gmail.com", + }, + { + "row_num": 16936, + "name": "Patricia Taglialavore", + "userid": 3376412, + "email": "patriciatag5@yahoo.com", + }, + { + "row_num": 16949, + "name": "DEBORA MONSERRAT", + "userid": 2459143, + "email": "deb.monserratcrnp.gmail.com", + }, + { + "row_num": 16956, + "name": "Kimberley Paul", + "userid": 3372926, + "email": "kpaullcsw@gmail.com", + }, + { + "row_num": 16970, + "name": "Dr. Lynn Williams", + "userid": 2616910, + "email": "drlynnwilliams50@yahoo.com", + }, + { + "row_num": 16993, + "name": "Meagan Lindsay", + "userid": 3376154, + "email": "meghlindsay@gmail.com", + }, + { + "row_num": 17001, + "name": "Emily Woods", + "userid": 3363288, + "email": "emilylovern@gmail.com", + }, + { + "row_num": 17033, + "name": "Brett Smith", + "userid": 3378350, + "email": "dulcineaws32@gmail.com", + }, + { + "row_num": 17044, + "name": "Jerrie Smith Muehr", + "userid": 3364970, + "email": "jmsmith4062@gmail.com", + }, + { + "row_num": 17045, + "name": "Luke Tervola", + "userid": 3365015, + "email": "ltervola@gmail.com", + }, + { + "row_num": 17055, + "name": "Mervin Cleveland", + "userid": 3371478, + "email": "mccounseling17@yahoo.com", + }, + { + "row_num": 17070, + "name": "Linda Rausch", + "userid": 3373115, + "email": "lindarausch@gmail.com", + }, + { + "row_num": 17078, + "name": "Te'Ha Demps", + "userid": 3368039, + "email": "bearpllc@gmail.com", + }, + { + "row_num": 17095, + "name": "Angela Thomas", + "userid": 3381220, + "email": "adent0573@gmail.com", + }, + { + "row_num": 17113, + "name": "Lindsey Barlow", + "userid": 3374622, + "email": "lindseybarlow17@gmail.com", + }, + { + "row_num": 17126, + "name": "Danielle Bouvier", + "userid": 3368033, + "email": "lakecitycounselor@gmail.com", + }, + { + "row_num": 17132, + "name": "Felicia Goins", + "userid": 3374490, + "email": "fgoins@hotmail.com", + }, + { + "row_num": 17138, + "name": "Michelle Trupiano", + "userid": 3374849, + "email": "michelle.krason@gmail.com", + }, + { + "row_num": 17145, + "name": "Adam Abraham", + "userid": 3371498, + "email": "abrahamadam16@gmail.com", + }, + { + "row_num": 17153, + "name": "Caitlin Deitz", + "userid": 3358434, + "email": "cdeitzmentalhealth@gmail.com", + }, + { + "row_num": 17169, + "name": "Robert Portley", + "userid": 1586351, + "email": "robert.portley@gmail.com", + }, + { + "row_num": 17187, + "name": "Rachel Manning", + "userid": 3373175, + "email": "rmanning1018@yahoo.com", + }, + { + "row_num": 17194, + "name": "Felecia Arthur", + "userid": 3378471, + "email": "feleciaarthur@yahoo.com", + }, + { + "row_num": 17218, + "name": "James Skinner", + "userid": 3010710, + "email": "skinnerjames@sbcglobal.net", + }, + { + "row_num": 17228, + "name": "Patrick allen cortado", + "userid": 2939029, + "email": "allencortado@gmail.com", + }, + { + "row_num": 17234, + "name": "Brandy Brown", + "userid": 2303370, + "email": "drbrandyfnpc@gmail.com", + }, + { + "row_num": 17241, + "name": "Katrina Mitchell", + "userid": 3356419, + "email": "katrinalynnelmhc@gmail.com", + }, + { + "row_num": 17250, + "name": "Moreen Jordan", + "userid": 3353639, + "email": "moreenthetherapist@gmail.com", + }, + { + "row_num": 17281, + "name": "Brian Wilcox", + "userid": 3336603, + "email": "brianwilcox1013@yahoo.com", + }, + { + "row_num": 17288, + "name": "Kimberlie Glasco", + "userid": 3358901, + "email": "kimglasco@yahoo.com", + }, + { + "row_num": 17301, + "name": "michael phoenix", + "userid": 3346736, + "email": "drfrandsen77@gmail.com", + }, + { + "row_num": 17309, + "name": "Jessica Hunt", + "userid": 3360259, + "email": "jessica.pb.hunt@gmail.com", + }, + { + "row_num": 17361, + "name": "Susan Benson DNP", + "userid": 1952224, + "email": "sbensondnp@icloud.com", + }, + { + "row_num": 17369, + "name": "Tomeka Bennett Jackson", + "userid": 3361729, + "email": "tomekalpc@gmail.com", + }, + { + "row_num": 17380, + "name": "Danell Black", + "userid": 3366230, + "email": "danellblackcounselor@gmail.com", + }, + { + "row_num": 17395, + "name": "Joyce Chen", + "userid": 2274997, + "email": "joycechennp@gmail.com", + }, + { + "row_num": 17410, + "name": "Samantha Amses", + "userid": 3358225, + "email": "samanthaamses@gmail.com", + }, + { + "row_num": 17419, + "name": "David Teachout", + "userid": 3341258, + "email": "dfteachout@gmail.com", + }, + { + "row_num": 17426, + "name": "epie ajebe", + "userid": 2391270, + "email": "lawfordpapi@yahoo.com", + }, + { + "row_num": 17442, + "name": "Titus Mayberry", + "userid": 3365433, + "email": "titusmayberry@yahoo.com", + }, + { + "row_num": 17456, + "name": "Lisa Roark", + "userid": 3363638, + "email": "lisaroarktx@gmail.com", + }, + { + "row_num": 17472, + "name": "Trenia L Allen", + "userid": 3363437, + "email": "treniaallen@gmail.com", + }, + { + "row_num": 17484, + "name": "Debora Monserrat", + "userid": 2459143, + "email": "deb.monserratcrnp@gmail.com", + }, + { + "row_num": 17490, + "name": "Monica Leverette", + "userid": 1635841, + "email": "mleverette2000@yahoo.com", + }, + { + "row_num": 17499, + "name": "Joseph Campbell", + "userid": 3363321, + "email": "jcamp91sw@gmail.com", + }, + { + "row_num": 17509, + "name": "Nicole Brynes", + "userid": 2222517, + "email": "nbrynes@gmail.com", + }, + { + "row_num": 17515, + "name": "Rhonda Eickholt", + "userid": 1926704, + "email": "strive4excellence1@hotmail.com", + }, + { + "row_num": 17521, + "name": "Yolanda Cockerham", + "userid": 3026749, + "email": "ycockr@yahoo.com", + }, + { + "row_num": 17529, + "name": "Venita Ninemire", + "userid": 3072291, + "email": "mvninemire@hotmail.com", + }, + { + "row_num": 17535, + "name": "Sandra Shuya", + "userid": 2036168, + "email": "sandra@shuyamhservices.com", + }, + { + "row_num": 17541, + "name": "Lisa Parks", + "userid": 3363316, + "email": "lisaparkstherapy@gmail.com", + }, + { + "row_num": 17547, + "name": "yanyan hollingsworth", + "userid": 2156851, + "email": "yanyanhollingsworth@gmail.com", + }, + { + "row_num": 17554, + "name": "Folashade Jayeoba", + "userid": 2566852, + "email": "nadiq2000@yahoo.com", + }, + { + "row_num": 17561, + "name": "Jamesina Johns", + "userid": 2258198, + "email": "jamesina321@hotmail.com", + }, + { + "row_num": 17571, + "name": "Carmen Hill-Mekoba", + "userid": 2108870, + "email": "carmenmekoba@comcast.net", + }, + { + "row_num": 17578, + "name": "Brianna Szymanski", + "userid": 2420530, + "email": "briannaszy@gmail.com", + }, + { + "row_num": 17590, + "name": "Nneka Njoku", + "userid": 2363733, + "email": "nnekanjokup@yahoo.com", + }, + { + "row_num": 17599, + "name": "Christina STEVENSON", + "userid": 3204292, + "email": "drcstevenson@virtuoustw.com", + }, + { + "row_num": 17611, + "name": "Linda Fonju", + "userid": 2054813, + "email": "goutylee@yahoo.fr", + }, + { + "row_num": 17619, + "name": "Jake Behrens", + "userid": 2118008, + "email": "behrens.jake@gmail.com", + }, + { + "row_num": 17631, + "name": "Brandon Argent", + "userid": 3359086, + "email": "bargent@nwflcounseling.com", + }, + { + "row_num": 17639, + "name": "Becky Meritt", + "userid": 2371972, + "email": "becky99988@gmail.com", + }, + { + "row_num": 17651, + "name": "LINDA MILLER", + "userid": 2265437, + "email": "llmpsych49@gmail.com", + }, + { + "row_num": 17695, + "name": "Erika fugere", + "userid": 3369381, + "email": "lcsw.erikaf@gmail.com", + }, + { + "row_num": 17703, + "name": "Amanda Lobato", + "userid": 3367345, + "email": "alobato2@live.nmhu.edu", + }, + { + "row_num": 17713, + "name": "Alan Gross", + "userid": 3361565, + "email": "alanlawrencegross@gmail.com", + }, + { + "row_num": 17719, + "name": "Ryan Huling", + "userid": 3369211, + "email": "rjhuling@yahoo.com", + }, + { + "row_num": 17725, + "name": "Itashia cunningham", + "userid": 3010618, + "email": "itashiavassell@gmail.com", + }, + { + "row_num": 17738, + "name": "Sarah Burton", + "userid": 3364013, + "email": "sroquetherapist@gmail.com", + }, + { + "row_num": 17746, + "name": "Shelise Kahn", + "userid": 3361995, + "email": "shelise.kahn@gmail.com", + }, + { + "row_num": 17763, + "name": "Lisa M. Johnson", + "userid": 3340263, + "email": "ashleynashley118@gmail.com", + }, + { + "row_num": 17769, + "name": "Heather McCue", + "userid": 3162231, + "email": "hmccue16@gmail.com", + }, + { + "row_num": 17802, + "name": "Robert Basque", + "userid": 3366369, + "email": "hello@starfishmentalhealth.com", + }, + { + "row_num": 17813, + "name": "thanh nguyen", + "userid": 2593587, + "email": "tnguyen2007@gmail.com", + }, + { + "row_num": 17835, + "name": "Nichole Burritt", + "userid": 3359208, + "email": "burritt102@hotmail.com", + }, + { + "row_num": 17842, + "name": "Erica Marchetti", + "userid": 3214397, + "email": "erica.marchetti4780@gmail.com", + }, + { + "row_num": 17848, + "name": "Angela Orta", + "userid": 3362865, + "email": "slapjack1978@gmail.com", + }, + { + "row_num": 17854, + "name": "Brittany Carter", + "userid": 3363499, + "email": "brittanynewton2004@hotmail.com", + }, + { + "row_num": 17868, + "name": "Milagros Garcia", + "userid": 3341187, + "email": "mgarcia@socialworker.net", + }, + { + "row_num": 17875, + "name": "Juyeon Shin", + "userid": 1555699, + "email": "juyeonshin2020@gmail.com", + }, + { + "row_num": 17890, + "name": "Erin Haytaian", + "userid": 2575144, + "email": "ehaytaian@gmail.com", + }, + { + "row_num": 17897, + "name": "Dina Mattingly", + "userid": 3373418, + "email": "dina.mattingly01@frontier.edu", + }, + { + "row_num": 17903, + "name": "Andrea Grimshaw ", + "userid": 3097649, + "email": "agrimsha1965@gmail.com", + }, + { + "row_num": 17909, + "name": "Jennifer Foresman", + "userid": 1398444, + "email": "jemmy630@msn.com", + }, + { + "row_num": 17917, + "name": "Linda DuBay", + "userid": 3364962, + "email": "dubayli@yahoo.com", + }, + { + "row_num": 17923, + "name": "THEODORA AGBASI", + "userid": 2117480, + "email": "tagbasi@yahoo.com", + }, + { + "row_num": 17929, + "name": "Uhunoma Osadolor", + "userid": 2797368, + "email": "uosadolor431@gmail.com", + }, + { + "row_num": 17948, + "name": "Mary Montero", + "userid": 3350074, + "email": "marydarlingmontero@gmail.com", + }, + { + "row_num": 17969, + "name": "Cheryl Polyudhapoom", + "userid": 3363877, + "email": "cpolyudhapoom@gmail.com", + }, + { + "row_num": 17979, + "name": "Melinda Murphy", + "userid": 3360497, + "email": "melindaortiz25@gmail.com", + }, + { + "row_num": 17987, + "name": "Carol Battle-Ferguson", + "userid": 3361891, + "email": "parkerrubencounseling@gmail.com", + }, + { + "row_num": 17993, + "name": "Erin Easley", + "userid": 3355171, + "email": "easleye2010@gmail.com", + }, + { + "row_num": 18004, + "name": "Regina Rye", + "userid": 3342360, + "email": "cbcallc@gmail.com", + }, + { + "row_num": 18010, + "name": "Sheri Fay", + "userid": 3364907, + "email": "sheriannfay@yahoo.com", + }, + { + "row_num": 18021, + "name": "Jamie Daugherty", + "userid": 3163153, + "email": "jamiedaugherty902@yahoo.com", + }, + { + "row_num": 18029, + "name": "DeShona Charles", + "userid": 3185279, + "email": "d.charles@affirmwellness.com", + }, + { + "row_num": 18037, + "name": "Joseph Clark", + "userid": 3355933, + "email": "jclarkmft@gmail.com", + }, + { + "row_num": 18052, + "name": "Melissa McWeeny", + "userid": 3364810, + "email": "mcweenymelissa@gmail.com", + }, + { + "row_num": 18058, + "name": "Andrew Kendrick", + "userid": 3369361, + "email": "akendricklpc@gmail.com", + }, + { + "row_num": 18066, + "name": "Belisa Kershaw", + "userid": 3359279, + "email": "kershawtherapy@gmail.com", + }, + { + "row_num": 18075, + "name": "Devora Segall", + "userid": 3355171, + "email": "devoradlcsw@gmail.com", + }, + { + "row_num": 18089, + "name": "Frederick Rotgers", + "userid": 3363319, + "email": "psydoc1948@gmail.com", + }, + { + "row_num": 18119, + "name": "vicki picarello", + "userid": 3363221, + "email": "vickiglm@aol.com", + }, + { + "row_num": 18171, + "name": "Christopher Freeman", + "userid": 3349120, + "email": "christopher.freeman9@icloud.com", + }, + { + "row_num": 18186, + "name": "Donald Mulkerne", + "userid": 2582070, + "email": "dmulkerne@yahoo.com", + }, + { + "row_num": 18190, + "name": "Brandalyn Kemp", + "userid": 3369286, + "email": "bkemp@clcounselingservices.com", + }, + { + "row_num": 18206, + "name": "STEPHANIE CHENOWETH", + "userid": 3366740, + "email": "schenoweth15@yahoo.com", + }, + { + "row_num": 18220, + "name": "Yolanda Knox", + "userid": 3297758, + "email": "yawniemknox@gmail.com", + }, + { + "row_num": 18224, + "name": "Martha Mauppin", + "userid": 3286835, + "email": "martymauppin@icloud.com", + }, + { + "row_num": 18227, + "name": "Jacqueline O'Duor", + "userid": 3353259, + "email": "jacquelineoduor@gmail.com", + }, + { + "row_num": 18232, + "name": "Garrett Gomes", + "userid": 3351018, + "email": "garrett.g.gomes@outlook.com", + }, + { + "row_num": 18240, + "name": "Christina Cartagena", + "userid": 3365558, + "email": "christina22869@hotmail.com", + }, + { + "row_num": 18242, + "name": "Chelsie Smith", + "userid": 3375672, + "email": "chelsie.smith@und.edu", + }, + { + "row_num": 18249, + "name": "Keith Pryor", + "userid": 3374688, + "email": "keithpryor58@gmail.com", + }, + { + "row_num": 18264, + "name": "Tannielle Mendoza", + "userid": 3360414, + "email": "tanniellequigley.tq@gmail.com", + }, + { + "row_num": 18265, + "name": "LaShunda D Morris", + "userid": 3296811, + "email": "shundaldm@aol.com", + }, + { + "row_num": 18270, + "name": "Brittany Barnes", + "userid": 3369120, + "email": "barnesb0207@yahoo.com", + }, + { + "row_num": 18282, + "name": "Kerste DeCoteau", + "userid": 3374287, + "email": "kerstedecoteau@yahoo.com", + }, + { + "row_num": 18289, + "name": "Irlande Stavien", + "userid": 3373444, + "email": "stavienirlande2@gmail.com", + }, + { + "row_num": 18306, + "name": "Quanesha Phillips", + "userid": 3373260, + "email": "qgriffin303@gmail.com", + }, + { + "row_num": 18307, + "name": "Kirra Williams", + "userid": 3373715, + "email": "kirrawilliams12@gmail.com", + }, + { + "row_num": 18311, + "name": "Brittney Blanchard", + "userid": 3372810, + "email": "brittneyblanchard98@gmail.com", + }, + { + "row_num": 18318, + "name": "Kirsten Keach", + "userid": 3349074, + "email": "kirstenmaykeach@gmail.com", + }, + { + "row_num": 18343, + "name": "Arial Harper", + "userid": 3370578, + "email": "childofpurpose@hotmail.com", + }, + { + "row_num": 18349, + "name": "Steven Berman", + "userid": 3373144, + "email": "steven.berman@att.net", + }, + { + "row_num": 18353, + "name": "Sharon Carroll", + "userid": 3183840, + "email": "sharon.carrollca@gmail.com", + }, + { + "row_num": 18368, + "name": "edouard niedenthal duret", + "userid": 3355182, + "email": "eeduret@gmail.com", + }, + { + "row_num": 18390, + "name": "Colette A. Thomas-Lamothe", + "userid": 3368517, + "email": "dance.333.cl@gmail.com", + }, + { + "row_num": 18391, + "name": "Patrick McGrath", + "userid": 3369983, + "email": "mwwwp123@gmail.com", + }, + { + "row_num": 18393, + "name": "Bradley Buikema", + "userid": 3352080, + "email": "bradleyb.lmft@gmail.com", + }, + { + "row_num": 18397, + "name": "Rachel Navarro", + "userid": 3349512, + "email": "rdelgado523@gmail.com", + }, + { + "row_num": 18399, + "name": "Sara Nielsen", + "userid": 3357326, + "email": "holistichealthbysara@gmail.com", + }, + { + "row_num": 18404, + "name": "Adam Shemony", + "userid": 3351842, + "email": "ashemony@gmail.com", + }, + { + "row_num": 18412, + "name": "Jennifer Farley", + "userid": 3342098, + "email": "farleyj92@gmail.com", + }, + { + "row_num": 18413, + "name": "Joshua Johnson", + "userid": 3359820, + "email": "josht.johnson21@gmail.com", + }, + { + "row_num": 18422, + "name": "Khaliliah Smith", + "userid": 3338921, + "email": "khaliliah.smith90@gmail.com", + }, + { + "row_num": 18423, + "name": "Ashlei Thomas", + "userid": 3353737, + "email": "ashleithomas.lcsw@gmail.com", + }, + { + "row_num": 18429, + "name": "Kevin Kohnke", + "userid": 3353113, + "email": "konekeyllc@gmail.com", + }, + { + "row_num": 18432, + "name": "Jacqueline Kaba", + "userid": 3353354, + "email": "realizingyourpotential123@gmail.com", + }, + { + "row_num": 18436, + "name": "David Weidner", + "userid": 3255278, + "email": "david.weidner@yahoo.com", + }, + { + "row_num": 18440, + "name": "KELLY WILLIAMS", + "userid": 3342618, + "email": "drkellyawilliams@gmail.com", + }, + { + "row_num": 18441, + "name": "Kendra Williams", + "userid": 3350869, + "email": "kendrawilliams81019@gmail.com", + }, + { + "row_num": 18446, + "name": "Ann Grant", + "userid": 3356144, + "email": "agrant1402@gmail.com", + }, + { + "row_num": 18447, + "name": "Stacey Odell", + "userid": 3352847, + "email": "sodelllcsw@gmail.com", + }, + { + "row_num": 18454, + "name": "Mary Kirkpatrick", + "userid": 3353751, + "email": "mkirkpatrick@mindplay-va.org", + }, + { + "row_num": 18455, + "name": "Yovanna Martinez", + "userid": 3353076, + "email": "yovannamartinezlmhc@gmail.com", + }, + { + "row_num": 18456, + "name": "Taneshia Carey", + "userid": 3355284, + "email": "anewyou@holisticcounselingstl.com", + }, + { + "row_num": 18458, + "name": "Hannah Trible", + "userid": 3351595, + "email": "htrible@gmail.com", + }, + { + "row_num": 18462, + "name": "Terri Hunter", + "userid": 3300991, + "email": "terrihunter1122@outlook.com", + }, + { + "row_num": 18463, + "name": "Isaac Huddleston", + "userid": 3349554, + "email": "mentalt314@gmail.com", + }, + { + "row_num": 18468, + "name": "ANDREA LANE", + "userid": 3284317, + "email": "andrea.lane58@gmail.com", + }, + { + "row_num": 18480, + "name": "Megan Crowningshield", + "userid": 3351080, + "email": "mc.whjconsulting@hotmail.com", + }, + { + "row_num": 18492, + "name": "Shameka Walker", + "userid": 3351318, + "email": "shamekawalker@metamorphosiscounseling.me", + }, + { + "row_num": 18497, + "name": "Lauren Contey", + "userid": 3364684, + "email": "lcontey08@gmail.com", + }, + { + "row_num": 18504, + "name": "Sarah Rinaldo", + "userid": 3259768, + "email": "therapy@sarahrinaldo.com", + }, + { + "row_num": 18507, + "name": "Jill Arland", + "userid": 3344618, + "email": "arlandjm@outlook.com", + }, + { + "row_num": 18509, + "name": "Aaron Hunt", + "userid": 3258529, + "email": "aaron@healing-roots-counseling.com", + }, + { + "row_num": 18522, + "name": "Julie Mouton", + "userid": 3351321, + "email": "jmariemouton@yahoo.com", + }, + { + "row_num": 18531, + "name": "Mary Schuler DeWitt", + "userid": 3279964, + "email": "dewitt425@gmail.com", + }, + { + "row_num": 18535, + "name": "Crystal Richey", + "userid": 3341376, + "email": "richeycrystal@ymail.com", + }, + { + "row_num": 18541, + "name": "Maria Lagattuta", + "userid": 3351284, + "email": "mlagattuta10@gmail.com", + }, + { + "row_num": 18548, + "name": "Manda Cook", + "userid": 3346069, + "email": "mandacooklpc@gmail.com", + }, + { + "row_num": 18556, + "name": "Gina Young", + "userid": 3351804, + "email": "ginamyoung@yahoo.com", + }, + { + "row_num": 18557, + "name": "Dala Hemeyer", + "userid": 3345728, + "email": "dalahemeyer@gmail.com", + }, + { + "row_num": 18563, + "name": "Tony Harley", + "userid": 3338701, + "email": "tshy77fsu@yahoo.com", + }, + { + "row_num": 18564, + "name": "Holly Waddell", + "userid": 3346360, + "email": "hollywaddell@choicescounselingcenter.net", + }, + { + "row_num": 18565, + "name": "Marjorie Gentry", + "userid": 3335640, + "email": "alliedcounsel@outlook.com", + }, + { + "row_num": 18566, + "name": "Ashley Crane-Bassett", + "userid": 3352277, + "email": "ashley_11ny@yahoo.com", + }, + { + "row_num": 18568, + "name": "Samantha Hughes", + "userid": 2364036, + "email": "samanthamariehughes@yahoo.com", + }, + { + "row_num": 18570, + "name": "Suchana Shrestha", + "userid": 3336134, + "email": "shresthasuchanas@gmail.com", + }, + { + "row_num": 18573, + "name": "Maryah Vigil", + "userid": 3325664, + "email": "maryah-vigil@hummingbirdhealingllc.com", + }, + { + "row_num": 18583, + "name": "Melanie Assid", + "userid": 3316474, + "email": "melanieassid@gmail.com", + }, + { + "row_num": 18586, + "name": "Genevieve Introcaso", + "userid": 3352557, + "email": "genevieve.introcaso@gmail.com", + }, + { + "row_num": 18587, + "name": "Rosa Reid, LCSW", + "userid": 3349104, + "email": "missrosa29@gmail.com", + }, + { + "row_num": 18590, + "name": "Thomas Chronister", + "userid": 3351984, + "email": "tcmc2013@yahoo.com", + }, + { + "row_num": 18591, + "name": "Brittany O’Bryant", + "userid": 3306067, + "email": "brittanylobryant@gmail.com", + }, + { + "row_num": 18592, + "name": "Antoinette Woods", + "userid": 3345387, + "email": "nettelee40@gmail.com", + }, + { + "row_num": 18602, + "name": "Dana Hiatt, LMHC", + "userid": 3360493, + "email": "danaahiatt@gmail.com", + }, + { + "row_num": 18604, + "name": "Isaac Esquivel", + "userid": 3346784, + "email": "i.esquivel2015@gmail.com", + }, + { + "row_num": 18614, + "name": "Connie Tomlin", + "userid": 3335372, + "email": "tconnie@vt.edu", + }, + { + "row_num": 18616, + "name": "Megan J. Zissler", + "userid": 3359988, + "email": "meganzissler@gmail.com", + }, + { + "row_num": 18622, + "name": "Hillary Presper", + "userid": 3359884, + "email": "hpresperlcsw@gmail.com", + }, + { + "row_num": 18623, + "name": "Karie Talkington", + "userid": 3351418, + "email": "ktalkington@mail.snu.edu", + }, + { + "row_num": 18626, + "name": "Diana Cust", + "userid": 3325662, + "email": "dcust17@gmail.com", + }, + { + "row_num": 18632, + "name": "Harmon Hanson", + "userid": 3333925, + "email": "harmon1013@gmail.com", + }, + { + "row_num": 18636, + "name": "Erika Hubbard", + "userid": 3341848, + "email": "erikahubbardtherapy@gmail.com", + }, + { + "row_num": 18637, + "name": "Eva Washington", + "userid": 3217942, + "email": "evalws@yahoo.com", + }, + { + "row_num": 18641, + "name": "Deidre Joyner", + "userid": 3327654, + "email": "deidrejoynerlpc@gmail.com", + }, + { + "row_num": 18646, + "name": "Raymond Moran", + "userid": 3321669, + "email": "raymoran@peakperformcc.com", + }, + { + "row_num": 18647, + "name": "Jocelyn Schiffhouer", + "userid": 3350944, + "email": "schiffhouercounseling@gmail.com", + }, + { + "row_num": 18649, + "name": "Winter Gonzalez", + "userid": 3358757, + "email": "wkaterinag@gmail.com", + }, + { + "row_num": 18652, + "name": "Karla Peterson", + "userid": 3340097, + "email": "karlaschlumbrecht@yahoo.com", + }, + { + "row_num": 18658, + "name": "Nikkie Dunnigan", + "userid": 3243590, + "email": "inikkie@hotmail.com", + }, + { + "row_num": 18660, + "name": "Christina Plenge", + "userid": 3341402, + "email": "mcplenge@gmail.com", + }, + { + "row_num": 18662, + "name": "Thomas Kurtz", + "userid": 3357718, + "email": "poppa.kurtz293@gmail.com", + }, + { + "row_num": 18664, + "name": "Julia St. John", + "userid": 3318183, + "email": "julia.stjo@gmail.com", + }, + { + "row_num": 18666, + "name": "Elizabeth Grady", + "userid": 3333230, + "email": "gradyelizabeth@hotmail.com", + }, + { + "row_num": 18668, + "name": "Giovanni Demezier", + "userid": 3357349, + "email": "gdemezier@gmail.com", + }, + { + "row_num": 18669, + "name": "ann russoli", + "userid": 3260131, + "email": "abr790@aol.com", + }, + { + "row_num": 18670, + "name": "Ruquiyah Foye", + "userid": 3347313, + "email": "ruquiyahf@gmail.com", + }, + { + "row_num": 18672, + "name": "Kenna Howell", + "userid": 3343343, + "email": "kennahowell@hotmail.com", + }, + { + "row_num": 18674, + "name": "Lori-Ann Gato", + "userid": 3345390, + "email": "lorigatolcsw@gmail.com", + }, + { + "row_num": 18677, + "name": "Kimberly M Guthrie", + "userid": 3338289, + "email": "guthriekim20@yahoo.com", + }, + { + "row_num": 18680, + "name": "Amanda Rusco", + "userid": 3322314, + "email": "amanda.borges.lpc@gmail.com", + }, + { + "row_num": 18684, + "name": "Stacie Copsey", + "userid": 3346601, + "email": "staciecopsey@gmail.com", + }, + { + "row_num": 18687, + "name": "Madison Euse", + "userid": 3346281, + "email": "madison.euse@outlook.com", + }, + { + "row_num": 18692, + "name": "Suzanne Landsverk", + "userid": 3334439, + "email": "suzanne.landsverk@gmail.com", + }, + { + "row_num": 18693, + "name": "Nicholas Beard", + "userid": 3337017, + "email": "nicholas@bridgewaterbehavioral.com", + }, + { + "row_num": 18694, + "name": "Matthew Zupko", + "userid": 3350638, + "email": "mzupko.lpc@gmail.com", + }, + { + "row_num": 18697, + "name": "Javen Taaffe", + "userid": 3337028, + "email": "javenjamin@gmail.com", + }, + { + "row_num": 18698, + "name": "kristen Hagin", + "userid": 3340789, + "email": "kristenhagin.lmhc@gmail.com", + }, + { + "row_num": 18699, + "name": "Gabrielle Barrington", + "userid": 3343027, + "email": "gabarrington@gmail.com", + }, + { + "row_num": 18701, + "name": "Tyler Reynolds", + "userid": 3343162, + "email": "reynolds.tyler96@gmail.com", + }, + { + "row_num": 18704, + "name": "Jonathan Pintaluga", + "userid": 3344267, + "email": "jonathanpintaluga@gmail.com", + }, + { + "row_num": 18709, + "name": "Acacia Quaintance", + "userid": 3304676, + "email": "acacia@freespiritcounselingllc.com", + }, + { + "row_num": 18710, + "name": "TahLeekah Partee", + "userid": 3327549, + "email": "info@heal2motivate.com", + }, + { + "row_num": 18731, + "name": "David Gamble", + "userid": 3354384, + "email": "mathew_gamble@yahoo.com", + }, + { + "row_num": 18736, + "name": "Samantha Willis", + "userid": 3354354, + "email": "mcgaughy.samantha@gmail.com", + }, + { + "row_num": 18744, + "name": "Alexia Mader", + "userid": 3331298, + "email": "amader850@gmail.com", + }, + { + "row_num": 18749, + "name": "William Walker", + "userid": 3334457, + "email": "willsmd@msn.com", + }, + { + "row_num": 18757, + "name": "Hunter Sawyer", + "userid": 3339782, + "email": "hunter.sawyer@anchorandbellcounseling.com", + }, + { + "row_num": 18761, + "name": "Debra Mcguffee", + "userid": 3328592, + "email": "debramcguffee@yahoo.com", + }, + { + "row_num": 18763, + "name": "Shicara Irvin", + "userid": 3262251, + "email": "sbirvin8@gmail.com", + }, + { + "row_num": 18766, + "name": "Stephen Harris", + "userid": 3353037, + "email": "harris0200@gmail.com", + }, + { + "row_num": 18769, + "name": "Ryanne Lindberg", + "userid": 3352944, + "email": "ryanne.lindberg@gmail.com", + }, + { + "row_num": 18771, + "name": "Maizee Devlin", + "userid": 3344430, + "email": "maizdevlin@gmail.com", + }, + { + "row_num": 18776, + "name": "Elizabeth Myers", + "userid": 3335289, + "email": "ellemyers18@gmail.com", + }, + { + "row_num": 18777, + "name": "Richard Evans", + "userid": 3353880, + "email": "rich@greenleafcc.com", + }, + { + "row_num": 18778, + "name": "Karen Williams", + "userid": 3340221, + "email": "williamskarensutherland@gmail.com", + }, + { + "row_num": 18779, + "name": "Jocelyn Farrar", + "userid": 3337737, + "email": "jocelynfarrar@yourlifepathcenter.com", + }, + { + "row_num": 18786, + "name": "Betsy Narveson", + "userid": 3331620, + "email": "bpumpkinw@aol.com", + }, + { + "row_num": 18789, + "name": "Lisa Bicket", + "userid": 3343293, + "email": "lisabicket@yahoo.com", + }, + { + "row_num": 18790, + "name": "George Tyger", + "userid": 3336800, + "email": "chaptyger@gmail.com", + }, + { + "row_num": 18791, + "name": "Kosaka Martin", + "userid": 3334513, + "email": "kkosa7@gmail.com", + }, + { + "row_num": 18793, + "name": "Susan Rosemeier", + "userid": 3335442, + "email": "susan.r.counseling@gmail.com", + }, + { + "row_num": 18794, + "name": "Amy Perschbacher", + "userid": 3338232, + "email": "amy.perschbacher@gmail.com", + }, + { + "row_num": 18804, + "name": "George Brisse", + "userid": 3329264, + "email": "georgebrisse@gmail.com", + }, + { + "row_num": 18805, + "name": "Steve Martinez", + "userid": 3339942, + "email": "smartinez@archsa.org", + }, + { + "row_num": 18809, + "name": "Eufemia Plimpton", + "userid": 3278658, + "email": "erplimpton@gmail.com", + }, + { + "row_num": 18810, + "name": "Jade Mitchell", + "userid": 3340069, + "email": "jade.mitchelltherapy@gmail.com", + }, + { + "row_num": 18825, + "name": "Collis Nelson", + "userid": 3353482, + "email": "collis.cody.nelson@gmail.com", + }, + { + "row_num": 18836, + "name": "Danielle Wilkinson", + "userid": 3350742, + "email": "danielledwilkinson11@gmail.com", + }, + { + "row_num": 18841, + "name": "Laura Shannon", + "userid": 3216894, + "email": "laurashannon64@gmail.com", + }, + { + "row_num": 18842, + "name": "Sandy Baker", + "userid": 3327588, + "email": "sheddyne@gmail.com", + }, + { + "row_num": 18847, + "name": "Shelley Beckley", + "userid": 3287770, + "email": "shelley.e.beckley@gmail.com", + }, + { + "row_num": 18854, + "name": "Theatric Thompson", + "userid": 3129043, + "email": "peopleofvalor08@gmail.com", + }, + { + "row_num": 18856, + "name": "Stacy King", + "userid": 3349739, + "email": "stacytking@hotmail.com", + }, + { + "row_num": 18860, + "name": "Tiffany Begley", + "userid": 3336984, + "email": "tbegley4@gmail.com", + }, + { + "row_num": 18866, + "name": "Amanda Uliasz", + "userid": 3318663, + "email": "amandauliaszmsw@gmail.com", + }, + { + "row_num": 18869, + "name": "Souphaphone Hagan", + "userid": 3337862, + "email": "sandydet25@hotmail.com", + }, + { + "row_num": 18876, + "name": "Kendra Collins", + "userid": 3318095, + "email": "kendra_collins@hotmail.com", + }, + { + "row_num": 18879, + "name": "Rhaysa M Saint-Hilaire", + "userid": 3326934, + "email": "kimmskii@aol.com", + }, + { + "row_num": 18887, + "name": "Francisca Ammerman", + "userid": 3335189, + "email": "fammerman1@gmail.com", + }, + { + "row_num": 18889, + "name": "Madeline Gardiner", + "userid": 3332734, + "email": "vickigardiner91@gmail.com", + }, + { + "row_num": 18891, + "name": "Kaylea Adkins", + "userid": 3346471, + "email": "kayleaa@ymail.com", + }, + { + "row_num": 18894, + "name": "Anita Morrow", + "userid": 3334849, + "email": "morrow3400@aol.com", + }, + { + "row_num": 18900, + "name": "Lonnie Matz", + "userid": 3330786, + "email": "lonniematz@yahoo.com", + }, + { + "row_num": 18926, + "name": "LaShaun Curry", + "userid": 3330665, + "email": "lashauncurrymft@gmail.com", + }, + { + "row_num": 18927, + "name": "Patrice Thomas", + "userid": 3331290, + "email": "phollo5@gmail.com", + }, + { + "row_num": 18936, + "name": "Angela Beckman", + "userid": 517206, + "email": "abeckma16@gmail.com", + }, + { + "row_num": 18942, + "name": "Christopher C. Selcer", + "userid": 3347788, + "email": "chrisselcer@gmail.com", + }, + { + "row_num": 18943, + "name": "Tilisha von Boeselager", + "userid": 3299312, + "email": "vonboeselagercounseling@gmail.com", + }, + { + "row_num": 18945, + "name": "Ashley Wanyonyi", + "userid": 3323245, + "email": "ashley.wanyonyi@gmail.com", + }, + { + "row_num": 18950, + "name": "Trisha Gaudig", + "userid": 3322605, + "email": "drgaudig@goodkarmawellness.llc", + }, + { + "row_num": 18953, + "name": "Janet Sunshine", + "userid": 3283141, + "email": "jasunshine@gmail.com", + }, + { + "row_num": 18954, + "name": "Janita Easter", + "userid": 3325966, + "email": "janitakalaya88@gmail.com", + }, + { + "row_num": 18956, + "name": "Leah Barrier", + "userid": 3325324, + "email": "leahfelice@gmail.com", + }, + { + "row_num": 18957, + "name": "Sherry Friedman", + "userid": 3330353, + "email": "taproot2020@gmail.com", + }, + { + "row_num": 18958, + "name": "Michael Ryan", + "userid": 3329387, + "email": "michael.ryan1906@gmail.com", + }, + { + "row_num": 18959, + "name": "Cheryl Lockett", + "userid": 3343775, + "email": "drlockett@mindfamilyservices.com", + }, + { + "row_num": 18975, + "name": "Stephanie Burns", + "userid": 3236116, + "email": "sbburns16@gmail.com", + }, + { + "row_num": 18979, + "name": "Yolanda Robinson", + "userid": 3328814, + "email": "yrobinson348@gmail.com", + }, + { + "row_num": 18981, + "name": "Dixie Placek", + "userid": 3331847, + "email": "dixierp9@gmail.com", + }, + { + "row_num": 18982, + "name": "Haley Wiley", + "userid": 3311965, + "email": "haleywileylpc@gmail.com", + }, + { + "row_num": 18983, + "name": "Seth Erickson", + "userid": 3332687, + "email": "serickson@northworkcounseling.com", + }, + { + "row_num": 18988, + "name": "Raymond Scott", + "userid": 3324911, + "email": "spartanfanray@gmail.com", + }, + { + "row_num": 18989, + "name": "Courtney Williams", + "userid": 3321530, + "email": "thehealingspotdmv@gmail.com", + }, + { + "row_num": 18992, + "name": "David Neslen", + "userid": 3330323, + "email": "dneslen@yahoo.com", + }, + { + "row_num": 19005, + "name": "Bernard Scott", + "userid": 3326340, + "email": "dr.bernardscottpsyd@yahoo.com", + }, + { + "row_num": 19012, + "name": "Sharise M Bijou", + "userid": 3317087, + "email": "sbijou@msn.com", + }, + { + "row_num": 19014, + "name": "Nicole Ceusters", + "userid": 3330443, + "email": "nc@gearcounseling.com", + }, + { + "row_num": 19016, + "name": "Rodney Taylor", + "userid": 3331284, + "email": "lcdccounseling@hotmail.com", + }, + { + "row_num": 19018, + "name": "Andrew Penn", + "userid": 3332782, + "email": "pennandrew120@gmail.com", + }, + { + "row_num": 19020, + "name": "Oshetisi Okagbare", + "userid": 3336996, + "email": "tisi.okagbare@gmail.com", + }, + { + "row_num": 19027, + "name": "Brigid Vingan", + "userid": 3338125, + "email": "brigidvingan@gmail.com", + }, + { + "row_num": 19030, + "name": "Sue Swartz", + "userid": 3338344, + "email": "susieaswartz@gmail.com", + }, + { + "row_num": 19036, + "name": "Bradford Marshall Hammond", + "userid": 3272537, + "email": "cornerstonecounselor@gmail.com", + }, + { + "row_num": 19042, + "name": "Chase Sayer", + "userid": 3250835, + "email": "chasesayer@hotmail.com", + }, + { + "row_num": 19055, + "name": "Anthony Leite", + "userid": 3326215, + "email": "anthony.d.leite@gmail.com", + }, + { + "row_num": 19059, + "name": "Thomas Morgan", + "userid": 3320681, + "email": "morgantom@yahoo.com", + }, + { + "row_num": 19061, + "name": "Brittany Hall", + "userid": 3294253, + "email": "brittanyhalllaw@gmail.com", + }, + { + "row_num": 19074, + "name": "Adam Smith", + "userid": 3325382, + "email": "aesmith.ru.psyd@gmail.com", + }, + { + "row_num": 19075, + "name": "Christina Manolatos", + "userid": 3310574, + "email": "c.manolatou@acg.edu", + }, + { + "row_num": 19076, + "name": "Kimberly Donihue", + "userid": 3321256, + "email": "flourish@therapysecure.com", + }, + { + "row_num": 19080, + "name": "Ernest Garrett", + "userid": 3320283, + "email": "ernest.garrett@garrettlcsw.com", + }, + { + "row_num": 19082, + "name": "Tara Keegan", + "userid": 3264017, + "email": "tarakeeganlcsw@outlook.com", + }, + { + "row_num": 19083, + "name": "Jennifer Hensley", + "userid": 3319188, + "email": "happyjennie727@gmail.com", + }, + { + "row_num": 19088, + "name": "Terri Ellzey", + "userid": 3321819, + "email": "terriellzey@sbcglobal.net", + }, + { + "row_num": 19089, + "name": "Michael Jankowski", + "userid": 3277140, + "email": "michaelleejankowski@gmail.com", + }, + { + "row_num": 19102, + "name": "Kidd Colt", + "userid": 3296072, + "email": "kctravel2011@yahoo.com", + }, + { + "row_num": 19108, + "name": "Blake Harding", + "userid": 3336169, + "email": "blake@drharding.org", + }, + { + "row_num": 19110, + "name": "Scarlet Chatman", + "userid": 3177750, + "email": "info@scarletchatman.com", + }, + { + "row_num": 19116, + "name": "Robin Rutan", + "userid": 3300752, + "email": "robinrutan@gmail.com", + }, + { + "row_num": 19119, + "name": "Cynthia Clyburn", + "userid": 3305932, + "email": "tclyburn12@gmail.com", + }, + { + "row_num": 19121, + "name": "Harry Satariano", + "userid": 3295659, + "email": "harrystherapy@gmail.com", + }, + { + "row_num": 19126, + "name": "Amber Johnson", + "userid": 3332794, + "email": "amberljohnson.lcsw@gmail.com", + }, + { + "row_num": 19132, + "name": "Adele Summers", + "userid": 3307708, + "email": "aaustin85@outlook.com", + }, + { + "row_num": 19136, + "name": "Jessica Jacobs", + "userid": 3319262, + "email": "jess2013@me.com", + }, + { + "row_num": 19141, + "name": "Agustin Gracia", + "userid": 3322360, + "email": "agustingracia@gmail.com", + }, + { + "row_num": 19162, + "name": "Jonathan Wallis", + "userid": 3331122, + "email": "jonwallisma@gmail.com", + }, + { + "row_num": 19164, + "name": "Sue Van Wazer", + "userid": 3195703, + "email": "suevanwazer@gmail.com", + }, + { + "row_num": 19166, + "name": "Crystal Willson", + "userid": 3217437, + "email": "crystalmwillson@gmail.com", + }, + { + "row_num": 19169, + "name": "Hope Schaffrick", + "userid": 3149649, + "email": "schaffrick@sbcglobal.net", + }, + { + "row_num": 19178, + "name": "Margaret Bauer", + "userid": 3339228, + "email": "mfeeleybauer@gmail.com", + }, + { + "row_num": 19179, + "name": "Vanessa Faulkner", + "userid": 3279961, + "email": "vanessafaulkner@themindfulcounselor.life", + }, + { + "row_num": 19180, + "name": "Henry Jangira", + "userid": 3211211, + "email": "henrijangirah@yahoo.com", + }, + { + "row_num": 19182, + "name": "Gianina Catron", + "userid": 3310552, + "email": "gianina@level-up-life.org", + }, + { + "row_num": 19184, + "name": "Cynthia Toth", + "userid": 3308121, + "email": "cindytbroker@outlook.com", + }, + { + "row_num": 19188, + "name": "Caitlin Stevens", + "userid": 3312641, + "email": "cetain04@gmail.com", + }, + { + "row_num": 19192, + "name": "Stephanie Smith", + "userid": 3231563, + "email": "stephaniesmithcounseling@gmail.com", + }, + { + "row_num": 19195, + "name": "Anthony Verdino", + "userid": 3311873, + "email": "adverdino@gmail.com", + }, + { + "row_num": 19196, + "name": "JULIO SARANGO", + "userid": 3314506, + "email": "rubju2000@yahoo.com", + }, + { + "row_num": 19201, + "name": "Chelsia Burkes-Brown", + "userid": 2964736, + "email": "chelsiaburkes@gmail.com", + }, + { + "row_num": 19205, + "name": "Noelia Rosado", + "userid": 3318566, + "email": "noeliahealingwounds@gmail.com", + }, + { + "row_num": 19206, + "name": "Mackenzie Pfeiffer", + "userid": 3301391, + "email": "mackenziepfeiffer@gmail.com", + }, + { + "row_num": 19214, + "name": "Wendy Schultz", + "userid": 3318771, + "email": "wschultzlcsw@gmail.com", + }, + { + "row_num": 19215, + "name": "Dr. Dammy Bamisile", + "userid": 3265268, + "email": "dammybamisile@gmail.com", + }, + { + "row_num": 19218, + "name": "Earl Ledford", + "userid": 3316083, + "email": "earl@earlledfordlcsw.com", + }, + { + "row_num": 19220, + "name": "Charity Mckinney", + "userid": 3277132, + "email": "mckinneyc@nsula.edu", + }, + { + "row_num": 19228, + "name": "Jill Berson", + "userid": 3248185, + "email": "jberson@mps-edu.org", + }, + { + "row_num": 19243, + "name": "Kimberly Pretty", + "userid": 3317307, + "email": "kpretty067@gmail.com", + }, + { + "row_num": 19257, + "name": "Uloma Ugbaja", + "userid": 3124358, + "email": "ulomanwaku@yahoo.com", + }, + { + "row_num": 19266, + "name": "Kim Hibbard", + "userid": 3317255, + "email": "irishdelite63@yahoo.com", + }, + { + "row_num": 19267, + "name": "Marie Joassaint", + "userid": 3040654, + "email": "psychselfempowermentllc@gmail.com", + }, + { + "row_num": 19269, + "name": "Ayonna Chappell", + "userid": 3311530, + "email": "monetscs@gmail.com", + }, + { + "row_num": 19271, + "name": "Robert Gerl", + "userid": 3300149, + "email": "rgerl1051@gmail.com", + }, + { + "row_num": 19274, + "name": "Julie Elliott", + "userid": 3313823, + "email": "jcelliott38@hotmail.com", + }, + { + "row_num": 19285, + "name": "Brandon Roth", + "userid": 3290889, + "email": "lv2run1@yahoo.com", + }, + { + "row_num": 19286, + "name": "Juan Mateo", + "userid": 3293481, + "email": "jmateopmhnp@gmail.com", + }, + { + "row_num": 19295, + "name": "Laura Watson", + "userid": 3226161, + "email": "watsonlaurap@gmail.com", + }, + { + "row_num": 19299, + "name": "Tina Hendizadeh", + "userid": 3297638, + "email": "tinaroya@hotmail.com", + }, + { + "row_num": 19312, + "name": "Beatrice Berry", + "userid": 3279965, + "email": "beefaithful1@yahoo.com", + }, + { + "row_num": 19313, + "name": "Willow Arlenea", + "userid": 3307084, + "email": "willow@designsbywillow.com", + }, + { + "row_num": 19316, + "name": "Dora Williams", + "userid": 3310958, + "email": "dorawilliams84@gmail.com", + }, + { + "row_num": 19318, + "name": "Rebecca Luebbe", + "userid": 3313017, + "email": "beccal@txonline.org", + }, + { + "row_num": 19319, + "name": "Daniel Marsh", + "userid": 3284272, + "email": "danny.marsh@live.com", + }, + { + "row_num": 19324, + "name": "Joy McDonald", + "userid": 3299910, + "email": "jaymcdon8@gmail.com", + }, + { + "row_num": 19329, + "name": "Carol Daniel", + "userid": 3288672, + "email": "cd40432@gmail.com", + }, + { + "row_num": 19331, + "name": "Beverly Ward", + "userid": 3296408, + "email": "bwardlpc@aol.com", + }, + { + "row_num": 19332, + "name": "Jill Trice", + "userid": 3308421, + "email": "jillmorgan613@comcast.net", + }, + { + "row_num": 19344, + "name": "JEARILYN SINGLETON", + "userid": 3308080, + "email": "stillwaterstherapeuticservices@gmail.com", + }, + { + "row_num": 19346, + "name": "Shonda Young", + "userid": 3305657, + "email": "shondayoung94@gmail.com", + }, + { + "row_num": 19353, + "name": "Nancy Coffroad", + "userid": 3304830, + "email": "grmpygirl@hotmail.com", + }, + { + "row_num": 19355, + "name": "Ashley Eaddy", + "userid": 3308038, + "email": "aeaddylpc@gmail.com", + }, + { + "row_num": 19357, + "name": "Pennie Hurta", + "userid": 3307433, + "email": "nickles07@yahoo.com", + }, + { + "row_num": 19361, + "name": "Christopher Williams", + "userid": 3283052, + "email": "cwilliams0587@aol.com", + }, + { + "row_num": 19362, + "name": "Jessica Burke", + "userid": 3295952, + "email": "jessicaburke.lpcc@gmail.com", + }, + { + "row_num": 19363, + "name": "Charles Ross", + "userid": 3285744, + "email": "cross@oberlin.edu", + }, + { + "row_num": 19366, + "name": "Karen McGillivray", + "userid": 3297730, + "email": "karenmcg925@gmail.com", + }, + { + "row_num": 19367, + "name": "elevani fletcher", + "userid": 3298328, + "email": "edfletcher@edfclinicalservices.com", + }, + { + "row_num": 19373, + "name": "Tyishia James", + "userid": 3319830, + "email": "deniciajames@gmail.com", + }, + { + "row_num": 19375, + "name": "Ann Adams", + "userid": 3309561, + "email": "aadamslmhc@gmail.com", + }, + { + "row_num": 19376, + "name": "Elizabeth Resce", + "userid": 3290099, + "email": "elizcl8@gmail.com", + }, + { + "row_num": 19377, + "name": "Amanda Gushard-edwards", + "userid": 3300003, + "email": "agushardgrow@gmail.com", + }, + { + "row_num": 19378, + "name": "Raeya Disney", + "userid": 3300126, + "email": "raeyadisney20@gmail.com", + }, + { + "row_num": 19379, + "name": "Priscilla Ballsun", + "userid": 3300128, + "email": "pballsun@aol.com", + }, + { + "row_num": 19380, + "name": "Lacresha Reid White", + "userid": 3303019, + "email": "lacreshawhite@yahoo.com", + }, + { + "row_num": 19382, + "name": "Christina Riley", + "userid": 3283071, + "email": "cemderileylcsw@gmail.com", + }, + { + "row_num": 19384, + "name": "Mandy Lopez Azimy", + "userid": 3306630, + "email": "mandylopez.lcsw@gmail.com", + }, + { + "row_num": 19385, + "name": "Rachel James", + "userid": 3294058, + "email": "raadnj@comcast.net", + }, + { + "row_num": 19393, + "name": "Amanda Beechem", + "userid": 3317883, + "email": "bee.rachele34@gmail.com", + }, + { + "row_num": 19400, + "name": "Susan White", + "userid": 2508522, + "email": "rubyroadllc@gmail.com", + }, + { + "row_num": 19420, + "name": "Nichell Newton", + "userid": 3296961, + "email": "fowler.nichell@gmail.com", + }, + { + "row_num": 19436, + "name": "Jennifer Martinez", + "userid": 2469083, + "email": "jlmartineznp@gmail.com", + }, + { + "row_num": 19440, + "name": "Amanda Whisenhunt", + "userid": 3278114, + "email": "amandawhisenhunt99@gmail.com", + }, + { + "row_num": 19444, + "name": "Dion Metzger", + "userid": 3293465, + "email": "dionmetzger.md@gmail.com", + }, + { + "row_num": 19445, + "name": "Shania Barr", + "userid": 3297118, + "email": "shaniabarrlpc@gmail.com", + }, + { + "row_num": 19460, + "name": "Nytisha Gaston", + "userid": 3310407, + "email": "nytishagaston@gmail.com", + }, + { + "row_num": 19463, + "name": "Selina Perea", + "userid": 3303585, + "email": "selina.perea@outlook.com", + }, + { + "row_num": 19479, + "name": "Barbara Richardson", + "userid": 3293460, + "email": "baschoppee@icloud.com", + }, + { + "row_num": 19488, + "name": "Derek Sloan", + "userid": 3316166, + "email": "derekcounsels@gmail.com", + }, + { + "row_num": 19496, + "name": "Samantha Perkins", + "userid": 3312790, + "email": "sperkinspd5@gmail.com", + }, + { + "row_num": 19509, + "name": "Stephanie Mora", + "userid": 3235432, + "email": "stemora1@gmail.com", + }, + { + "row_num": 19511, + "name": "Katherine Dillon", + "userid": 3247997, + "email": "dillonka317@gmail.com", + }, + { + "row_num": 19514, + "name": "Jodee Lucero", + "userid": 3278118, + "email": "ljodee44@gmail.com", + }, + { + "row_num": 19518, + "name": "Kimberly Tornberg", + "userid": 3293258, + "email": "ktornberglmhc@yahoo.com", + }, + { + "row_num": 19523, + "name": "lindsey duncan", + "userid": 3296244, + "email": "lindseyduncan23@gmail.com", + }, + { + "row_num": 19526, + "name": "Hannah Cobb", + "userid": 3290863, + "email": "hscobb1@gmail.com", + }, + { + "row_num": 19531, + "name": "Amanda Wells", + "userid": 3283428, + "email": "amanda@alongthewillowedpath.com", + }, + { + "row_num": 19548, + "name": "Brittany Devine", + "userid": 3294457, + "email": "brittanydevine@icloud.com", + }, + { + "row_num": 19550, + "name": "Tara Kenyon", + "userid": 3285750, + "email": "tararkenyon@gmail.com", + }, + { + "row_num": 19577, + "name": "Alana Linn", + "userid": 3231896, + "email": "a.nicole.linn@gmail.com", + }, + { + "row_num": 19586, + "name": "Felicia Thomas", + "userid": 3281957, + "email": "dr.felicia.thomas@gmail.com", + }, + { + "row_num": 19592, + "name": "Elizabeth Nymberg", + "userid": 3290979, + "email": "enymberg@gmail.com", + }, + { + "row_num": 19602, + "name": "Codi Hatfield", + "userid": 3268827, + "email": "southernsandscounseling@gmail.com", + }, + { + "row_num": 19608, + "name": "Adejimi Tejuosho Tejuosho", + "userid": 3265637, + "email": "jimiteju08@yahoo.com", + }, + { + "row_num": 19614, + "name": "Brian Johnson", + "userid": 3244240, + "email": "johnsonb553@yahoo.com", + }, + { + "row_num": 19619, + "name": "YETTIA JASMINE", + "userid": 3277330, + "email": "phoenixctsllc@gmail.com", + }, + { + "row_num": 19623, + "name": "Rosemary Muzorewa", + "userid": 3288904, + "email": "rmuzorewa@gmail.com", + }, + { + "row_num": 19634, + "name": "Nathaniel Wagner", + "userid": 3261457, + "email": "natewagner@gmail.com", + }, + { + "row_num": 19638, + "name": "Katherine Velasquez (Stump)", + "userid": 3257978, + "email": "katherine.a.stump@gmail.com", + }, + { + "row_num": 19640, + "name": "Fay Callam", + "userid": 3250518, + "email": "callam.fjc@gmail.com", + }, + { + "row_num": 19645, + "name": "curtisha taylor", + "userid": 3261903, + "email": "cr_swing720@yahoo.com", + }, + { + "row_num": 19647, + "name": "Edlyne Thelusma", + "userid": 3282412, + "email": "edlyne@rlfscenter.com", + }, + { + "row_num": 19650, + "name": "Nicole Weiss", + "userid": 3280526, + "email": "nmweiss101@gmail.com", + }, + { + "row_num": 19655, + "name": "Jeremy Robichaud", + "userid": 3289876, + "email": "redpointcounselingmaine@gmail.com", + }, + { + "row_num": 19657, + "name": "Amanda Rice", + "userid": 3285564, + "email": "amandarice75@gmail.com", + }, + { + "row_num": 19660, + "name": "Frances McMiller", + "userid": 3290623, + "email": "puzzled.caterpillars@gmail.com", + }, + { + "row_num": 19661, + "name": "Nicole Flannery", + "userid": 3282247, + "email": "nicoletpsych@gmail.com", + }, + { + "row_num": 19662, + "name": "Ashlee Arnett", + "userid": 3288050, + "email": "aarnett1@une.edu", + }, + { + "row_num": 19663, + "name": "MARTY MCLAUGHLIN", + "userid": 3290377, + "email": "marty_mclaughlin@att.net", + }, + { + "row_num": 19665, + "name": "Terry Driskill", + "userid": 3284278, + "email": "maclu2005@aol.com", + }, + { + "row_num": 19682, + "name": "Jennifer Ludwig", + "userid": 3272709, + "email": "jenlud74@hotmail.com", + }, + { + "row_num": 19690, + "name": "Victor Rose", + "userid": 3253507, + "email": "vroseanthony@gmail.com", + }, + { + "row_num": 19692, + "name": "Irene Ledee-Farley", + "userid": 3263093, + "email": "iledeefarley@gmail.com", + }, + { + "row_num": 19694, + "name": "Alisha Beard", + "userid": 3283417, + "email": "albrill@icloud.com", + }, + { + "row_num": 19696, + "name": "Teressa Hale Mathurin", + "userid": 3277268, + "email": "haleteressa@gmail.com", + }, + { + "row_num": 19707, + "name": "Ashley Kozfkay", + "userid": 3272716, + "email": "aakozfkay@gmail.com", + }, + { + "row_num": 19711, + "name": "Olga Molina", + "userid": 3253983, + "email": "omolina@ucf.edu", + }, + { + "row_num": 19715, + "name": "Aiesha Lee", + "userid": 3269472, + "email": "lee.aiesha210@gmail.com", + }, + { + "row_num": 19719, + "name": "Jeremy Schultz", + "userid": 3272099, + "email": "jns4851@yahoo.com", + }, + { + "row_num": 19722, + "name": "Katina Johnson-Pease", + "userid": 3232523, + "email": "mslpckrjohnson@gmail.com", + }, + { + "row_num": 19725, + "name": "Josephine Nyame", + "userid": 3278128, + "email": "info@nyamecounseling.com", + }, + { + "row_num": 19730, + "name": "Lauren Peffer", + "userid": 3284258, + "email": "pefferlauren@yahoo.com", + }, + { + "row_num": 19733, + "name": "Darrell Patterson", + "userid": 3245571, + "email": "dtherapyworks@gmail.com", + }, + { + "row_num": 19739, + "name": "Cathleen Harris", + "userid": 3284793, + "email": "cathy@cathleenrharris.com", + }, + { + "row_num": 19746, + "name": "Brittany Fuchs", + "userid": 3278112, + "email": "briifuchs@gmail.com", + }, + { + "row_num": 19750, + "name": "Teri Lynn Kim", + "userid": 3268557, + "email": "terilynnkim@gmail.com", + }, + { + "row_num": 19751, + "name": "Tiffany Lowe", + "userid": 3270388, + "email": "tiffany34@gmail.com", + }, + { + "row_num": 19759, + "name": "Leah Allen", + "userid": 3272408, + "email": "lkallen7265@gmail.com", + }, + { + "row_num": 19762, + "name": "Stacey Williams", + "userid": 3278122, + "email": "williamsmmft@gmail.com", + }, + { + "row_num": 19764, + "name": "Sonia Thomas", + "userid": 3200495, + "email": "sonia_atr@hotmail.com", + }, + { + "row_num": 19779, + "name": "Matthew Govier", + "userid": 3269193, + "email": "goviermatthew@icloud.com", + }, + { + "row_num": 19786, + "name": "Timothy Sigafoos", + "userid": 3268444, + "email": "timsigafoos@gmail.com", + }, + { + "row_num": 19803, + "name": "TAJUANA RUSHIN", + "userid": 3266566, + "email": "tajuanarushin.lmhc@gmail.com", + }, + { + "row_num": 19819, + "name": "Elaina Gardner", + "userid": 3273706, + "email": "gardneel@mail.gvsu.edu", + }, + { + "row_num": 19820, + "name": "Jean Corbae", + "userid": 3260585, + "email": "awakenedwellbeing@gmail.com", + }, + { + "row_num": 19821, + "name": "Melissa McKissack", + "userid": 3270531, + "email": "melissa.mckissack@hotmail.com", + }, + { + "row_num": 19823, + "name": "Christina Lacey", + "userid": 3267162, + "email": "chris@chrislaceyfamilytherapy.com", + }, + { + "row_num": 19826, + "name": "Krystal Roames", + "userid": 3252557, + "email": "krystal.roames@gmail.com", + }, + { + "row_num": 19832, + "name": "Teresa Ramos-Gonzalez", + "userid": 3271700, + "email": "agtir.gac@gmail.com", + }, + { + "row_num": 19833, + "name": "Desta Jones", + "userid": 3273286, + "email": "destaajones@gmail.com", + }, + { + "row_num": 19837, + "name": "Leashia Moody Miller", + "userid": 3146577, + "email": "dharmamax@bellsouth.net", + }, + { + "row_num": 19838, + "name": "Christopher Brown", + "userid": 3269018, + "email": "chrisbrown494@gmail.com", + }, + { + "row_num": 19839, + "name": "Adam Carlson", + "userid": 3254746, + "email": "carlsona00@ecualumni.ecu.edu", + }, + { + "row_num": 19847, + "name": "Angela Allen", + "userid": 3275905, + "email": "aaprathe@gmail.com", + }, + { + "row_num": 19848, + "name": "Sharalyn Vester", + "userid": 3278085, + "email": "sharalyn.vester@gmail.com", + }, + { + "row_num": 19849, + "name": "Reshonda Hayles", + "userid": 3278088, + "email": "hayles.esther5@gmail.com", + }, + { + "row_num": 19852, + "name": "kevin lage", + "userid": 3273105, + "email": "kevinlagelpc@gmail.com", + }, + { + "row_num": 19856, + "name": "Leah Usery", + "userid": 3248437, + "email": "leahb12345@gmail.com", + }, + { + "row_num": 19858, + "name": "Sabrina Gonzalez", + "userid": 3274049, + "email": "templegrad@msn.com", + }, + { + "row_num": 19870, + "name": "Jeri DeVale", + "userid": 3262687, + "email": "codiscoveries@yahoo.com", + }, + { + "row_num": 19871, + "name": "Mikayla Smithers", + "userid": 3289165, + "email": "mikayla.trostle@gmail.com", + }, + { + "row_num": 19872, + "name": "sonni parks", + "userid": 3274593, + "email": "yourlifeyournarrative@gmail.com", + }, + { + "row_num": 19874, + "name": "Jeffrey Allen", + "userid": 3260885, + "email": "jeff-allen@sbcglobal.net", + }, + { + "row_num": 19878, + "name": "Benita Koyton", + "userid": 3275001, + "email": "koytonb@gmail.com", + }, + { + "row_num": 19879, + "name": "Heather Congdon", + "userid": 3273304, + "email": "heather@dtecreativecounseling.com", + }, + { + "row_num": 19880, + "name": "Nicy Bishop", + "userid": 3280334, + "email": "bishopn001@gmail.com", + }, + { + "row_num": 19881, + "name": "Sherene Gardner", + "userid": 3260658, + "email": "sherigard@gmail.com", + }, + { + "row_num": 19882, + "name": "Christina Brooks", + "userid": 3275444, + "email": "chris11tina73@gmail.com", + }, + { + "row_num": 19885, + "name": "Marie Martinez", + "userid": 3274034, + "email": "mmartinez_po@yahoo.com", + }, + { + "row_num": 19886, + "name": "Erin Weekes", + "userid": 3266988, + "email": "eoweekes@gmail.com", + }, + { + "row_num": 19893, + "name": "Steve Duff", + "userid": 3263230, + "email": "steven_duff@rocketmail.com", + }, + { + "row_num": 19896, + "name": "Marilyn Sears", + "userid": 3260150, + "email": "drmarilyn.lcsw@gmail.com", + }, + { + "row_num": 19897, + "name": "Paty Hernandez", + "userid": 3268151, + "email": "patricia@mariposasholistic.com", + }, + { + "row_num": 19899, + "name": "Linsey Ray", + "userid": 3252215, + "email": "linseyray76@outlook.com", + }, + { + "row_num": 19900, + "name": "Denise Coffee", + "userid": 3267243, + "email": "denisecoffee1@gmail.com", + }, + { + "row_num": 19903, + "name": "Joshua Lane McElroy", + "userid": 3255512, + "email": "jlmcelroylpc@gmail.com", + }, + { + "row_num": 19916, + "name": "Loren Malkasian", + "userid": 3257284, + "email": "pmalk105@aol.com", + }, + { + "row_num": 19944, + "name": "Casie McGee", + "userid": 3283535, + "email": "cmcgee@healthyhomesfs.com", + }, + { + "row_num": 19963, + "name": "gregg ratinoff", + "userid": 3282545, + "email": "greggaratinoff@gmail.com", + }, + { + "row_num": 19974, + "name": "Melissa Morrison", + "userid": 3267282, + "email": "mam040@outlook.com", + }, + { + "row_num": 19976, + "name": "Maryann Dexter", + "userid": 3266197, + "email": "maryann.m.dexter@gmail.com", + }, + { + "row_num": 19986, + "name": "Chalene Gardenhire", + "userid": 3269892, + "email": "chalene.lcsw@gmail.com", + }, + { + "row_num": 19993, + "name": "Claire Thombs", + "userid": 3203434, + "email": "clairethombs@gmail.com", + }, + { + "row_num": 19997, + "name": "Sunnie Allen", + "userid": 3266777, + "email": "sunlightwellness@outlook.com", + }, + { + "row_num": 20002, + "name": "Naomi Hankins", + "userid": 3252529, + "email": "naomihankins5@gmail.com", + }, + { + "row_num": 20004, + "name": "Leslie Gier Lombardy", + "userid": 3245868, + "email": "leslielombardy@me.com", + }, + { + "row_num": 20010, + "name": "Eric Herpin", + "userid": 3264008, + "email": "ericherpin@gmail.com", + }, + { + "row_num": 20019, + "name": "Ganime Nazif", + "userid": 3279959, + "email": "ganimenazif@gmail.com", + }, + { + "row_num": 20020, + "name": "Kelly Drye", + "userid": 3206044, + "email": "kdryepcs@gmail.com", + }, + { + "row_num": 20026, + "name": "Sandra Presgrove", + "userid": 3258518, + "email": "skpresgrove@bellsouth.net", + }, + { + "row_num": 20027, + "name": "Alicia Richardson", + "userid": 3261054, + "email": "yourcounselingspot@gmail.com", + }, + { + "row_num": 20030, + "name": "Trevor Barger", + "userid": 3260307, + "email": "trevorb@mindmeldingcounseling.com", + }, + { + "row_num": 20034, + "name": "Katie McGravey", + "userid": 3259493, + "email": "katemcg08@gmail.com", + }, + { + "row_num": 20038, + "name": "Ruby Gordon", + "userid": 3267329, + "email": "kgordontherapy@gmail.com", + }, + { + "row_num": 20039, + "name": "Matthew Jennings", + "userid": 3222017, + "email": "m2a2j2@yahoo.com", + }, + { + "row_num": 20040, + "name": "Dona Coleman", + "userid": 3258165, + "email": "colemannp@welllife-clinic.org", + }, + { + "row_num": 20060, + "name": "Joel Cutter", + "userid": 3220015, + "email": "joel.cutter.lpc@gmail.com", + }, + { + "row_num": 20081, + "name": "Nina Davachi", + "userid": 3199140, + "email": "davachi54@gmail.com", + }, + { + "row_num": 20085, + "name": "LaToya Bragg-Finch", + "userid": 3247359, + "email": "lbraggfinch@yahoo.com", + }, + { + "row_num": 20086, + "name": "Edward Bloch", + "userid": 3260176, + "email": "ebloch2132@gmail.com", + }, + { + "row_num": 20094, + "name": "Joann Crants", + "userid": 3250752, + "email": "jmcrants1959@verizon.net", + }, + { + "row_num": 20096, + "name": "Amber Murphy", + "userid": 3247267, + "email": "blue3hearts@hotmail.com", + }, + { + "row_num": 20097, + "name": "Larissa Olson", + "userid": 3254064, + "email": "lolson230@gmail.com", + }, + { + "row_num": 20105, + "name": "Gwen Olcsvay", + "userid": 3135923, + "email": "gwen32937@hotmail.com", + }, + { + "row_num": 20110, + "name": "Nicole Waltersdorf", + "userid": 3172606, + "email": "nicolewaltersdorf@gmail.com", + }, + { + "row_num": 20115, + "name": "Bruce Gurganus", + "userid": 2271433, + "email": "brucegurganus@yahoo.com", + }, + { + "row_num": 20116, + "name": "Talia Mosley", + "userid": 3254293, + "email": "talia.s.mosley@gmail.com", + }, + { + "row_num": 20117, + "name": "Nancy Rawson", + "userid": 3240353, + "email": "nrawson1977@gmail.com", + }, + { + "row_num": 20119, + "name": "Barbara Carol Lazarus", + "userid": 3265862, + "email": "carollazarus642@gmail.com", + }, + { + "row_num": 20121, + "name": "Sarika Griffin", + "userid": 3244839, + "email": "sarikagriffin.lcsw@gmail.com", + }, + { + "row_num": 20123, + "name": "Katina Pittman", + "userid": 3242125, + "email": "katinapittman2009@yahoo.com", + }, + { + "row_num": 20127, + "name": "G. Rob Rhodes", + "userid": 3257506, + "email": "gr2rhodes@gmail.com", + }, + { + "row_num": 20129, + "name": "Hilary Gallegos", + "userid": 3259136, + "email": "lmft@hilary.life", + }, + { + "row_num": 20138, + "name": "John Moreno", + "userid": 3235655, + "email": "jpmlmhc@gmail.com", + }, + { + "row_num": 20141, + "name": "Maribel Diaz", + "userid": 3211834, + "email": "011mdiaz011@gmail.com", + }, + { + "row_num": 20166, + "name": "Linda Masullo", + "userid": 3262008, + "email": "linda.masullo@hotmail.com", + }, + { + "row_num": 20171, + "name": "Shatoyia Stovall", + "userid": 3253868, + "email": "shatoyiastovall@gmail.com", + }, + { + "row_num": 20172, + "name": "Max Guttman", + "userid": 3254344, + "email": "maxwellguttman@gmail.com", + }, + { + "row_num": 20176, + "name": "Pamela Hobson-Jones", + "userid": 3268815, + "email": "phobsonjones46@gmail.com", + }, + { + "row_num": 20179, + "name": "Mindi Amberson", + "userid": 3238476, + "email": "mindiamberson@gmail.com", + }, + { + "row_num": 20189, + "name": "Victor Johnson", + "userid": 3251215, + "email": "drvicjohnson20@gmail.com", + }, + { + "row_num": 20193, + "name": "Coriandre Moore", + "userid": 3236348, + "email": "cmoore61685@hotmail.com", + }, + { + "row_num": 20194, + "name": "Richard McGuffin", + "userid": 3255522, + "email": "drrichmcguffin@gmail.com", + }, + { + "row_num": 20199, + "name": "Camilo Delgado", + "userid": 3204827, + "email": "khamillus@aol.com", + }, + { + "row_num": 20200, + "name": "Austin Chandler", + "userid": 3206120, + "email": "draustinchandler22@gmail.com", + }, + { + "row_num": 20201, + "name": "Hannah Moore", + "userid": 3241078, + "email": "hannahklie@yahoo.com", + }, + { + "row_num": 20202, + "name": "Anita Carter", + "userid": 3244342, + "email": "anitalisw@gmail.com", + }, + { + "row_num": 20203, + "name": "Tiffany Lovelady", + "userid": 3255580, + "email": "tlovelady@tiffanylovelady.com", + }, + { + "row_num": 20230, + "name": "Martha Groble", + "userid": 3280520, + "email": "drsgroble@gmail.com", + }, + { + "row_num": 20247, + "name": "Sarah Boward", + "userid": 3264927, + "email": "sarahboward37@gmail.com", + }, + { + "row_num": 20251, + "name": "Andrea Jackson", + "userid": 3255654, + "email": "andrealj3@icloud.com", + }, + { + "row_num": 20254, + "name": "Daffaney Burnside", + "userid": 3254569, + "email": "daffaney23@gmail.com", + }, + { + "row_num": 20257, + "name": "Margaret Mckoy", + "userid": 3257005, + "email": "rychuslady@gmail.com", + }, + { + "row_num": 20258, + "name": "Shamekias Lampkin", + "userid": 3238144, + "email": "slampkin27@yahoo.com", + }, + { + "row_num": 20263, + "name": "Alan Lawrence", + "userid": 3251825, + "email": "tm1998@aol.com", + }, + { + "row_num": 20264, + "name": "Allison Kramer", + "userid": 3194486, + "email": "allison.a.romeo@gmail.com", + }, + { + "row_num": 20267, + "name": "Amanda Katz", + "userid": 3267052, + "email": "amanda.e.shalna@gmail.com", + }, + { + "row_num": 20276, + "name": "Matthew Scheffenacker", + "userid": 3262566, + "email": "mscheffenacker@hotmail.com", + }, + { + "row_num": 20292, + "name": "Paul Egbe", + "userid": 3270890, + "email": "nbehavioral1@gmail.com", + }, + { + "row_num": 20297, + "name": "Sydney Weitz", + "userid": 3193367, + "email": "sydneyh62@gmail.com", + }, + { + "row_num": 20299, + "name": "Juliana Morgan", + "userid": 3160568, + "email": "julianacmorgan@gmail.com", + }, + { + "row_num": 20304, + "name": "Richard Fajardo", + "userid": 3228739, + "email": "rfajardo1377@msn.com", + }, + { + "row_num": 20307, + "name": "Tia Johnson", + "userid": 3156948, + "email": "tiaann702@yahoo.com", + }, + { + "row_num": 20311, + "name": "Grace Okugbere", + "userid": 3244806, + "email": "gokugbere@gmail.com", + }, + { + "row_num": 20314, + "name": "Amalia Sirica", + "userid": 3223477, + "email": "amalia.sirica@gmail.com", + }, + { + "row_num": 20316, + "name": "Gina Coffaro", + "userid": 3218518, + "email": "coftrips@gmail.com", + }, + { + "row_num": 20322, + "name": "Jennifer Schulz-Johnston", + "userid": 3218857, + "email": "schulz-johnstonj@sbcglobal.net", + }, + { + "row_num": 20323, + "name": "Myrane Jackson", + "userid": 3242756, + "email": "jacksonmyrane77@gmail.com", + }, + { + "row_num": 20335, + "name": "Lena Kline", + "userid": 3222626, + "email": "kline1107@gmail.com", + }, + { + "row_num": 20344, + "name": "Stephanie Thomas", + "userid": 3180476, + "email": "stephkthomas@gmail.com", + }, + { + "row_num": 20354, + "name": "Rebekah Phillips", + "userid": 3169921, + "email": "rebekahlmhc@gmail.com", + }, + { + "row_num": 20355, + "name": "Joyce Washington", + "userid": 3171328, + "email": "jw66961@gmail.com", + }, + { + "row_num": 20375, + "name": "Chad Hughes", + "userid": 3243055, + "email": "chadhugheslpc@gmail.com", + }, + { + "row_num": 20376, + "name": "Yvonne Glass", + "userid": 3206803, + "email": "whhcounseling@gmail.com", + }, + { + "row_num": 20377, + "name": "Maria I Cipriani", + "userid": 3209611, + "email": "maria.cipriani@gmail.com", + }, + { + "row_num": 20378, + "name": "Kirk Sheppard", + "userid": 3248898, + "email": "kirksheppard@gmail.com", + }, + { + "row_num": 20379, + "name": "Rachelle Garren", + "userid": 3249754, + "email": "rachellegarren.lcsw.lcas@gmail.com", + }, + { + "row_num": 20381, + "name": "Brandi Parker-Nunley", + "userid": 3222250, + "email": "brandinunley@gmail.com", + }, + { + "row_num": 20390, + "name": "Jeffrey Giddens", + "userid": 3243317, + "email": "jsg9596@gmail.com", + }, + { + "row_num": 20391, + "name": "Sandy Rogers", + "userid": 3213768, + "email": "iluvjammaz@gmail.com", + }, + { + "row_num": 20393, + "name": "Allison Brunner", + "userid": 3248736, + "email": "bodytalkstherapy@gmail.com", + }, + { + "row_num": 20395, + "name": "Sabrina Johnson", + "userid": 3239268, + "email": "counselingwithsabrina@gmail.com", + }, + { + "row_num": 20396, + "name": "Derick Palmer", + "userid": 3236649, + "email": "adventuretherapynorthwest@gmail.com", + }, + { + "row_num": 20397, + "name": "Alysia Sasha Ross", + "userid": 3229973, + "email": "alysiasrossmslmhc@alysiasrossmslmhc.com", + }, + { + "row_num": 20398, + "name": "Rayssa Buldain", + "userid": 3251040, + "email": "rayssa.d.buldain@gmail.com", + }, + { + "row_num": 20401, + "name": "Sarah Gray", + "userid": 3213390, + "email": "sarahkgray6@gmail.com", + }, + { + "row_num": 20405, + "name": "Lorre Taylor", + "userid": 3227120, + "email": "lorretaylor@gmail.com", + }, + { + "row_num": 20406, + "name": "Adam Dollen", + "userid": 3242432, + "email": "adollen@icloud.com", + }, + { + "row_num": 20423, + "name": "Benny Brocato", + "userid": 3220067, + "email": "1949benny@gmail.com", + }, + { + "row_num": 20449, + "name": "COURTENEY SCHENCK", + "userid": 3231560, + "email": "courteney.schenck@gmail.com", + }, + { + "row_num": 20458, + "name": "Robert Basil", + "userid": 3231564, + "email": "robertbasil1988@gmail.com", + }, + { + "row_num": 20476, + "name": "Katrina Jones-Lewis", + "userid": 3244581, + "email": "katrina8077@gmail.com", + }, + { + "row_num": 20479, + "name": "Shannon Gutschick", + "userid": 3229315, + "email": "shannongutschick@gmail.com", + }, + { + "row_num": 20482, + "name": "Donna Cipriani", + "userid": 3221913, + "email": "dr.donnacipriani@gmail.com", + }, + { + "row_num": 20489, + "name": "Claudia Lartey", + "userid": 3234321, + "email": "clartey90@gmail.com", + }, + { + "row_num": 20490, + "name": "Stacy Pulley", + "userid": 3233280, + "email": "s.pulley.lpc@gmail.com", + }, + { + "row_num": 20491, + "name": "Shea Langs", + "userid": 3209549, + "email": "langs.lcsw@gmail.com", + }, + { + "row_num": 20493, + "name": "Tanya Bankston", + "userid": 3211363, + "email": "coachtbankston@gmail.com", + }, + { + "row_num": 20502, + "name": "Maryssa Zafra", + "userid": 3254416, + "email": "maryssa1613@hotmail.com", + }, + { + "row_num": 20510, + "name": "Dixie Eppolito", + "userid": 3213821, + "email": "dixieeppolito@gmail.com", + }, + { + "row_num": 20515, + "name": "Allison Tuttle", + "userid": 3197662, + "email": "allisonlook@gmail.com", + }, + { + "row_num": 20518, + "name": "Carole La Freniere", + "userid": 3205542, + "email": "carolemarie123@gmail.com", + }, + { + "row_num": 20519, + "name": "Robin Allard", + "userid": 3240238, + "email": "robinallardlmft@gmail.com", + }, + { + "row_num": 20522, + "name": "LaShica Hemingway", + "userid": 3242209, + "email": "lashica_djj@yahoo.com", + }, + { + "row_num": 20527, + "name": "Ashley Brown-Malinsky", + "userid": 3239714, + "email": "ashley.malinsky413@gmail.com", + }, + { + "row_num": 20534, + "name": "Caryn Kelley", + "userid": 3212039, + "email": "carynwilmette@yahoo.com", + }, + { + "row_num": 20535, + "name": "Linka GRISWOLD", + "userid": 3231050, + "email": "drgriswold@surfsideonlinetherapy.com", + }, + { + "row_num": 20537, + "name": "Leah Mcmanis", + "userid": 3216584, + "email": "lmcmanislpc@gmail.com", + }, + { + "row_num": 20541, + "name": "Jennifer Alldridge", + "userid": 3241602, + "email": "jdalldridge@gmail.com", + }, + { + "row_num": 20542, + "name": "Brandon Gonzalez", + "userid": 3243809, + "email": "bgonz2005@gmail.com", + }, + { + "row_num": 20543, + "name": "Mary Gates", + "userid": 3237689, + "email": "drmgates@yahoo.com", + }, + { + "row_num": 20546, + "name": "Sarah Cirese-Payton", + "userid": 3191822, + "email": "sarahcirese83@gmail.com", + }, + { + "row_num": 20548, + "name": "Natasha Jackson", + "userid": 3175112, + "email": "tashajack@aol.com", + }, + { + "row_num": 20550, + "name": "Melissa Tibay", + "userid": 3197310, + "email": "melissatibay@gmail.com", + }, + { + "row_num": 20554, + "name": "Natalie Scetinkinova", + "userid": 3239894, + "email": "natalie.scetinkinova@gmail.com", + }, + { + "row_num": 20557, + "name": "Joy Rabon", + "userid": 3230774, + "email": "joyrabon@valleysedge.com", + }, + { + "row_num": 20558, + "name": "Asia Gill", + "userid": 3236525, + "email": "reflectionsmhsno@gmail.com", + }, + { + "row_num": 20563, + "name": "Edward Olvera", + "userid": 3234371, + "email": "edward321@hotmail.com", + }, + { + "row_num": 20564, + "name": "Erica Woodard", + "userid": 3215917, + "email": "erica.woodard@fourpillarscc.com", + }, + { + "row_num": 20570, + "name": "Crystal Moschiano", + "userid": 3244553, + "email": "cmm4378@yahoo.com", + }, + { + "row_num": 20577, + "name": "Alice Sorensen", + "userid": 3197951, + "email": "aliceasorensen@gmail.com", + }, + { + "row_num": 20581, + "name": "Sheri O'Brien", + "userid": 3233261, + "email": "sheri.obrien@att.net", + }, + { + "row_num": 20582, + "name": "Dr. Kareta Lewin", + "userid": 3224836, + "email": "dr.lewink@gmail.com", + }, + { + "row_num": 20583, + "name": "Mark Dube", + "userid": 3205643, + "email": "markme01@outlook.com", + }, + { + "row_num": 20585, + "name": "Lauren Stephenson", + "userid": 3194444, + "email": "lauren.janelle1983@gmail.com", + }, + { + "row_num": 20594, + "name": "Susan Schanen", + "userid": 3193412, + "email": "beachferrari@gmail.com", + }, + { + "row_num": 20601, + "name": "Peggy Kennamer-Linn", + "userid": 3233733, + "email": "peggykennamerlinn@yahoo.com", + }, + { + "row_num": 20605, + "name": "Michael Kochanek", + "userid": 3219333, + "email": "mkochanek@new.rr.com", + }, + { + "row_num": 20607, + "name": "Abigail Sassano", + "userid": 3175070, + "email": "abigailsassano@yahoo.com", + }, + { + "row_num": 20609, + "name": "Melissa Cobb", + "userid": 3239646, + "email": "m_cobb4148@yahoo.com", + }, + { + "row_num": 20610, + "name": "Jessica Bright", + "userid": 3213560, + "email": "jessica@isbellcounseling.com", + }, + { + "row_num": 20618, + "name": "Kori Newland", + "userid": 3219904, + "email": "korinewland@gmail.com", + }, + { + "row_num": 20627, + "name": "Carmen Stein", + "userid": 3121861, + "email": "carmensteintexas@gmail.com", + }, + { + "row_num": 20629, + "name": "Kandice Cowherd", + "userid": 3186182, + "email": "kandicowherd@gmail.com", + }, + { + "row_num": 20636, + "name": "Shelia Albright", + "userid": 3228887, + "email": "d_shelia@bellsouth.net", + }, + { + "row_num": 20639, + "name": "Jordan Pruett", + "userid": 3229707, + "email": "jordandpruett@gmail.com", + }, + { + "row_num": 20644, + "name": "Melissa Herb", + "userid": 3180320, + "email": "melissadherb@gmail.com", + }, + { + "row_num": 20648, + "name": "Ronald Oliver", + "userid": 3226908, + "email": "roliverlpc@gmail.com", + }, + { + "row_num": 20651, + "name": "Reva Dossett", + "userid": 3230574, + "email": "dossettreva@gmail.com", + }, + { + "row_num": 20657, + "name": "Kelly Strnad", + "userid": 3225316, + "email": "kellyjstrnad@gmail.com", + }, + { + "row_num": 20658, + "name": "Zelimna Taveras", + "userid": 3221147, + "email": "zely30@yahoo.com", + }, + { + "row_num": 20659, + "name": "Jonathan Baiden", + "userid": 3231734, + "email": "jonathan@baiden.org", + }, + { + "row_num": 20683, + "name": "Kevin McGarvey", + "userid": 3199637, + "email": "kevinmcgarvey19@gmail.com", + }, + { + "row_num": 20687, + "name": "Jessica Webb", + "userid": 3221738, + "email": "helixtherapy@gmail.com", + }, + { + "row_num": 20688, + "name": "Angel Onley-Livingston", + "userid": 3221657, + "email": "thesoulhealingcoach@gmail.com", + }, + { + "row_num": 20690, + "name": "Richard Tscherne", + "userid": 3172592, + "email": "richardslwpk@optonline.net", + }, + { + "row_num": 20694, + "name": "Lori Ferreira", + "userid": 3225140, + "email": "loriferreiralmhc@gmail.com", + }, + { + "row_num": 20696, + "name": "Laura Eagle", + "userid": 3220956, + "email": "leagle64@yahoo.com", + }, + { + "row_num": 20697, + "name": "Lashica Charley", + "userid": 3195466, + "email": "charleylashica@gmail.com", + }, + { + "row_num": 20704, + "name": "Erika Rucker", + "userid": 3193275, + "email": "erika@reflectionnhp.com", + }, + { + "row_num": 20705, + "name": "Latara Anderson", + "userid": 3220715, + "email": "latarahunt@gmail.com", + }, + { + "row_num": 20707, + "name": "Ofori Asante", + "userid": 3209024, + "email": "innertouch1973@yahoo.com", + }, + { + "row_num": 20708, + "name": "Ann DePoole", + "userid": 3229462, + "email": "depooleann@outlook.com", + }, + { + "row_num": 20712, + "name": "Deborah Lee", + "userid": 3188865, + "email": "debbielynnlee.64@gmail.com", + }, + { + "row_num": 20726, + "name": "Christine Philion-Dufour", + "userid": 3180533, + "email": "cphiliondufour@yahoo.com", + }, + { + "row_num": 20728, + "name": "linda peoples", + "userid": 3195704, + "email": "lindacannonpeoples@gmail.com", + }, + { + "row_num": 20729, + "name": "Aimee Edwards-Hunter", + "userid": 3176641, + "email": "aehunterlcsw@outlook.com", + }, + { + "row_num": 20732, + "name": "Devin Mcleod", + "userid": 3185040, + "email": "devin.mcleod1986@gmail.com", + }, + { + "row_num": 20733, + "name": "Maiah Merino", + "userid": 3186455, + "email": "maiah.merino@gmail.com", + }, + { + "row_num": 20735, + "name": "Jin Hee Kim", + "userid": 3210525, + "email": "jhkim999@gmail.com", + }, + { + "row_num": 20738, + "name": "Shanon Thompson", + "userid": 3227058, + "email": "joysells007@gmail.com", + }, + { + "row_num": 20742, + "name": "Sonya Weber-Madison", + "userid": 3220445, + "email": "sunni_5469@yahoo.com", + }, + { + "row_num": 20745, + "name": "Gina Lisiecki", + "userid": 3201513, + "email": "ginalisiecki21@outlook.com", + }, + { + "row_num": 20748, + "name": "Anna Dotey", + "userid": 3192364, + "email": "dotey_anna@yahoo.com", + }, + { + "row_num": 20749, + "name": "Sheri Nichols-Woodward", + "userid": 3191838, + "email": "nicholswoodward@hotmail.com", + }, + { + "row_num": 20751, + "name": "Monika Cheang", + "userid": 3173138, + "email": "monikacheangcounseling@gmail.com", + }, + { + "row_num": 20753, + "name": "Robert Carter", + "userid": 3191070, + "email": "rcasper3@yahoo.com", + }, + { + "row_num": 20755, + "name": "Luis Luna", + "userid": 3222772, + "email": "kashdaroluna@gmail.com", + }, + { + "row_num": 20756, + "name": "Katherine Wirth", + "userid": 3212646, + "email": "katrohrer@gmail.com", + }, + { + "row_num": 20758, + "name": "Kristine Mitchell", + "userid": 3197562, + "email": "krisjimmy1@gmail.com", + }, + { + "row_num": 20759, + "name": "Jaryn Turnage", + "userid": 3218256, + "email": "j_turnage@chattlpc.com", + }, + { + "row_num": 20760, + "name": "Jude Patton", + "userid": 3207890, + "email": "judepatton@aol.com", + }, + { + "row_num": 20761, + "name": "Ashley Campbell", + "userid": 3221117, + "email": "aec.msw@gmail.com", + }, + { + "row_num": 20762, + "name": "Paula Cheney", + "userid": 3216819, + "email": "paulajcheney@gmail.com", + }, + { + "row_num": 20764, + "name": "Wendi Brodis", + "userid": 3184426, + "email": "wendibrodis@gmail.com", + }, + { + "row_num": 20765, + "name": "Jill Sexton", + "userid": 3172048, + "email": "jasexton23@yahoo.com", + }, + { + "row_num": 20766, + "name": "Melody Avants", + "userid": 3212281, + "email": "mavants66@gmail.com", + }, + { + "row_num": 20767, + "name": "Corrie Turpin", + "userid": 3205575, + "email": "corriemclark11@gmail.com", + }, + { + "row_num": 20768, + "name": "Andrew Harris", + "userid": 3229065, + "email": "andrew@cmhn.us", + }, + { + "row_num": 20769, + "name": "Percy Grantham", + "userid": 3209474, + "email": "percygrantham@hotmail.com", + }, + { + "row_num": 20771, + "name": "Linda Skaggs-Kimbrough", + "userid": 3231457, + "email": "linkim1210@gmail.com", + }, + { + "row_num": 20773, + "name": "Olivia Holiday", + "userid": 3184353, + "email": "olivia.r.holiday@gmail.com", + }, + { + "row_num": 20774, + "name": "Davina Borges", + "userid": 3228026, + "email": "davina.borges@atouchofhopetherapy.org", + }, + { + "row_num": 20785, + "name": "Sandra Sarro", + "userid": 3228546, + "email": "ssarro@optonline.net", + }, + { + "row_num": 20802, + "name": "Betsy Boyle", + "userid": 3160418, + "email": "betsyboyle30@gmail.com", + }, + { + "row_num": 20804, + "name": "Lisa Terry", + "userid": 3088793, + "email": "lisaalive39@gmail.com", + }, + { + "row_num": 20808, + "name": "Dan Baram", + "userid": 3104758, + "email": "dan.baram@gmail.com", + }, + { + "row_num": 20810, + "name": "Amy Freede", + "userid": 3195706, + "email": "amy.freede@gmail.com", + }, + { + "row_num": 20817, + "name": "Nakia Alford Sunday", + "userid": 3209767, + "email": "nc_alford@yahoo.com", + }, + { + "row_num": 20822, + "name": "Nicole Pierce", + "userid": 3189672, + "email": "piercehn@ymail.com", + }, + { + "row_num": 20824, + "name": "Elysee Njontu", + "userid": 3230091, + "email": "hbehavioralhealth@gmail.com", + }, + { + "row_num": 20825, + "name": "LeAnne Garland", + "userid": 3187566, + "email": "lgarland79@gmail.com", + }, + { + "row_num": 20827, + "name": "Heather Carlson", + "userid": 3176522, + "email": "carlson.heatheranne@gmail.com", + }, + { + "row_num": 20828, + "name": "Melissa Dye", + "userid": 3178940, + "email": "dyescounselingoasis@gmail.com", + }, + { + "row_num": 20833, + "name": "Christine Aust", + "userid": 3104152, + "email": "neurocogsolutions2021@gmail.com", + }, + { + "row_num": 20834, + "name": "Angelamaria Riedi", + "userid": 3209988, + "email": "annieriedi@hotmail.com", + }, + { + "row_num": 20843, + "name": "Rebecca DeVito", + "userid": 3150242, + "email": "rebecca.a.devito@gmail.com", + }, + { + "row_num": 20846, + "name": "Adam Bernstein", + "userid": 3180922, + "email": "ianadam21@comcast.net", + }, + { + "row_num": 20853, + "name": "Nichole Selvig", + "userid": 3193483, + "email": "nselvig97@live.com", + }, + { + "row_num": 20862, + "name": "Kristen Abbate", + "userid": 3195702, + "email": "kristenjoa@gmail.com", + }, + { + "row_num": 20863, + "name": "Joyce Stewart", + "userid": 3135924, + "email": "info@iamjoycestewart.com", + }, + { + "row_num": 20864, + "name": "Marcus Jones", + "userid": 3177248, + "email": "jones879@gmail.com", + }, + { + "row_num": 20865, + "name": "latisha torres", + "userid": 3212284, + "email": "latisha@gracefulgrowthwellness.com", + }, + { + "row_num": 20868, + "name": "Yuriana Uceta", + "userid": 3214025, + "email": "yeuceta@gmail.com", + }, + { + "row_num": 20869, + "name": "Alexsis Machado", + "userid": 3132779, + "email": "alexsisg11@gmail.com", + }, + { + "row_num": 20872, + "name": "Michelle Pettit", + "userid": 3178344, + "email": "michellerpettit@gmail.com", + }, + { + "row_num": 20873, + "name": "Brett Haggan", + "userid": 3157776, + "email": "bretthagganlmft@gmail.com", + }, + { + "row_num": 20875, + "name": "Adriana Rogachefsky", + "userid": 3221259, + "email": "adriana.eylise@me.com", + }, + { + "row_num": 20876, + "name": "Nicole Romano", + "userid": 3175109, + "email": "nicolem0921@gmail.com", + }, + { + "row_num": 20878, + "name": "SheNetra L Alexander", + "userid": 3171317, + "email": "alexa031@crimson.ua.edu", + }, + { + "row_num": 20884, + "name": "Robin Bayne", + "userid": 3214547, + "email": "robincmorgan@gmail.com", + }, + { + "row_num": 20887, + "name": "Alyssa Hewitson", + "userid": 3234786, + "email": "meeshka101@gmail.com", + }, + { + "row_num": 20891, + "name": "Denise Lyn-Bradley", + "userid": 3209057, + "email": "denisebradley12345@yahoo.com", + }, + { + "row_num": 20893, + "name": "Antonia Wollert", + "userid": 3177049, + "email": "antonia.wollert@gmail.com", + }, + { + "row_num": 20896, + "name": "Sean Gardner", + "userid": 3186494, + "email": "sdgardne@asu.edu", + }, + { + "row_num": 20899, + "name": "Thomas Osborn", + "userid": 3209990, + "email": "osbornt@protonmail.com", + }, + { + "row_num": 20930, + "name": "Julia Walker Sandoval", + "userid": 3180322, + "email": "juliasandoval1201@gmail.com", + }, + { + "row_num": 20935, + "name": "Jeffrie Wagner", + "userid": 3212862, + "email": "jeff8h@gmail.com", + }, + { + "row_num": 20963, + "name": "Lauren Oiye", + "userid": 3184334, + "email": "laurenoiye@thst.me", + }, + { + "row_num": 20964, + "name": "Alfy Jimenez", + "userid": 3213844, + "email": "njim106@verizon.net", + }, + { + "row_num": 20965, + "name": "Terri Graves", + "userid": 3172300, + "email": "teeme777@gmail.com", + }, + { + "row_num": 20968, + "name": "Rodney Nelson", + "userid": 3165631, + "email": "yumamft8637@gmail.com", + }, + { + "row_num": 20969, + "name": "Anslie Stark", + "userid": 3212812, + "email": "ansliestark@outlook.com", + }, + { + "row_num": 20970, + "name": "Michelle Alden", + "userid": 3208253, + "email": "michellealden22@gmail.com", + }, + { + "row_num": 20972, + "name": "Karyn Britt", + "userid": 3188715, + "email": "karynbritt1@gmail.com", + }, + { + "row_num": 20975, + "name": "Marihelena Noguera Mujica", + "userid": 3181922, + "email": "mn848@mynsu.nova.edu", + }, + { + "row_num": 20982, + "name": "Austa Murray", + "userid": 3172091, + "email": "austalee@aol.com", + }, + { + "row_num": 20986, + "name": "Frankie Rhodes", + "userid": 3207250, + "email": "frankierhodes@ymail.com", + }, + { + "row_num": 20990, + "name": "Sadie Miller-Daley", + "userid": 3204404, + "email": "sadie@sproutingrootsmhc.com", + }, + { + "row_num": 20991, + "name": "Alexis Crook", + "userid": 3091856, + "email": "ankeen02@louisville.edu", + }, + { + "row_num": 20997, + "name": "Tina Dominy", + "userid": 3203646, + "email": "tinamariedominy@gmail.com", + }, + { + "row_num": 20998, + "name": "Kyndal Auten", + "userid": 3208848, + "email": "kyndalauten@gmail.com", + }, + { + "row_num": 21002, + "name": "Marie Pierre Canel", + "userid": 3187353, + "email": "cwhymee@gmail.com", + }, + { + "row_num": 21003, + "name": "Diana Luu", + "userid": 3202855, + "email": "dianaluulpc@gmail.com", + }, + { + "row_num": 21006, + "name": "Nina Stemm", + "userid": 3164099, + "email": "ninasnatural@gmail.com", + }, + { + "row_num": 21008, + "name": "Chad Taylor", + "userid": 3180018, + "email": "chadbtay@gmail.com", + }, + { + "row_num": 21011, + "name": "Angela Tayson", + "userid": 3196798, + "email": "angelatayson@outlook.com", + }, + { + "row_num": 21013, + "name": "Emalee Hopkins", + "userid": 3201992, + "email": "emhopkins11@icloud.com", + }, + { + "row_num": 21015, + "name": "Stacy Hardwick", + "userid": 3195709, + "email": "hardwickgirls@yahoo.com", + }, + { + "row_num": 21017, + "name": "Shana Bloom", + "userid": 3172594, + "email": "sbloom.flowers@gmail.com", + }, + { + "row_num": 21023, + "name": "Richard Clark", + "userid": 3196983, + "email": "rickc310@yahoo.com", + }, + { + "row_num": 21041, + "name": "Onyịnye Alheri", + "userid": 3219312, + "email": "oalheri@pm.me", + }, + { + "row_num": 21045, + "name": "Robert Haynes", + "userid": 3182928, + "email": "bhaynes34@comcast.net", + }, + { + "row_num": 21052, + "name": "Gina Harvey", + "userid": 3214398, + "email": "ginaharvey903@gmail.com", + }, + { + "row_num": 21058, + "name": "Ummey Karim", + "userid": "", + "email": "ummey+fountain@northpass.com", + }, + { + "row_num": 21078, + "name": "Mcfranklin Ogbonna", + "userid": 3187995, + "email": "mcfranklinogbonna@yahoo.com", + }, + { + "row_num": 21105, + "name": "Correlia Johnson", + "userid": 3191763, + "email": "cjohnson@innertransformationpllc.com", + }, + { + "row_num": 21106, + "name": "Jessie Beaugard", + "userid": 3202523, + "email": "j.beaugard@gmail.com", + }, + { + "row_num": 21108, + "name": "Clervett Williams", + "userid": 3178485, + "email": "clarvett.williams@gmail.com", + }, + { + "row_num": 21109, + "name": "SHARON YOUNG", + "userid": 3196781, + "email": "sharonlyoungphd@gmail.com", + }, + { + "row_num": 21125, + "name": "Courtney Wood", + "userid": 3192440, + "email": "cwwbg@yahoo.com", + }, + { + "row_num": 21134, + "name": "Amber Barnett", + "userid": 3176014, + "email": "arblackwelder@gmail.com", + }, + { + "row_num": 21139, + "name": "Jerry Kuhn", + "userid": 3188394, + "email": "jerry@lemonbaymentalwellness.com", + }, + { + "row_num": 21140, + "name": "Cierra Batiste", + "userid": 3202770, + "email": "cierrab.ahmllc@gmail.com", + }, + { + "row_num": 21141, + "name": "Nawal Aboulhosn", + "userid": 3196985, + "email": "nawalnaboul@aol.com", + }, + { + "row_num": 21142, + "name": "Katie Easter", + "userid": 3175361, + "email": "keaster@ego.thechicagoschool.edu", + }, + { + "row_num": 21144, + "name": "Shayla Chase", + "userid": 3172105, + "email": "shaylachase@knights.ucf.edu", + }, + { + "row_num": 21148, + "name": "Keith Poche", + "userid": 3194457, + "email": "keithpochelcsw@gmail.com", + }, + { + "row_num": 21150, + "name": "Lakitria Limbrick", + "userid": 3187768, + "email": "ljohnson.hopelpc@gmail.com", + }, + { + "row_num": 21163, + "name": "Yvonne Emil Elizondo", + "userid": 3190330, + "email": "silvermooncounseling.info@gmail.com", + }, + { + "row_num": 21164, + "name": "Doris Gardner-Wilson", + "userid": 3198392, + "email": "dee@thecounselingservice.com", + }, + { + "row_num": 21179, + "name": "Jeff Knapp", + "userid": 3190692, + "email": "knapptherapy@gmail.com", + }, + { + "row_num": 21205, + "name": "Amy Campbell", + "userid": 3166442, + "email": "amycam82@yahoo.com", + }, + { + "row_num": 21206, + "name": "Lilla Jones", + "userid": 3105808, + "email": "joneslilla0@gmail.com", + }, + { + "row_num": 21209, + "name": "gina porter", + "userid": 3187351, + "email": "licswassociates@gmail.com", + }, + { + "row_num": 21210, + "name": "Charna Smith", + "userid": 3176175, + "email": "charna.l.smith@gmail.com", + }, + { + "row_num": 21229, + "name": "Priscilla McLemore", + "userid": 3174493, + "email": "reflecttohealcounseling@gmail.com", + }, + { + "row_num": 21238, + "name": "Mary Locklear Jones", + "userid": 3181816, + "email": "abnerlucias@yahoo.com", + }, + { + "row_num": 21239, + "name": "GARY ARFSTROM", + "userid": 3184737, + "email": "arfstromlpc@gmail.com", + }, + { + "row_num": 21244, + "name": "Anthony Penn", + "userid": 3180019, + "email": "antp70@gmail.com", + }, + { + "row_num": 21245, + "name": "sarah barakat", + "userid": 3147568, + "email": "sarahbrkt@gmail.com", + }, + { + "row_num": 21251, + "name": "Rebekah Philippart", + "userid": 3191599, + "email": "swrebekah@gmail.com", + }, + { + "row_num": 21253, + "name": "Anne Boutin-Gammon", + "userid": 3189622, + "email": "anne.boutin.gammon@gmail.com", + }, + { + "row_num": 21254, + "name": "Lisa McIntosh", + "userid": 3191747, + "email": "second.chancellc@yahoo.com", + }, + { + "row_num": 21255, + "name": "Laurie Sasso", + "userid": 3183389, + "email": "laurie.sasso@yahoo.com", + }, + { + "row_num": 21258, + "name": "Kelly DaytonBelle", + "userid": 3191580, + "email": "kellydaytonbelle@gmail.com", + }, + { + "row_num": 21259, + "name": "Cynthia Yzaguirre", + "userid": 3197866, + "email": "focusedhealing@yahoo.com", + }, + { + "row_num": 21264, + "name": "Mary Lynn Smith", + "userid": 3192861, + "email": "jonahsplacecounseling@gmail.com", + }, + { + "row_num": 21265, + "name": "David Kurfman", + "userid": 3193424, + "email": "davidckurfman@gmail.com", + }, + { + "row_num": 21270, + "name": "Angelo Covington", + "userid": 3179339, + "email": "amcovtime@gmail.com", + }, + { + "row_num": 21273, + "name": "Andrea Olson", + "userid": 3173611, + "email": "5334connections@gmail.com", + }, + { + "row_num": 21276, + "name": "Rob Heubel", + "userid": 3174186, + "email": "rhecu@yahoo.com", + }, + { + "row_num": 21277, + "name": "Adriana Franco", + "userid": 3182485, + "email": "apfranco1962@gmail.com", + }, + { + "row_num": 21278, + "name": "Grace Keyes", + "userid": 3175102, + "email": "tacitkeyes@gmail.com", + }, + { + "row_num": 21302, + "name": "Deena Velazquez Dong", + "userid": 3200853, + "email": "deenavelaz@gmail.com", + }, + { + "row_num": 21307, + "name": "Karen Haggard", + "userid": 3191859, + "email": "k.haggardlcsw@gmail.com", + }, + { + "row_num": 21315, + "name": "Chantell Scott", + "userid": 3191368, + "email": "cvinson77@hotmail.com", + }, + { + "row_num": 21329, + "name": "Matthew Semanision", + "userid": 3181889, + "email": "mattsemanision@gmail.com", + }, + { + "row_num": 21336, + "name": "Maksim Tsaryk", + "userid": 3191891, + "email": "max@maksimtsaryk.com", + }, + { + "row_num": 21337, + "name": "Lauren Hales", + "userid": 3185572, + "email": "itslaurie.hales@gmail.com", + }, + { + "row_num": 21343, + "name": "Ann Bogus", + "userid": 3181433, + "email": "annmariebogus@gmail.com", + }, + { + "row_num": 21344, + "name": "Rochelle Rheingans", + "userid": 3176131, + "email": "rochelle.rheingans@gmail.com", + }, + { + "row_num": 21347, + "name": "Alexandra Pajak", + "userid": 3185256, + "email": "alexandra.pajak@alum.agnesscott.edu", + }, + { + "row_num": 21349, + "name": "Victor Tuazon", + "userid": 3187614, + "email": "tuazonve@gmail.com", + }, + { + "row_num": 21364, + "name": "Jennifer Fisher", + "userid": 3149201, + "email": "prisma608@gmail.com", + }, + { + "row_num": 21381, + "name": "Trish Simmons", + "userid": 3124440, + "email": "trish1114msw@gmail.com", + }, + { + "row_num": 21386, + "name": "Stephen Honaker", + "userid": 3176946, + "email": "stephenhonaker@hotmail.com", + }, + { + "row_num": 21407, + "name": "Season DaSilva", + "userid": 3176520, + "email": "sdasilva@comcast.net", + }, + { + "row_num": 21409, + "name": "Fredda Jackson", + "userid": 3179503, + "email": "freddajackson2@gmail.com", + }, + { + "row_num": 21416, + "name": "Jennifer Jill Pariera", + "userid": 3173847, + "email": "j.jill.pariera@gmail.com", + }, + { + "row_num": 21426, + "name": "Tiffany Blake", + "userid": 3181863, + "email": "tgblake87@hotmail.com", + }, + { + "row_num": 21432, + "name": "Jesseca Holston", + "userid": 3175118, + "email": "jessecaholston@icloud.com", + }, + { + "row_num": 21434, + "name": "Nadine Roberts", + "userid": 3183747, + "email": "nroberts@innovativeconcepts26.com", + }, + { + "row_num": 21435, + "name": "Yiasha Smith", + "userid": 3154389, + "email": "yiashasmith@gmail.com", + }, + { + "row_num": 21450, + "name": "Julie Johnson", + "userid": 3163862, + "email": "johnsoncounselinggroup@gmail.com", + }, + { + "row_num": 21453, + "name": "Dora Cario", + "userid": 3172035, + "email": "cariodllc@gmail.com", + }, + { + "row_num": 21457, + "name": "Dianne Martin", + "userid": 3169744, + "email": "dmartinmd5670@gmail.com", + }, + { + "row_num": 21462, + "name": "Colleen Jeffus", + "userid": 3124916, + "email": "colleenjeffus@yahoo.com", + }, + { + "row_num": 21465, + "name": "Capus BARNETT", + "userid": 3180042, + "email": "capusbarnett@gmail.com", + }, + { + "row_num": 21471, + "name": "Tracey Yelen", + "userid": 3143132, + "email": "tyelen321@gmail.com", + }, + { + "row_num": 21483, + "name": "Cenora Akhidenor", + "userid": 3159737, + "email": "cenora777@gmail.com", + }, + { + "row_num": 21491, + "name": "Andra Coulter", + "userid": 3180021, + "email": "andratherapy@gmail.com", + }, + { + "row_num": 21495, + "name": "Arlette Bridges", + "userid": 3183625, + "email": "abridgeslmhc@gmail.com", + }, + { + "row_num": 21499, + "name": "Kristina Giger", + "userid": 3137618, + "email": "kgiger@wyoming.com", + }, + { + "row_num": 21500, + "name": "David Head", + "userid": 3182919, + "email": "david@reamtexas.com", + }, + { + "row_num": 21502, + "name": "Monte Kuykendall", + "userid": 3172298, + "email": "marriageandfamilyhelp2019@gmail.com", + }, + { + "row_num": 21504, + "name": "Andrew Robbins", + "userid": 3175563, + "email": "robbins.andrew@aol.com", + }, + { + "row_num": 21507, + "name": "Christina Webb", + "userid": 3172586, + "email": "cywebb@protonmail.com", + }, + { + "row_num": 21516, + "name": "Christine ONeill", + "userid": 3172673, + "email": "hereforyoutoday@yahoo.com", + }, + { + "row_num": 21517, + "name": "Thomas Ritter", + "userid": 3176255, + "email": "drtomr179@gmail.com", + }, + { + "row_num": 21520, + "name": "Uneeka Weathersby", + "userid": 3176809, + "email": "swuweather@protonmail.com", + }, + { + "row_num": 21523, + "name": "Melissa Gallup", + "userid": 3176278, + "email": "melgallup@hotmail.com", + }, + { + "row_num": 21525, + "name": "Melissa French", + "userid": 3165445, + "email": "mfrench.1@comcast.net", + }, + { + "row_num": 21536, + "name": "Elizabeth Burdick", + "userid": 3177242, + "email": "lburdicklpc@gmail.com", + }, + { + "row_num": 21538, + "name": "Brandi Hampshire", + "userid": 3179140, + "email": "bjhampshire06@gmail.com", + }, + { + "row_num": 21539, + "name": "David Spann", + "userid": 3180792, + "email": "drspann@sovereignjourney.org", + }, + { + "row_num": 21540, + "name": "Doug Lobo", + "userid": 3180118, + "email": "douglasslobo@sjrstate.edu", + }, + { + "row_num": 21541, + "name": "Amy Abbasov", + "userid": 3181559, + "email": "amyabbasov17@gmail.com", + }, + { + "row_num": 21543, + "name": "Joy McNeil", + "userid": 3173004, + "email": "drjoy@wellingplace.com", + }, + { + "row_num": 21545, + "name": "Michael Porterfield", + "userid": 3178935, + "email": "mikeporterfield89@gmail.com", + }, + { + "row_num": 21549, + "name": "Christen Moseley", + "userid": 3172889, + "email": "christen.moseley@gmail.com", + }, + { + "row_num": 21564, + "name": "Virgil Hayes", + "userid": 3172931, + "email": "bdcvirge@hotmail.com", + }, + { + "row_num": 21569, + "name": "Tiffany Ramm", + "userid": 3170144, + "email": "tiffany.ramm@gmail.com", + }, + { + "row_num": 21571, + "name": "Andrea Coulter", + "userid": 3167612, + "email": "realreachmentalhealth@gmail.com", + }, + { + "row_num": 21572, + "name": "Connie Anderson", + "userid": 3174412, + "email": "andersonconnie@hotmail.com", + }, + { + "row_num": 21573, + "name": "Mari Flatt", + "userid": 3176009, + "email": "mari_negaard21@hotmail.com", + }, + { + "row_num": 21575, + "name": "Sarah Lord", + "userid": 3174995, + "email": "slord623@gmail.com", + }, + { + "row_num": 21580, + "name": "Cody Morales", + "userid": 3168632, + "email": "codymoraleslcsw@gmail.com", + }, + { + "row_num": 21581, + "name": "Kathrin Foreman", + "userid": 3168221, + "email": "katieforeman626@gmail.com", + }, + { + "row_num": 21584, + "name": "Marlo Sell", + "userid": 3187718, + "email": "therapywithmarlo@gmail.com", + }, + { + "row_num": 21592, + "name": "Courtney Washington", + "userid": 3122222, + "email": "doctorcburke@gmail.com", + }, + { + "row_num": 21643, + "name": "Laura Nelson", + "userid": 3183218, + "email": "lnelson9@une.edu", + }, + { + "row_num": 21644, + "name": "India Witherington", + "userid": 3163007, + "email": "india.witherington@gmail.com", + }, + { + "row_num": 21682, + "name": "Jessica Steele", + "userid": 3084134, + "email": "jessicasteelenp@gmail.com", + }, + { + "row_num": 21714, + "name": "Yu-Mei Chen", + "userid": 3175273, + "email": "maychen60@comcast.net", + }, + { + "row_num": 21731, + "name": "Shannon Rowland", + "userid": 3161438, + "email": "inspiredbydeecounseling@gmail.com", + }, + { + "row_num": 21736, + "name": "Lora DeLapp", + "userid": 3115922, + "email": "delapplora@gmail.com", + }, + { + "row_num": 21750, + "name": "Anne Pugliese", + "userid": 3176527, + "email": "apugliese430@yahoo.com", + }, + { + "row_num": 21758, + "name": "Kevin Mcpherson", + "userid": 3169763, + "email": "shaggydoc@mac.com", + }, + { + "row_num": 21764, + "name": "Elizabeth Lynn", + "userid": 3140879, + "email": "elizabethdlynn@gmail.com", + }, + { + "row_num": 21765, + "name": "Krystal Kershaw", + "userid": 3177255, + "email": "k.kershaw@cox.net", + }, + { + "row_num": 21799, + "name": "Brittney Santillo", + "userid": 3164825, + "email": "brittneysantillo12@gmail.com", + }, + { + "row_num": 21806, + "name": "Gina Connolly", + "userid": 3161995, + "email": "ginaconnollynp@gmail.com", + }, + { + "row_num": 21811, + "name": "Tanya Kavicky-Mels", + "userid": 3135915, + "email": "kavickymelslmft@gmail.com", + }, + { + "row_num": 21834, + "name": "Anita Aasen", + "userid": 3163006, + "email": "aaasenlcswr@yahoo.com", + }, + { + "row_num": 21837, + "name": "Valerie Harris-Reamer", + "userid": 3151812, + "email": "valerie_reamer@msn.com", + }, + { + "row_num": 21855, + "name": "Aariom Stembridge", + "userid": 3172939, + "email": "aariomstembridge@yahoo.com", + }, + { + "row_num": 21867, + "name": "Kevin Hawk", + "userid": 3155044, + "email": "khawk75@gmail.com", + }, + { + "row_num": 21887, + "name": "Darren Eddy", + "userid": 3178376, + "email": "acaintulsa@gmail.com", + }, + { + "row_num": 21901, + "name": "Donna Bolinger", + "userid": 3129256, + "email": "donnabolinger269@gmail.com", + }, + { + "row_num": 21917, + "name": "William Wilson", + "userid": 3140478, + "email": "wdwilson@umich.edu", + }, + { + "row_num": 21925, + "name": "Travis Butner", + "userid": 3133473, + "email": "tsbutner@gmail.com", + }, + { + "row_num": 21927, + "name": "Jessica Bruno", + "userid": 3142017, + "email": "jb5816@nyu.edu", + }, + { + "row_num": 21933, + "name": "jalinia logan", + "userid": 3148153, + "email": "ms.jlpn@yahoo.com", + }, + { + "row_num": 21935, + "name": "Madison Wilson", + "userid": 3135918, + "email": "madilivers@yahoo.com", + }, + { + "row_num": 21936, + "name": "Lethea Pittman", + "userid": 3130023, + "email": "heiressburns@icloud.com", + }, + { + "row_num": 21937, + "name": "Heather Revill", + "userid": 3170351, + "email": "heatherrevill@gmail.com", + }, + { + "row_num": 21962, + "name": "Samantha Krevalin", + "userid": 3116590, + "email": "samanthakrevalin@gmail.com", + }, + { + "row_num": 21965, + "name": "Rhoda Phillips", + "userid": 3119311, + "email": "rhodacaregroup@gmail.com", + }, + { + "row_num": 21966, + "name": "Eric Harden", + "userid": 3105568, + "email": "ericjayh@icloud.com", + }, + { + "row_num": 21970, + "name": "Kristen Keene", + "userid": 3164890, + "email": "kristen@hoseacounselingservices.com", + }, + { + "row_num": 21992, + "name": "Alanna Newman", + "userid": 3119811, + "email": "aenewmanlmsw@gmail.com", + }, + { + "row_num": 22000, + "name": "Melinda Sponseller", + "userid": 3162008, + "email": "mindy.sponseller@gmail.com", + }, + { + "row_num": 22033, + "name": "Mical Lorenz", + "userid": 3124451, + "email": "mroby188@gmail.com", + }, + { + "row_num": 22039, + "name": "SARITA SCHAPIRO", + "userid": 3154649, + "email": "saritaschapiro@yahoo.com", + }, + { + "row_num": 22051, + "name": "STACI FARLEY", + "userid": 3147496, + "email": "stacifarleylpc@outlook.com", + }, + { + "row_num": 22052, + "name": "Olivia Pierre", + "userid": 3152838, + "email": "olivianp9@gmail.com", + }, + { + "row_num": 22071, + "name": "Amy Vredenburgh", + "userid": 3140504, + "email": "amyv@sbirch.org", + }, + { + "row_num": 22084, + "name": "Cody Harvey", + "userid": 3146736, + "email": "rainbowplainscounseling@gmail.com", + }, + { + "row_num": 22088, + "name": "Fountain Tester 3", + "userid": "", + "email": "amar+103@fountain.com", + }, + { + "row_num": 22093, + "name": "Robert Christal", + "userid": 3084413, + "email": "christalcounseling@gmail.com", + }, + { + "row_num": 22098, + "name": "Mitra Kermani", + "userid": 3143967, + "email": "mitranik1@aol.com", + }, + { + "row_num": 22113, + "name": "Jean Schult", + "userid": 3129686, + "email": "jeanschult@yahoo.com", + }, + { + "row_num": 22114, + "name": "Dina Sullivan", + "userid": 3085066, + "email": "dinaj89@gmail.com", + }, + { + "row_num": 22148, + "name": "Rafael Musseb-Gil", + "userid": 3113565, + "email": "rmussebgil@yahoo.com", + }, + { + "row_num": 22159, + "name": "Amanda Chenkin", + "userid": 3106633, + "email": "choicecareercounseling@gmail.com", + }, + { + "row_num": 22167, + "name": "Kathrine Frewin", + "userid": 3103134, + "email": "kfrewinlcsw@gmail.com", + }, + { + "row_num": 22169, + "name": "Sean Williamson", + "userid": 3101864, + "email": "sewills4@gmail.com", + }, + { + "row_num": 22170, + "name": "Michael Doria", + "userid": 3100823, + "email": "mdoria@neuropsychcps.com", + }, + { + "row_num": 22172, + "name": "Yslande Vilsaint", + "userid": 3099958, + "email": "yslandesalomon@gmail.com", + }, + { + "row_num": 22179, + "name": "Sharehan Ayesh", + "userid": 3096431, + "email": "sharehanayesh@hotmail.com", + }, + { + "row_num": 22180, + "name": "Cassandra Bell-Gash", + "userid": 3095261, + "email": "cbellgash@hotmail.com", + }, + { + "row_num": 22181, + "name": "Jill Kapil", + "userid": 3096898, + "email": "drjillkapil@gmail.com", + }, +] diff --git a/Scripts/dict_test.py b/Scripts/dict_test.py new file mode 100644 index 00000000..a8ac2782 --- /dev/null +++ b/Scripts/dict_test.py @@ -0,0 +1,8 @@ +test_list = [ + {"row_num":0, "name":"hello"}, + {"row_num":1, "name":"goodbye"} +] +if "goodbye" in test_list[0].values(): + print("It Exists!") +else: + print("it doesn't exist") diff --git a/Scripts/ts_lstdict.py b/Scripts/ts_lstdict.py new file mode 100644 index 00000000..72200208 --- /dev/null +++ b/Scripts/ts_lstdict.py @@ -0,0 +1,12496 @@ +LISTDICT = [ + { + "row_num": 21, + "name": "Wesley Hatcher", + "userid": 673052, + "email": "wesleywhatcher@gmail.com", + }, + { + "row_num": 55, + "name": "Nancy Turley", + "userid": 586951, + "email": "nancy@nstcounseling.com", + }, + { + "row_num": 73, + "name": "Genee Tinsley", + "userid": 3205539, + "email": "geneetinsley@icloud.com", + }, + { + "row_num": 78, + "name": "Mark Pruitt", + "userid": 3291119, + "email": "markdpruitt@gmail.com", + }, + { + "row_num": 95, + "name": "Dr. Carleah East", + "userid": 3342614, + "email": "dreast07@gmail.com", + }, + { + "row_num": 96, + "name": "Joset Rosado", + "userid": 3238333, + "email": "joset@josetrosado.com", + }, + { + "row_num": 100, + "name": "Chelsey Roberts", + "userid": 732167, + "email": "chelsey.roberts10@gmail.com", + }, + { + "row_num": 102, + "name": "Chantelle Rhoden", + "userid": 3278117, + "email": "rhodenchantelle@gmail.com", + }, + { + "row_num": 104, + "name": "Sandra Teniente", + "userid": 3179158, + "email": "sandra.teniente@yahoo.com", + }, + { + "row_num": 114, + "name": "Robin Hughes", + "userid": 2235687, + "email": "robinr1176@aol.com", + }, + { + "row_num": 128, + "name": "Angela Kazmierczak", + "userid": 1765706, + "email": "akaz1007@gmail.com", + }, + { + "row_num": 129, + "name": "Wanda Smart King", + "userid": 835959, + "email": "wesmart1161@gmail.com", + }, + { + "row_num": 135, + "name": "Teresa Harris", + "userid": 2463627, + "email": "teresa.harrispro77@gmail.com", + }, + { + "row_num": 141, + "name": "Jacqueline McAlees", + "userid": 3154152, + "email": "pagemcaleese@gmail.com", + }, + { + "row_num": 147, + "name": "Joseph Kaiser", + "userid": 3165795, + "email": "drivevwdrive@hotmail.com", + }, + { + "row_num": 148, + "name": "Virgil Miller", + "userid": 3254413, + "email": "virgilmiller1@gmail.com", + }, + { + "row_num": 149, + "name": "Nellie McCarty", + "userid": 1409758, + "email": "nellierosemccarty@gmail.com", + }, + { + "row_num": 152, + "name": "Wendy Napoleon", + "userid": 889143, + "email": "wendy.napoleon@gmail.com", + }, + { + "row_num": 158, + "name": "Karyll Honeycutt", + "userid": 937619, + "email": "kvshoneycutt@gmail.com", + }, + { + "row_num": 159, + "name": "Jennifer Bradley", + "userid": 2694128, + "email": "jenbradleyphd@gmail.com", + }, + { + "row_num": 167, + "name": "Maisha Walters", + "userid": 3324812, + "email": "maishawalters@gmail.com", + }, + { + "row_num": 168, + "name": "Kristina Fioravante", + "userid": 2094101, + "email": "kfioravante91@gmail.com", + }, + { + "row_num": 170, + "name": "Norah Knabe", + "userid": 550478, + "email": "norah@rosewoodfamilytherapy.com", + }, + { + "row_num": 171, + "name": "Jeanette Gallus", + "userid": 2741626, + "email": "jagallus@msn.com", + }, + { + "row_num": 172, + "name": "Jedidiah Savard", + "userid": 2091889, + "email": "drjsavard@gmail.com", + }, + { + "row_num": 175, + "name": "Stephanie Weinblatt", + "userid": 2222742, + "email": "stephanielcpc@gmail.com", + }, + { + "row_num": 179, + "name": "Mignon Pasqualicchio", + "userid": 3321881, + "email": "mpasqualicchio@yahoo.com", + }, + { + "row_num": 181, + "name": "Tanya Hart", + "userid": 2673664, + "email": "hartt2bwell@gmail.com", + }, + { + "row_num": 201, + "name": " Natalie Patterson", + "userid": 1585803, + "email": "nataliejpatterson@yahoo.com", + }, + { + "row_num": 203, + "name": "Theresa Abec", + "userid": 3313445, + "email": "etheda@yahoo.com", + }, + { + "row_num": 209, + "name": "Arti Dautenhahn", + "userid": 2798264, + "email": "artiaugustdautenhahn@gmail.com", + }, + { + "row_num": 210, + "name": "Stephanie Roseboro", + "userid": 3338295, + "email": "roseborosy@gmail.com", + }, + { + "row_num": 213, + "name": "Shing Chin Ginkens", + "userid": 3278121, + "email": "alice.ginkens@hotmail.com", + }, + { + "row_num": 215, + "name": "Evelyn Martin", + "userid": 2202172, + "email": "eviemartinb@aol.com", + }, + { + "row_num": 216, + "name": "Eugenia Davis", + "userid": 3155043, + "email": "firstbabyat32@bellsouth.net", + }, + { + "row_num": 218, + "name": "Sarah Hewitt", + "userid": 3366835, + "email": "shewittcmhc@gmail.com", + }, + { + "row_num": 219, + "name": "Colleen Innis", + "userid": 3278020, + "email": "simplythebestcuisine@gmail.com", + }, + { + "row_num": 223, + "name": "Jennifer Mieszala", + "userid": 3273556, + "email": "jennifermieszala@gmail.com", + }, + { + "row_num": 224, + "name": "Judy McLaughin", + "userid": 368637, + "email": "judydmcl@gmail.com", + }, + { + "row_num": 225, + "name": "Ingrid Vergara", + "userid": 2083235, + "email": "ingridvergara3108@gmail.com", + }, + { + "row_num": 226, + "name": "Jeanine Goodwin", + "userid": 3323221, + "email": "healthycoupleshealthyfamilies@gmail.com", + }, + { + "row_num": 233, + "name": "Keniesha Francis", + "userid": 935716, + "email": "jwkfrancis@outlook.com", + }, + { + "row_num": 234, + "name": "Kerry Green", + "userid": 595814, + "email": "kgreenlcsw@gmail.com", + }, + { + "row_num": 235, + "name": "Shawn Markey", + "userid": 2432964, + "email": "stmarkey58@yahoo.com", + }, + { + "row_num": 236, + "name": "Tracy Klemme", + "userid": 527294, + "email": "tracy@flourishtherapies.com", + }, + { + "row_num": 237, + "name": "George Brassea", + "userid": 3187841, + "email": "george@trueheightstx.org", + }, + { + "row_num": 244, + "name": "Noel James", + "userid": 3251437, + "email": "noelbit@icloud.com", + }, + { + "row_num": 245, + "name": "Denise Flack", + "userid": 3201698, + "email": "denifraga@yahoo.com", + }, + { + "row_num": 246, + "name": "Shannon Lowell", + "userid": 3356894, + "email": "shannon.veritas@gmail.com", + }, + { + "row_num": 247, + "name": "Mercy Abunaw", + "userid": 3204290, + "email": "mabunaw@mercyreigns.net", + }, + { + "row_num": 248, + "name": "Tiffany Layne ", + "userid": 1915103, + "email": "loudermilttn@yahoo.com", + }, + { + "row_num": 249, + "name": "Lisa Davis", + "userid": 3245692, + "email": "lisa.davis2010@yahoo.com", + }, + { + "row_num": 252, + "name": "Jill DiVito", + "userid": 750666, + "email": "jill.fullerton7@gmail.com", + }, + { + "row_num": 253, + "name": "Tatum Wrobel", + "userid": 215570, + "email": "twrobel80@gmail.com", + }, + { + "row_num": 254, + "name": "Shelby Davey", + "userid": 3249203, + "email": "shelbdavey@gmail.com", + }, + { + "row_num": 258, + "name": "Catherine Bruce ", + "userid": 3068808, + "email": "chahtacathi@yahoo.com", + }, + { + "row_num": 259, + "name": "Lisa Corbin", + "userid": 3187713, + "email": "coffeegrounds1221@yahoo.com", + }, + { + "row_num": 267, + "name": "Alisa Da Costa Rodrigues ", + "userid": 2445782, + "email": "alisadacosta9@gmail.com", + }, + { + "row_num": 271, + "name": "Marty Sapp", + "userid": 2254117, + "email": "sappmarty2@gmail.com", + }, + { + "row_num": 272, + "name": "Moya OLeary", + "userid": 2500062, + "email": "moya.oleary324@gmail.com", + }, + { + "row_num": 273, + "name": "Miriam Hartley", + "userid": 3274031, + "email": "miriamhartleylcsw@gmail.com", + }, + { + "row_num": 274, + "name": "Ginny Weston", + "userid": 1305239, + "email": "ginnyweston8@yahoo.com", + }, + { + "row_num": 276, + "name": "Terrie Deere", + "userid": 3051350, + "email": "tdeere2002@yahoo.com", + }, + { + "row_num": 277, + "name": "Sarah Benitez", + "userid": 3218435, + "email": "sbenitez.mmhc@gmail.com", + }, + { + "row_num": 278, + "name": "Camille Hardman", + "userid": 3184053, + "email": "hardmancounseling@gmail.com", + }, + { + "row_num": 280, + "name": "DANIEL OLACIREGUI", + "userid": 3191024, + "email": "dotherapy198@gmail.com", + }, + { + "row_num": 281, + "name": "Russell Johnson", + "userid": 2708985, + "email": "russj1@aol.com", + }, + { + "row_num": 282, + "name": "Joyce Mink", + "userid": 1963058, + "email": "joycemink1@aol.com", + }, + { + "row_num": 283, + "name": "manpreet sandhu", + "userid": 2827877, + "email": "sandhu_7881@yahoo.com", + }, + { + "row_num": 284, + "name": "Lynn Armah", + "userid": 1893564, + "email": "misslynnie07@gmail.com", + }, + { + "row_num": 285, + "name": "Jeremy Combs", + "userid": 3193981, + "email": "jmcairforce@yahoo.com", + }, + { + "row_num": 286, + "name": "Laura Klinefelter", + "userid": 2701133, + "email": "laurak4607@gmail.com", + }, + { + "row_num": 287, + "name": "Elizabeth Lueking", + "userid": 3296144, + "email": "randrcenterofhope@gmail.com", + }, + { + "row_num": 288, + "name": "Rob Harrison", + "userid": 3351841, + "email": "robjharrison1@gmail.com", + }, + { + "row_num": 289, + "name": "Vanessa Rubin", + "userid": 3323248, + "email": "vanrubin@aol.com", + }, + { + "row_num": 290, + "name": "Richard McDonald", + "userid": 3335836, + "email": "info@ebpiweb.com", + }, + { + "row_num": 293, + "name": "Jack Bannin", + "userid": 3212625, + "email": "info@bexarfamilysolutions.com", + }, + { + "row_num": 294, + "name": "Rebecca Clinton", + "userid": 447436, + "email": "rebecca.m.clinton@gmail.com", + }, + { + "row_num": 295, + "name": "Marshawna Hoyte", + "userid": 3331706, + "email": "marshawna.hoyte@gmail.com", + }, + { + "row_num": 303, + "name": "Kelly Warner", + "userid": 2836827, + "email": "kafowler9@gmail.com", + }, + { + "row_num": 350, + "name": "Tricia Colbert", + "userid": 3366097, + "email": "colbert.tricia@gmail.com", + }, + { + "row_num": 364, + "name": "Rene Minter", + "userid": 2545032, + "email": "rmintercarr@msn.com", + }, + { + "row_num": 385, + "name": "Tara Thibodaux", + "userid": 2899045, + "email": "tathibo222@gmail.com", + }, + { + "row_num": 403, + "name": "Wendy Pugh", + "userid": 2230721, + "email": "wenstheway@hotmail.com", + }, + { + "row_num": 469, + "name": "Kyra Santiago", + "userid": 3246889, + "email": "kyratsantiago@gmail.com", + }, + { + "row_num": 470, + "name": "Whitney Redden", + "userid": 1973229, + "email": "whitney_uptmore@yahoo.com", + }, + { + "row_num": 555, + "name": "Tamisha Daniels", + "userid": 377512, + "email": "mishahiggins@yahoo.com", + }, + { + "row_num": 568, + "name": "Wendy Tremblay", + "userid": 3139101, + "email": "tremblay.wendy@gmail.com", + }, + { + "row_num": 604, + "name": "Tammy Warren", + "userid": 3243351, + "email": "warrentr8340@gmail.com", + }, + { + "row_num": 629, + "name": "Tiffany Pranno", + "userid": 3014773, + "email": "tiffanykristap@gmail.com", + }, + { + "row_num": 636, + "name": "Tamela Polanin", + "userid": 2885157, + "email": "tamelap.lpc@gmail.com", + }, + { + "row_num": 643, + "name": "Tara Hagan", + "userid": 802682, + "email": "tmhagan1971@gmail.com", + }, + { + "row_num": 705, + "name": "William Besterman", + "userid": 2175472, + "email": "william_besterman@aim.com", + }, + { + "row_num": 712, + "name": "ron frigault", + "userid": 3234063, + "email": "rascal1030@kc.rr.com", + }, + { + "row_num": 731, + "name": "Veronica Smith", + "userid": 3294961, + "email": "greblue64@gmail.com", + }, + { + "row_num": 768, + "name": "michael vega", + "userid": 3260068, + "email": "michaelvega.sw@gmail.com", + }, + { + "row_num": 781, + "name": "Taylor Nolan", + "userid": 3319391, + "email": "taylorlnolan@gmail.com", + }, + { + "row_num": 823, + "name": "Tracy Schurch", + "userid": 467276, + "email": "tracy.schurch@gmail.com", + }, + { + "row_num": 835, + "name": "Ryan Espinoza", + "userid": 595729, + "email": "ryan@ryanespinozacounseling.com", + }, + { + "row_num": 843, + "name": "Rosa E Salas", + "userid": 2741569, + "email": "admin@psicoterapiatoday.com", + }, + { + "row_num": 991, + "name": "Stephanie Herrick", + "userid": 3329929, + "email": "stephanie.herrick@doane.edu", + }, + { + "row_num": 1025, + "name": "Renee Roark", + "userid": 3234574, + "email": "neeroark@gmail.com", + }, + { + "row_num": 1046, + "name": "Toni Williams Haverty", + "userid": 3369319, + "email": "liveinglifehappy@gmail.com", + }, + { + "row_num": 1054, + "name": "Vida Phoenix", + "userid": 1337867, + "email": "vidaphoenix@yahoo.com", + }, + { + "row_num": 1063, + "name": "Yamileth Vega", + "userid": 3304391, + "email": "yamivegabj@gmail.com", + }, + { + "row_num": 1078, + "name": "Trudy Goski", + "userid": 2533617, + "email": "counselingflorida@gmail.com", + }, + { + "row_num": 1087, + "name": "Tyonna Brooks", + "userid": 3317609, + "email": "brookstyonna3@gmail.com", + }, + { + "row_num": 1121, + "name": "Terri Samuels", + "userid": 1321728, + "email": "terrilsamuels@gmail.com", + }, + { + "row_num": 1133, + "name": "Jennifer Magness", + "userid": 2055073, + "email": "barberjn@gmail.com", + }, + { + "row_num": 1140, + "name": "Dan O'Neill", + "userid": 2004732, + "email": "dano.5948@gmail.com", + }, + { + "row_num": 1143, + "name": "Vincent Dimone", + "userid": 2162056, + "email": "vpd@counseling2thrive.com", + }, + { + "row_num": 1144, + "name": "Tasheena Donell", + "userid": 3163931, + "email": "tdonell@icloud.com", + }, + { + "row_num": 1156, + "name": "Nicholas Meister", + "userid": 1992504, + "email": "nmeisterlpcc@gmail.com", + }, + { + "row_num": 1157, + "name": "Vanessa Valles", + "userid": 992836, + "email": "vallesvaness83@yahoo.com", + }, + { + "row_num": 1167, + "name": "TRICIA HENDERSON", + "userid": 3252279, + "email": "tricialhenderson@gmail.com", + }, + { + "row_num": 1184, + "name": "Tessa DePasquale", + "userid": 2801043, + "email": "tlamirande12@gmail.com", + }, + { + "row_num": 1190, + "name": "Thomas Bennett", + "userid": 2235678, + "email": "tsboba12@gmail.com", + }, + { + "row_num": 1198, + "name": "Tiara Hanks", + "userid": 3351553, + "email": "thanks_msw@outlook.com", + }, + { + "row_num": 1205, + "name": "Wendy Durant", + "userid": 3303004, + "email": "wendydurant@duracarecounseling.com", + }, + { + "row_num": 1211, + "name": "Virginia Nielsen", + "userid": 3306298, + "email": "virginianielsen@sdcct.org", + }, + { + "row_num": 1218, + "name": "Tim Fredrik Edquilag", + "userid": 138037, + "email": "edquilaglpc@intuitiveinsightcounseling.com", + }, + { + "row_num": 1226, + "name": "Victoria Turrentine", + "userid": 3135916, + "email": "vlturrentine@gmail.com", + }, + { + "row_num": 1233, + "name": "Ebonee Edwards", + "userid": 3347605, + "email": "blujaaecounselingservices@gmail.com", + }, + { + "row_num": 1238, + "name": "Summer Papin", + "userid": 380360, + "email": "spapin13@yahoo.com", + }, + { + "row_num": 1257, + "name": "Zaya Kuykendall", + "userid": 333710, + "email": "zk.therapist@gmail.com", + }, + { + "row_num": 1272, + "name": "Yolanda Urena", + "userid": 3046683, + "email": "cyclesoflifecounselingsc@gmail.com", + }, + { + "row_num": 1291, + "name": "Walston Barbour", + "userid": 605732, + "email": "malikbarbour2010@comcast.net", + }, + { + "row_num": 1303, + "name": "Victoria Torres", + "userid": 3218249, + "email": "vmtorres1989@gmail.com", + }, + {"row_num": 1316, "name": "Tim Welch", "userid": 802717, "email": "tim@twelch.com"}, + { + "row_num": 1322, + "name": "Tracy Doro-krueger", + "userid": 3172933, + "email": "dorokrueger@gmail.com", + }, + { + "row_num": 1329, + "name": "Walt Nunnally", + "userid": 825173, + "email": "waltnunnally@frontier.com", + }, + { + "row_num": 1335, + "name": "Theresa Rositano", + "userid": 3181866, + "email": "theresarositano@gmail.com", + }, + { + "row_num": 1341, + "name": "Yasmine Iliya", + "userid": 2195070, + "email": "yasmine.iliya@gmail.com", + }, + { + "row_num": 1347, + "name": "Zyer Beaty", + "userid": 3364953, + "email": "zyerbeaty@gmail.com", + }, + { + "row_num": 1359, + "name": "Tricia Colbert", + "userid": 3366097, + "email": "colbertt.tricia@gmail.com", + }, + { + "row_num": 1371, + "name": "Tarrant Graham", + "userid": 3259594, + "email": "tarrantg71@gmail.com", + }, + { + "row_num": 1377, + "name": "Theresa Vosefski-Sears", + "userid": 3160675, + "email": "terryjoy4u@verizon.net", + }, + { + "row_num": 1383, + "name": "Taylor Girard", + "userid": 3316037, + "email": "girardtab8@gmail.com", + }, + { + "row_num": 1423, + "name": "Ricky Lomax", + "userid": 3306964, + "email": "lomax.ricky@yahoo.com", + }, + { + "row_num": 1442, + "name": "Sarah Bailey", + "userid": 2130895, + "email": "sarahnpobst@hotmail.com", + }, + { + "row_num": 1448, + "name": "Raymond Castiglia", + "userid": 3307088, + "email": "raycastiglialmhc@gmail.com", + }, + { + "row_num": 1458, + "name": "Farah Westbrook", + "userid": 2439388, + "email": "westbrookwellnesspc@gmail.com", + }, + { + "row_num": 1483, + "name": "Stacey Kiger", + "userid": 185602, + "email": "stacey.kiger@gmail.com", + }, + { + "row_num": 1536, + "name": "Sarah Edelman", + "userid": 3298680, + "email": "saedelman9@gmail.com", + }, + { + "row_num": 1585, + "name": "Rebekah Smith", + "userid": 3333383, + "email": "rjsmithlcsw@gmail.com", + }, + { + "row_num": 1603, + "name": "Shannon Murphy", + "userid": 3132355, + "email": "shannonmurphylcsw@gmail.com", + }, + { + "row_num": 1647, + "name": "Sara Kunkle", + "userid": 2072563, + "email": "kunkle.kunkle@gmail.com", + }, + { + "row_num": 1653, + "name": "Shelby Schrader", + "userid": 1104200, + "email": "shelbyschrader@hotmail.com", + }, + { + "row_num": 1711, + "name": "Maria Scotto ", + "userid": 824263, + "email": "maria@balancedlifetherapygroup.com", + }, + { + "row_num": 1799, + "name": "Sharon Bowen", + "userid": 2346453, + "email": "snbowen25@gmail.com", + }, + { + "row_num": 1870, + "name": "Alfred Smith III", + "userid": 3285302, + "email": "adsmith2011@yahoo.com", + }, + { + "row_num": 1882, + "name": "Rebecca Whitley", + "userid": 3213888, + "email": "rsw.lcsw@protonmail.com", + }, + { + "row_num": 1919, + "name": "Stacy Colaizzo", + "userid": 517990, + "email": "stacydownscolaizzomft@gmail.com", + }, + { + "row_num": 1941, + "name": "Robin Eaton-Novak", + "userid": 1253742, + "email": "raenovak@icloud.com", + }, + { + "row_num": 1952, + "name": "Suzanne Anderson", + "userid": 3321170, + "email": "suzanneanders23@hotmail.com", + }, + { + "row_num": 1958, + "name": "Sharon Bland-Brady", + "userid": 3269364, + "email": "sharonbrady10@yahoo.com", + }, + { + "row_num": 1985, + "name": "Stephanie Long", + "userid": 3063924, + "email": "stephielong@yahoo.com", + }, + { + "row_num": 2002, + "name": "Bekah Jaeger", + "userid": 901410, + "email": "bekahjaeger@gmail.com", + }, + { + "row_num": 2008, + "name": "Robin Warnberg ", + "userid": 901316, + "email": "robinw.lcsw@yahoo.com", + }, + { + "row_num": 2062, + "name": "Robin Lambrecht", + "userid": 3238415, + "email": "r.lambrecht@yahoo.com", + }, + { + "row_num": 2075, + "name": "Stephanie James", + "userid": 2235674, + "email": "03stephanie.james@gmail.com", + }, + { + "row_num": 2090, + "name": "Sonya Willis", + "userid": 2535054, + "email": "sonya.willis723@gmail.com", + }, + { + "row_num": 2097, + "name": "Stacy Reo", + "userid": 2246665, + "email": "reynolds_stacy@rocketmail.com", + }, + { + "row_num": 2108, + "name": "Tony Reigle", + "userid": 2356033, + "email": "reigletherapeutics@yahoo.com", + }, + { + "row_num": 2123, + "name": "Steven Buck", + "userid": 2771997, + "email": "stevenwbuck2@outlook.com", + }, + { + "row_num": 2129, + "name": "Stephanie Freeman", + "userid": 3198091, + "email": "sml.larson@gmail.com", + }, + { + "row_num": 2141, + "name": "Williston Riggs", + "userid": 3357255, + "email": "wbr713@gmail.com", + }, + { + "row_num": 2154, + "name": "Betty Turner", + "userid": 3589843, + "email": "betty.turner907@gmail.com", + }, + { + "row_num": 2168, + "name": "Susan Prince", + "userid": 3310543, + "email": "sprincelcsw@icloud.com", + }, + { + "row_num": 2177, + "name": "Jessica Vicari", + "userid": 1806784, + "email": "jessicavicari22@gmail.com", + }, + { + "row_num": 2183, + "name": "Sharon Zigman", + "userid": 3212683, + "email": "sbzig2@yahoo.com", + }, + { + "row_num": 2189, + "name": "Sunkeissa Cantrell", + "userid": 3313385, + "email": "sunkeissa.cantrell@gmail.com", + }, + { + "row_num": 2196, + "name": "AnneMarie Nawrocki", + "userid": 3441909, + "email": "acnawrocki@gmail.com", + }, + { + "row_num": 2208, + "name": "Sara Janowski-Therion", + "userid": 3317230, + "email": "saratherion@yahoo.com", + }, + { + "row_num": 2216, + "name": "Michelle Hill ", + "userid": 2434230, + "email": "shelly_hill11@yahoo.com", + }, + { + "row_num": 2229, + "name": "Megan Swenseth", + "userid": 3306828, + "email": "meg@reflectandreframe.com", + }, + { + "row_num": 2237, + "name": "Jamie Ellis", + "userid": 3337723, + "email": "jamie.ellis.family@gmail.com", + }, + { + "row_num": 2244, + "name": "Shamni Dougall", + "userid": 3270723, + "email": "sdougall@ymail.com", + }, + { + "row_num": 2253, + "name": "Raquel Barela", + "userid": 3267583, + "email": "raquelb.wccc@gmail.com", + }, + { + "row_num": 2259, + "name": "Sylvie-Queen Ekobena ", + "userid": 2839485, + "email": "queen.ekobena02@gmail.com", + }, + { + "row_num": 2269, + "name": "Susan Marone", + "userid": 1809725, + "email": "marone17r@gmail.com", + }, + { + "row_num": 2284, + "name": "Sherry Iyamu", + "userid": 3127930, + "email": "siiyamu@gmail.com", + }, + { + "row_num": 2290, + "name": "Sheila Dwyer", + "userid": 3121050, + "email": "sgdwyer1005@gmail.com", + }, + { + "row_num": 2296, + "name": "Rachel Wren", + "userid": 1227894, + "email": "rwren06@gmail.com", + }, + { + "row_num": 2307, + "name": "Nancy Baker", + "userid": 2235670, + "email": "nancybaker.phd.dms@gmail.com", + }, + { + "row_num": 2324, + "name": "Regina Hughes", + "userid": 3312144, + "email": "hughesreg@gmail.com", + }, + {"row_num": 2332, "name": "Sonia Romero", "userid": 3244368, "email": "soa"}, + { + "row_num": 2340, + "name": "Marisa Schaff", + "userid": 3112043, + "email": "marisa@valorhealing.com", + }, + { + "row_num": 2350, + "name": "Nedra Young", + "userid": 605740, + "email": "rblnpenland@gmail.com", + }, + { + "row_num": 2359, + "name": "Nina Kramer", + "userid": 3266820, + "email": "ninawkramer@gmail.com", + }, + { + "row_num": 2365, + "name": "Robert Bryant", + "userid": 640183, + "email": "profrlb@hotmail.com", + }, + { + "row_num": 2391, + "name": "Michele A Bauman", + "userid": 1990742, + "email": "michele.mangan.18@gmail.com", + }, + { + "row_num": 2404, + "name": "Rene Garcell", + "userid": 802743, + "email": "renegarcell@bellsouth.net", + }, + { + "row_num": 2414, + "name": "Rebecca Shaughnessy", + "userid": 3204939, + "email": "becki36@icloud.com", + }, + { + "row_num": 2420, + "name": "Susan Dixon", + "userid": 550505, + "email": "susandixoncounseling@hotmail.com", + }, + { + "row_num": 2427, + "name": "Stephanie Petersen", + "userid": 3181780, + "email": "stephanie@befreetherapy.com", + }, + { + "row_num": 2433, + "name": "Rachel DeVita", + "userid": 1323980, + "email": "racheldevita@gmail.com", + }, + { + "row_num": 2442, + "name": "Megan Propps", + "userid": 3191561, + "email": "megan.propps.lpc@protonmail.com", + }, + { + "row_num": 2451, + "name": "Rafat Omar", + "userid": 3317339, + "email": "orafat96@gmail.com", + }, + { + "row_num": 2457, + "name": "Stephen Onley", + "userid": 3354803, + "email": "sonley7@hotmail.com", + }, + { + "row_num": 2465, + "name": "Stephanie Chambers", + "userid": 602393, + "email": "stephanie_s_chambers@yahoo.com", + }, + { + "row_num": 2471, + "name": "Sue Kelley", + "userid": 3245032, + "email": "spinpositive@twcny.rr.com", + }, + { + "row_num": 2478, + "name": "Susan Pagels", + "userid": 3312021, + "email": "spagels6749@gmail.com", + }, + { + "row_num": 2484, + "name": "Reynolds Hawkins", + "userid": 2117241, + "email": "famuhawk82@gmail.com", + }, + { + "row_num": 2490, + "name": "Sharron Sylvain", + "userid": 3284604, + "email": "sharron.sylvain@gmail.com", + }, + { + "row_num": 2496, + "name": "Sarah Surrey", + "userid": 450454, + "email": "sarah.surrey@yahoo.com", + }, + { + "row_num": 2510, + "name": "Stephanie Field", + "userid": 614233, + "email": "sefield@verizon.net", + }, + { + "row_num": 2516, + "name": "Sandra Schwartz", + "userid": 3352735, + "email": "sandyschwartzmhc@gmail.com", + }, + { + "row_num": 2522, + "name": "Sharon Black", + "userid": 2173574, + "email": "sharonlwblack@yahoo.com", + }, + { + "row_num": 2528, + "name": "Raymond Mizer", + "userid": 1947725, + "email": "ray@badkatgym.com", + }, + { + "row_num": 2538, + "name": "Steven Littleton", + "userid": 3360296, + "email": "slittlet@gmail.com", + }, + { + "row_num": 2544, + "name": "Shannon Mott", + "userid": 3142330, + "email": "smott37@icloud.com", + }, + { + "row_num": 2550, + "name": "Robert Saunders", + "userid": 2422674, + "email": "saunderscounseling@yahoo.com", + }, + { + "row_num": 2573, + "name": "Robin Wagner", + "userid": 1337849, + "email": "robin.c.wagner@gmail.com", + }, + { + "row_num": 2586, + "name": "RAINER GOLDBERG", + "userid": 3278654, + "email": "rainjgoldberg@gmail.com", + }, + { + "row_num": 2592, + "name": "Robin Fleischer", + "userid": 3310281, + "email": "robin.fleischer@icloud.com", + }, + { + "row_num": 2598, + "name": "Rebecca White", + "userid": 3187790, + "email": "beccawhite713@gmail.com", + }, + { + "row_num": 2604, + "name": "Satyaprabha Bollam", + "userid": 2466815, + "email": "satyaprabha@hotmail.com", + }, + { + "row_num": 2628, + "name": "Sepideh Pourhassani", + "userid": 3175423, + "email": "sepidehpourhassani@gmail.com", + }, + { + "row_num": 2634, + "name": "Robert Mcqueen", + "userid": 3315577, + "email": "rcmcqueenj@yahoo.com", + }, + { + "row_num": 2640, + "name": "Sandra Fournier", + "userid": 361362, + "email": "sandy.fournier@gmail.com", + }, + { + "row_num": 2653, + "name": "Stephani Masi", + "userid": 373042, + "email": "stephani.masi@gmail.com", + }, + { + "row_num": 2659, + "name": "Ryan Suhr", + "userid": 2267230, + "email": "ryansuhr@gmail.com", + }, + { + "row_num": 2665, + "name": "Ryan Horn", + "userid": 3352719, + "email": "ryanphorn@hotmail.com", + }, + { + "row_num": 2683, + "name": "Solomon Berewa", + "userid": 3235777, + "email": "solobjnr@gmail.com", + }, + { + "row_num": 2692, + "name": "Robert Dumond", + "userid": 2317229, + "email": "rwdumond@aol.com", + }, + { + "row_num": 2698, + "name": "Razaria Best", + "userid": 2236274, + "email": "therapyforthoughts@gmail.com", + }, + { + "row_num": 2705, + "name": "Ronaka Jones Duncan", + "userid": 3210477, + "email": "ronakajones@yahoo.com", + }, + { + "row_num": 2711, + "name": "Roy Buggee", + "userid": 3316272, + "email": "royb596@aol.com", + }, + { + "row_num": 2718, + "name": "Robin Cooper", + "userid": 3240741, + "email": "rcooper6@live.com", + }, + { + "row_num": 2724, + "name": "Samantha Silverberg", + "userid": 3170454, + "email": "silverberglmhc@gmail.com", + }, + { + "row_num": 2736, + "name": "Stephanie Brown-Gilbert", + "userid": 2059645, + "email": "smbrowninc@me.com", + }, + { + "row_num": 2742, + "name": "Stephany Piermattei", + "userid": 2307543, + "email": "stephanypiermattei@mac.com", + }, + { + "row_num": 2748, + "name": "Sherita Dobbins", + "userid": 3034984, + "email": "sherita.dobbins1216@hotmail.com", + }, + { + "row_num": 2754, + "name": "Susan Taylor-Gol", + "userid": 2364236, + "email": "susandeanetaylorgol@hotmail.com", + }, + { + "row_num": 2760, + "name": "Ramaya Farooq", + "userid": 1827627, + "email": "ramaya.farooq@gmail.com", + }, + { + "row_num": 2772, + "name": "Stephen Willmer", + "userid": 3290601, + "email": "spwillme@netscape.net", + }, + { + "row_num": 2784, + "name": "salvatore seeley", + "userid": 513886, + "email": "salvatoreseeley@gmail.com", + }, + { + "row_num": 2814, + "name": "Noel d'Albertis", + "userid": 3188759, + "email": "ndalbertis@yahoo.com", + }, + { + "row_num": 2830, + "name": "Melissa Spooner", + "userid": 425548, + "email": "melissa.spooner@yahoo.com", + }, + { + "row_num": 2852, + "name": "Pamela Lundgren", + "userid": 3274616, + "email": "pamofmts@yahoo.com", + }, + { + "row_num": 2876, + "name": "Monique Gardner-Scott", + "userid": 1870976, + "email": "monique.gardner.92@gmail.com", + }, + { + "row_num": 2890, + "name": "Nova SIMISTER-IRVING", + "userid": 3205920, + "email": "novasimisterlcswpc@gmail.com", + }, + { + "row_num": 2910, + "name": "Marc Swarttz", + "userid": 929744, + "email": "welbey@aol.com", + }, + { + "row_num": 2916, + "name": "Morgan Wixon", + "userid": 3254165, + "email": "momack21@gmail.com", + }, + { + "row_num": 2923, + "name": "Jean Epstein", + "userid": 2405783, + "email": "bacoje@yahoo.com", + }, + { + "row_num": 2939, + "name": "Paula Hill", + "userid": 2085182, + "email": "paulahill88@gmail.com", + }, + { + "row_num": 2948, + "name": "nick Butcher", + "userid": 951710, + "email": "nickbutcher60@gmail.com", + }, + { + "row_num": 2966, + "name": "Patti Hampsten", + "userid": 3175121, + "email": "pkhampsten@gmail.com", + }, + { + "row_num": 3001, + "name": "Amy Tardio", + "userid": 857004, + "email": "aot1020@att.net", + }, + { + "row_num": 3009, + "name": "Nicole Treadway", + "userid": 3342286, + "email": "nmt0826@gmail.com", + }, + { + "row_num": 3025, + "name": "Michelle Salvaggio", + "userid": 324285, + "email": "michelle.salvaggio@yahoo.com", + }, + { + "row_num": 3036, + "name": "Michelle Evans", + "userid": 3300855, + "email": "lpcchelle@outlook.com", + }, + { + "row_num": 3055, + "name": "Michael Drew", + "userid": 3283035, + "email": "mbd01283@gmail.com", + }, + { + "row_num": 3067, + "name": "Meg Anderson", + "userid": 3336847, + "email": "levelupmissoula@gmail.com", + }, + { + "row_num": 3080, + "name": "Margaret Fowee", + "userid": 3332627, + "email": "mfoweecounseling@gmail.com", + }, + { + "row_num": 3086, + "name": "Michael Bacon", + "userid": 2789694, + "email": "mbaconlpc@gmail.com", + }, + { + "row_num": 3122, + "name": "Anna Sage", + "userid": 3352596, + "email": "annasage1956@outlook.com", + }, + { + "row_num": 3142, + "name": "Mary Oneafolu", + "userid": 2398952, + "email": "meusdrowski@gmail.com", + }, + { + "row_num": 3151, + "name": "Mary Ellen Miller", + "userid": 2169289, + "email": "maryellmiller@frontier.com", + }, + { + "row_num": 3160, + "name": "Michelle Boknevitz", + "userid": 1904233, + "email": "michelleboknevitz@outlook.com", + }, + { + "row_num": 3176, + "name": "Nicole Allen", + "userid": 1048115, + "email": "allen.nicole17@gmail.com", + }, + { + "row_num": 3182, + "name": "Carolyn Galbally", + "userid": 2329017, + "email": "carolynbuchert@mac.com", + }, + { + "row_num": 3188, + "name": "Mariel Bazil", + "userid": 2252467, + "email": "mariel.bazil@gmail.com", + }, + { + "row_num": 3203, + "name": "Nancy Busch", + "userid": 3224582, + "email": "nbusch4@gmail.com", + }, + { + "row_num": 3212, + "name": "Joyce Caroll", + "userid": 2235923, + "email": "jecaroll@yahoo.com", + }, + { + "row_num": 3220, + "name": "Carolyn Malkowski", + "userid": 3181255, + "email": "cmalko88@gmail.com", + }, + { + "row_num": 3255, + "name": "Marie Wilson", + "userid": 1968318, + "email": "mwess13@hotmail.com", + }, + { + "row_num": 3265, + "name": "Mizuki Kojima", + "userid": 2444800, + "email": "mizuki.kojima@outlook.com", + }, + { + "row_num": 3304, + "name": "Matthew McNiven", + "userid": 2947798, + "email": "mjmcniven@gmail.com", + }, + { + "row_num": 3315, + "name": "Judith Leventhal", + "userid": 3205326, + "email": "judyleventhalarts@gmail.com", + }, + { + "row_num": 3352, + "name": "Marissa Krager", + "userid": 3298153, + "email": "marissakrager@gmail.com", + }, + { + "row_num": 3388, + "name": "Melinda Abernethy", + "userid": 2891745, + "email": "bmelindahill91@gmail.com", + }, + { + "row_num": 3404, + "name": "Paula Powers", + "userid": 628154, + "email": "jppp79@gmail.com", + }, + { + "row_num": 3419, + "name": "Michael Berler", + "userid": 1952561, + "email": "mhbphd@aol.com", + }, + { + "row_num": 3446, + "name": "Charlette Forteza", + "userid": 3311491, + "email": "charletteforteza@gmail.com", + }, + { + "row_num": 3455, + "name": "Gregory Hale", + "userid": 1048001, + "email": "gregoryh9@yahoo.com", + }, + { + "row_num": 3487, + "name": "Mary Donahue", + "userid": 3135919, + "email": "mbdscout@yahoo.com", + }, + { + "row_num": 3503, + "name": "jennifer wargo", + "userid": "", + "email": "ameliassrj112#", + }, + { + "row_num": 3505, + "name": "Natalie Sinkler", + "userid": 3248375, + "email": "natalie.sinkler@gmail.com", + }, + { + "row_num": 3515, + "name": "Margaret Graham", + "userid": 1992780, + "email": "blankm19@gmail.com", + }, + { + "row_num": 3532, + "name": "Matthew Donohue", + "userid": 3371181, + "email": "mattyd37@yahoo.com", + }, + { + "row_num": 3550, + "name": "Megan Giacoletto", + "userid": 2583823, + "email": "megiacoletto@gmail.com", + }, + { + "row_num": 3560, + "name": "Priscilla Byrd", + "userid": 1339226, + "email": "pbyrd006@gmail.com", + }, + { + "row_num": 3571, + "name": "Mandilyn Graham ", + "userid": 500363, + "email": "mandilyn.graham@gmail.com", + }, + { + "row_num": 3585, + "name": "Melinda Newman", + "userid": 3184934, + "email": "hope4today13@gmail.com", + }, + { + "row_num": 3592, + "name": "Phil Olson", + "userid": 1491084, + "email": "pco.counseling13@gmail.com", + }, + { + "row_num": 3603, + "name": "nicholas Figueroa", + "userid": 2664065, + "email": "nickfig125@gmail.com", + }, + { + "row_num": 3609, + "name": "Doan Melissa", + "userid": 413762, + "email": "doanm@lindsey.edu", + }, + { + "row_num": 3618, + "name": "Natalie Grabowski", + "userid": 3172137, + "email": "n.e.grabowski@protonmail.com", + }, + { + "row_num": 3625, + "name": "Melissa Gonzales", + "userid": 3226791, + "email": "meligonzales1271@gmail.com", + }, + { + "row_num": 3631, + "name": "Nicole Thweatt", + "userid": 2634617, + "email": "nicolethweattlmhc@gmail.com", + }, + { + "row_num": 3638, + "name": "Margaret Forrest", + "userid": 513941, + "email": "maggiemartin1028@yahoo.com", + }, + { + "row_num": 3645, + "name": "Michelle Perepiczka", + "userid": 802689, + "email": "dr.perepiczka@gmail.com", + }, + { + "row_num": 3653, + "name": "Mark Ziegenbein", + "userid": 714051, + "email": "mdzieg@aol.com", + }, + { + "row_num": 3683, + "name": "Maura Johnson", + "userid": 1870723, + "email": "mauralbrown@gmail.com", + }, + { + "row_num": 3692, + "name": "Mary Hosey-Pardi", + "userid": 1949992, + "email": "mpardi2@yahoo.com", + }, + { + "row_num": 3700, + "name": "Nicole Amanda Porcaro", + "userid": 3304910, + "email": "ncasey219@gmail.com", + }, + { + "row_num": 3706, + "name": "Nicole Weron", + "userid": 1951787, + "email": "nmpierson2000@yahoo.com", + }, + { + "row_num": 3714, + "name": "Malinda Perkins", + "userid": 3189144, + "email": "mindy2718@yahoo.com", + }, + { + "row_num": 3736, + "name": "Melissa Doerfer", + "userid": 1268993, + "email": "melgrace99@gmail.com", + }, + { + "row_num": 3744, + "name": "Monique Randle", + "userid": 3142015, + "email": "monique.randle@gmail.com", + }, + { + "row_num": 3769, + "name": "Maureen Karol", + "userid": 2002466, + "email": "mkarollmhc@gmail.com", + }, + { + "row_num": 3775, + "name": "Marcia Winter", + "userid": 3171687, + "email": "gatorgirlm@yahoo.com", + }, + { + "row_num": 3782, + "name": "lisa hotchkiss", + "userid": 2372297, + "email": "lpjh4e@optonline.net", + }, + { + "row_num": 3791, + "name": "Patrick Murphy", + "userid": 3278125, + "email": "pgmcounselor@yahoo.com", + }, + { + "row_num": 3797, + "name": "Nancy Vail", + "userid": 296495, + "email": "vailn@wpunj.edu", + }, + { + "row_num": 3803, + "name": "Maya Sanchez", + "userid": 1239075, + "email": "sanchezmasea@gmail.com", + }, + { + "row_num": 3819, + "name": "Mary Brand", + "userid": 3252648, + "email": "brandmary@comcast.net", + }, + { + "row_num": 3826, + "name": "Olivia Gobble", + "userid": 3124878, + "email": "ofgtherapy@gmail.com", + }, + { + "row_num": 3834, + "name": "Melinda Swinney ", + "userid": 2835832, + "email": "melindajoyceswinney@gmail.com", + }, + { + "row_num": 3848, + "name": "Melissa Ludwig", + "userid": 3194771, + "email": "melllaaa2011@gmail.com", + }, + { + "row_num": 3856, + "name": "Melissa Wood", + "userid": 2103360, + "email": "melissawoodincorporated@gmail.com", + }, + { + "row_num": 3871, + "name": "Melanie Morgan", + "userid": 3320808, + "email": "morganmk22@gmail.com", + }, + { + "row_num": 3877, + "name": "Nimrat Bindra", + "userid": 3270046, + "email": "reenewu@gmail.com", + }, + { + "row_num": 3892, + "name": "Michael Valdes", + "userid": 2119312, + "email": "maval79@aol.com", + }, + { + "row_num": 3905, + "name": "Pam Quekemeyer", + "userid": 958933, + "email": "bhamtherapy@gmail.com", + }, + { + "row_num": 3914, + "name": "Marjorie Davis", + "userid": 3366925, + "email": "lafay22@hotmail.com", + }, + { + "row_num": 3920, + "name": "Nicole Morello", + "userid": 1055085, + "email": "nmorellolpc@gmail.com", + }, + { + "row_num": 3926, + "name": "Mirinda Watson", + "userid": 442406, + "email": "mirindabolton@gmail.com", + }, + { + "row_num": 3932, + "name": "Melissa Raab", + "userid": 1809947, + "email": "melraab314@gmail.com", + }, + { + "row_num": 3938, + "name": "Melissa Oleshansky", + "userid": 957327, + "email": "missybetho@comcast.net", + }, + { + "row_num": 3944, + "name": "Margarita Araiza", + "userid": 3194277, + "email": "araiza23@yahoo.com", + }, + { + "row_num": 3956, + "name": "Pamela Kulisek", + "userid": 3341787, + "email": "pamkulisek@gmail.com", + }, + { + "row_num": 3969, + "name": "Michelle Rudolph-Walls", + "userid": 3174496, + "email": "mwallsm@hotmail.com", + }, + { + "row_num": 3975, + "name": "Matthew Pordes", + "userid": 1235464, + "email": "matt.pordes@gmail.com", + }, + { + "row_num": 3981, + "name": "Mary Dodd", + "userid": 887038, + "email": "mermaid0717@me.com", + }, + { + "row_num": 3987, + "name": "Nicholas Crisp", + "userid": 3288218, + "email": "nickcrisp17@gmail.com", + }, + { + "row_num": 3994, + "name": "Melissa LeMay", + "userid": 887302, + "email": "melissa@nightingalebehavioralcounseling.com", + }, + { + "row_num": 4000, + "name": "Nichole Garcia", + "userid": 2859074, + "email": "nicholeg465@gmail.com", + }, + { + "row_num": 4007, + "name": "Mabel Thackeray", + "userid": 2097729, + "email": "thackera71@gmail.com", + }, + { + "row_num": 4013, + "name": "Meghan Griffin", + "userid": 721660, + "email": "zimmerme79@yahoo.com", + }, + { + "row_num": 4019, + "name": "Michal Katz", + "userid": 3262172, + "email": "michalkat@gmail.com", + }, + { + "row_num": 4026, + "name": "Mandi Maycumber", + "userid": 3219172, + "email": "mandimaycumber@gmail.com", + }, + { + "row_num": 4032, + "name": "Mark Wendt", + "userid": 750580, + "email": "careerguy84@yahoo.com", + }, + { + "row_num": 4050, + "name": "Nilson Mejia", + "userid": 3231566, + "email": "nxm1989@gmail.com", + }, + { + "row_num": 4056, + "name": "Oscar Tagle", + "userid": 3340814, + "email": "oscar.tagle@icloud.com", + }, + { + "row_num": 4062, + "name": "Michael Gusack", + "userid": 1989052, + "email": "mgusack@gmail.com", + }, + { + "row_num": 4068, + "name": "Nayomah Wilson-Castle", + "userid": 3095885, + "email": "myke4u2002@yahoo.com", + }, + { + "row_num": 4074, + "name": "Melissa Balent", + "userid": 3196981, + "email": "melissabalent@hotmail.com", + }, + { + "row_num": 4080, + "name": "Martha Fay", + "userid": 1861849, + "email": "mfaymhcs@gmail.com", + }, + { + "row_num": 4086, + "name": "Oddette Parker-Chieco", + "userid": 3373968, + "email": "odeparkerchieco@gmail.com", + }, + { + "row_num": 4111, + "name": "Mary Pulscher", + "userid": 3352243, + "email": "mpulscher@msn.com", + }, + { + "row_num": 4118, + "name": "Pamela Luckett", + "userid": 3243834, + "email": "pgluckett@pglconsultingllc.com", + }, + { + "row_num": 4130, + "name": "Melva Hartzog", + "userid": 1032484, + "email": "melvahartzog@gmail.com", + }, + { + "row_num": 4136, + "name": "Mylo Jennings", + "userid": 633908, + "email": "mylojenningsphd@gmail.com", + }, + { + "row_num": 4142, + "name": "Norma Beatriz", + "userid": 3178942, + "email": "normabeatriz55@gmail.com", + }, + { + "row_num": 4148, + "name": "Michele Paladino", + "userid": 1806773, + "email": "mpaladino618@gmail.com", + }, + { + "row_num": 4173, + "name": "Nina Mincarelli", + "userid": 539472, + "email": "nmincarelli@yahoo.com", + }, + { + "row_num": 4179, + "name": "Marcie Goehring", + "userid": 3195768, + "email": "marciegoehring@gmail.com", + }, + { + "row_num": 4185, + "name": "Mavish Khan", + "userid": 3070041, + "email": "mavekhan@gmail.com", + }, + { + "row_num": 4191, + "name": "Meg Shamp", + "userid": 3366223, + "email": "meg.shamp@yahoo.com", + }, + { + "row_num": 4197, + "name": "Melissa Racklin", + "userid": 3310764, + "email": "mracklin@yahoo.com", + }, + { + "row_num": 4203, + "name": "Malissa Horan", + "userid": 1861833, + "email": "malissahoran@gmail.com", + }, + { + "row_num": 4209, + "name": "Margaret Karnowski", + "userid": 565645, + "email": "maggie.karnowski@gmail.com", + }, + { + "row_num": 4215, + "name": "Michael Foley", + "userid": 3306431, + "email": "michaelfoleycounseling@gmail.com", + }, + { + "row_num": 4259, + "name": "Eileen Joseph", + "userid": 3343678, + "email": "eyejos@gmail.com", + }, + { + "row_num": 4344, + "name": "Kathleen Hunter Levy", + "userid": 951452, + "email": "kathleenhlevy@aol.com", + }, + { + "row_num": 4363, + "name": "Katherine Gilliard", + "userid": 823309, + "email": "kate.gilliard@gmail.com", + }, + { + "row_num": 4374, + "name": "Brenda Klass LMFT", + "userid": 3239004, + "email": "ccenter325@aol.com", + }, + { + "row_num": 4406, + "name": "Katherine Ernstrom", + "userid": 843805, + "email": "kernstrom@gmail.com", + }, + { + "row_num": 4473, + "name": "Katie Stevens", + "userid": 527209, + "email": "kfranklin11@yahoo.com", + }, + { + "row_num": 4537, + "name": "Anna Humes", + "userid": 661973, + "email": "adolhancryk@yahoo.com", + }, + { + "row_num": 4558, + "name": "Kathryn Brown", + "userid": 3156949, + "email": "brownklmsw@gmail.com", + }, + { + "row_num": 4567, + "name": "Kelly Morley", + "userid": 3276381, + "email": "kellydavismorley@gmail.com", + }, + { + "row_num": 4574, + "name": "LaToya Carter", + "userid": 2590083, + "email": "hello@latoyathetherapist.com", + }, + { + "row_num": 4581, + "name": "Katie Holt", + "userid": 3347878, + "email": "ktkeep@gmail.com", + }, + { + "row_num": 4587, + "name": "Lynette Davis", + "userid": 3335113, + "email": "ldgrayd@gmail.com", + }, + { + "row_num": 4637, + "name": "Leslie O'Donoghue", + "userid": 3196491, + "email": "leslieocounseling@gmail.com", + }, + { + "row_num": 4644, + "name": "Andrea Woodburn", + "userid": 962807, + "email": "andrea@grasshopperyogi.com", + }, + { + "row_num": 4646, + "name": "Leslie Wood", + "userid": 3192183, + "email": "llwoodsk8@gmail.com", + }, + { + "row_num": 4652, + "name": "Marcia Gordon-Weekes", + "userid": 2458501, + "email": "mswmar618@aol.com", + }, + { + "row_num": 4659, + "name": "Laura Feren", + "userid": 1244700, + "email": "lkoehlermsw@gmail.com", + }, + { + "row_num": 4669, + "name": "Georgena Brackett", + "userid": 3321671, + "email": "bracga@mchealth.net", + }, + { + "row_num": 4679, + "name": "Joline Morgan", + "userid": 3306631, + "email": "childwhisperlpc@gmail.com", + }, + { + "row_num": 4680, + "name": "Allison Fond", + "userid": 1870388, + "email": "abfond@gmail.com", + }, + { + "row_num": 4682, + "name": "Danielle Osborne", + "userid": 3366191, + "email": "dannyosborne12@yahoo.com", + }, + { + "row_num": 4716, + "name": "Laura Schulke", + "userid": 1420983, + "email": "lauraschulke@gmail.com", + }, + { + "row_num": 4722, + "name": "Margaret Moreno", + "userid": 3395693, + "email": "mwhitsett@gmail.com", + }, + { + "row_num": 4805, + "name": "Elizabeth Howley", + "userid": 2458366, + "email": "elizabetha3000@gmail.com", + }, + { + "row_num": 4823, + "name": "Laura Powers", + "userid": 3224747, + "email": "lneberle@yahoo.com", + }, + { + "row_num": 4841, + "name": "Laura Hogan", + "userid": 685985, + "email": "laurahoganlcpc@gmail.com", + }, + { + "row_num": 4871, + "name": "n n", + "userid": "", + "email": "nrasmussen+talkspacetest@gainsight.com", + }, + { + "row_num": 4894, + "name": "Kent Kelley", + "userid": 2104516, + "email": "kentrkelley@gmail.com", + }, + { + "row_num": 4919, + "name": "Lindsey Rhett", + "userid": 887316, + "email": "lynnielynn12@hotmail.com", + }, + { + "row_num": 4930, + "name": "Alfred Thomas Jr", + "userid": 883344, + "email": "alfred.thomasjr81@gmail.com", + }, + { + "row_num": 4949, + "name": "Kenneth Montour", + "userid": 963251, + "email": "k.r.montour@gmail.com", + }, + { + "row_num": 4977, + "name": "Latoya Layne", + "userid": 1279999, + "email": "shatawn21@hotmail.com", + }, + { + "row_num": 4998, + "name": "Kimberly Cook", + "userid": 3270509, + "email": "akasha1380@yahoo.com", + }, + { + "row_num": 5008, + "name": "Ledora Yerks", + "userid": 1163201, + "email": "motivatewellness@att.net", + }, + { + "row_num": 5095, + "name": "kim conradson", + "userid": 901319, + "email": "drkimconradson@yahoo.com", + }, + { + "row_num": 5101, + "name": "Leandra Chambers Campbell", + "userid": 3276122, + "email": "therapywithleandra@proton.me", + }, + { + "row_num": 5160, + "name": "Kaylin Morrissey", + "userid": 1873479, + "email": "kaylinlmb@gmail.com", + }, + { + "row_num": 5175, + "name": "Gerald Vernell", + "userid": 3227313, + "email": "geraldvernell@hotmail.com", + }, + { + "row_num": 5201, + "name": "Felicia Gilbert", + "userid": 2598888, + "email": "fgilber09@hotmail.com", + }, + { + "row_num": 5251, + "name": "Karen Tremblay", + "userid": 3290765, + "email": "motivationallcsw@gmail.com", + }, + { + "row_num": 5264, + "name": "iamina stoian", + "userid": 3175136, + "email": "iamina.stoian@gmail.com", + }, + { + "row_num": 5284, + "name": "Kathryn Randle", + "userid": 930979, + "email": "kmrandle@gmail.com", + }, + { + "row_num": 5294, + "name": "Edlyne Joseph", + "userid": 2054822, + "email": "ejoseph3272@gmail.com", + }, + { + "row_num": 5315, + "name": "Lindsay Sorensen", + "userid": 347070, + "email": "lindsaysorensencounseling@gmail.com", + }, + { + "row_num": 5329, + "name": "Kelly Higgins-Cross", + "userid": 3278110, + "email": "khone2one@gmail.com", + }, + { + "row_num": 5354, + "name": "Lisa Farmer", + "userid": 502692, + "email": "dr.lmfarmer@gmail.com", + }, + { + "row_num": 5367, + "name": "Krista Fulmer", + "userid": 3233356, + "email": "kristafulmer1@gmail.com", + }, + { + "row_num": 5374, + "name": "Lindsey Lemmon", + "userid": 386854, + "email": "lindsey.lemmon@yahoo.com", + }, + { + "row_num": 5399, + "name": "Lea Farrell", + "userid": 1239088, + "email": "laf2146@gmail.com", + }, + { + "row_num": 5407, + "name": "Krista Krogh", + "userid": 3263246, + "email": "krista@innerstrengthpc.com", + }, + { + "row_num": 5413, + "name": "lori mcdunn", + "userid": 3209364, + "email": "lori.mcdunn@lindsey.edu", + }, + { + "row_num": 5449, + "name": "Kathryn Beccaria", + "userid": 586956, + "email": "kathrynbeccaria@gmail.com", + }, + { + "row_num": 5455, + "name": "Kelly Rundle", + "userid": 938478, + "email": "kellyrundlecounseling@gmail.com", + }, + { + "row_num": 5466, + "name": "Laurie Rosser", + "userid": 2753046, + "email": "lrosser@twc.com", + }, + { + "row_num": 5474, + "name": "Rachelle Liriano ", + "userid": 1345881, + "email": "rachellejeanette@yahoo.com", + }, + { + "row_num": 5483, + "name": "Lindsay DeMarlie", + "userid": 3253704, + "email": "ldemarlie009@gmail.com", + }, + { + "row_num": 5489, + "name": "Lance Miguez", + "userid": 2877272, + "email": "lancemiguez@gmail.com", + }, + { + "row_num": 5514, + "name": "Kirsten Townsend", + "userid": 3335002, + "email": "ktownsend.counseling@gmail.com", + }, + { + "row_num": 5555, + "name": "Alexandria Smith", + "userid": 3282790, + "email": "alexandriadsmith@icloud.com", + }, + { + "row_num": 5567, + "name": "Anne-Marie Muller", + "userid": 3276085, + "email": "muller.ame@gmail.com", + }, + { + "row_num": 5583, + "name": "Kristen Herlihy", + "userid": 927414, + "email": "herlihykristen@yahoo.com", + }, + { + "row_num": 5589, + "name": "Faridy Mombeleur", + "userid": 3140885, + "email": "astonishpmhnp@gmail.com", + }, + { + "row_num": 5592, + "name": "Erin Frey", + "userid": 2325318, + "email": "erin.k.frey@gmail.com", + }, + { + "row_num": 5612, + "name": "Kelsey Whittlesey", + "userid": 598711, + "email": "kelsey.liasophia@gmail.com", + }, + { + "row_num": 5631, + "name": "Jennifer Taylor", + "userid": 2601272, + "email": "jtaylorapnp@gmail.com", + }, + { + "row_num": 5661, + "name": "Oyeronke Ajiboye-Lala", + "userid": 2276883, + "email": "oyeronkelala@gmail.com", + }, + { + "row_num": 5665, + "name": "kate lempke", + "userid": 679948, + "email": "kglempke@gmail.com", + }, + { + "row_num": 5671, + "name": "Lauren Herbert", + "userid": 951387, + "email": "lauren_herbert@aol.com", + }, + { + "row_num": 5679, + "name": "Jingyi Theis", + "userid": 2124331, + "email": "jennifertheis.oc@gmail.com", + }, + { + "row_num": 5686, + "name": "Camille Weis", + "userid": 1607417, + "email": "camillenp@gmail.com", + }, + { + "row_num": 5687, + "name": "Judith Diaz", + "userid": 2482511, + "email": "judithdiaz@essentialpsychiatricservices.com", + }, + { + "row_num": 5689, + "name": "Sarah Jewell ", + "userid": 2210542, + "email": "sarahnjewell@yahoo.com", + }, + { + "row_num": 5696, + "name": "Larry Ganster", + "userid": 3138481, + "email": "pinballwizard52@gmail.com", + }, + { + "row_num": 5702, + "name": "Kevin Bowman", + "userid": 1907355, + "email": "kevster50@me.com", + }, + { + "row_num": 5719, + "name": "Brooke Word", + "userid": 927371, + "email": "brooke.word@gmail.com", + }, + { + "row_num": 5726, + "name": "LuGina Dumas", + "userid": 3177939, + "email": "luginadumas@yahoo.com", + }, + { + "row_num": 5739, + "name": "Joanna Poole", + "userid": 3210894, + "email": "joannapoole08@gmail.com", + }, + { + "row_num": 5751, + "name": "Kathleen Nardella", + "userid": 1181288, + "email": "nardella.kathleen@gmail.com", + }, + { + "row_num": 5758, + "name": "Laurence Scappa", + "userid": 3300366, + "email": "larryscappa@gmail.com", + }, + { + "row_num": 5788, + "name": "Lori Gilmore", + "userid": 2795438, + "email": "llgilmore304@gmail.com", + }, + { + "row_num": 5794, + "name": "Jamie Crouch", + "userid": 3206411, + "email": "jamiecrouch14@gmail.com", + }, + { + "row_num": 5814, + "name": "Liza Daniel", + "userid": 3289755, + "email": "lizadaniel43@gmail.com", + }, + { + "row_num": 5821, + "name": "Kimberly Smith", + "userid": 3262921, + "email": "kimasmith18@gmail.com", + }, + { + "row_num": 5828, + "name": "Lynn Nowak", + "userid": 1840596, + "email": "lynn.westbend.wi@gmail.com", + }, + { + "row_num": 5835, + "name": "Kristin Ray", + "userid": 2848672, + "email": "kristin.goss.ray@gmail.com", + }, + { + "row_num": 5844, + "name": "Katie Brave", + "userid": 3332198, + "email": "katietbrave@gmail.com", + }, + { + "row_num": 5850, + "name": "Leslie Sampson", + "userid": 261856, + "email": "lsampsonlmhc@gmail.com", + }, + { + "row_num": 5870, + "name": "Leila Farahani", + "userid": 3298540, + "email": "leilafarahani@me.com", + }, + { + "row_num": 5878, + "name": "Edward Reyes", + "userid": 1316179, + "email": "eddiereyes87@gmail.com", + }, + { + "row_num": 5882, + "name": "Kamay Gaboda", + "userid": 2796506, + "email": "j_gaboda@yahoo.com", + }, + { + "row_num": 5888, + "name": "Lauren Ungar", + "userid": 2791355, + "email": "laurenungar@yahoo.com", + }, + { + "row_num": 5909, + "name": "Diann Rico Kaainoa", + "userid": 3419796, + "email": "kaainoa@gmail.com", + }, + { + "row_num": 5916, + "name": "Luis Navarrete", + "userid": 554153, + "email": "lnava008@gmail.com", + }, + { + "row_num": 5923, + "name": "lorraine hellman", + "userid": 1049967, + "email": "raineyscounseling@gmail.com", + }, + { + "row_num": 5935, + "name": "Lori Crowson", + "userid": 3022909, + "email": "dr.crowson@slcdbh.com", + }, + { + "row_num": 5941, + "name": "Amanda Williams", + "userid": 3254774, + "email": "amanda.l.williams@outlook.com", + }, + { + "row_num": 5950, + "name": "Kristian Wilson", + "userid": 3278944, + "email": "kristian.wlsn@gmail.com", + }, + { + "row_num": 5958, + "name": "Jill Jeude", + "userid": 3174054, + "email": "jjeude61@gmail.com", + }, + { + "row_num": 5970, + "name": "Laura Todaro", + "userid": 862123, + "email": "laurat.lpc@gmail.com", + }, + { + "row_num": 5977, + "name": "Leaha Hammer", + "userid": 3247295, + "email": "leahahammerlimhp@gmail.com", + }, + { + "row_num": 5984, + "name": "Devin Devlin", + "userid": 2362093, + "email": "devdevlin2002@yahoo.com", + }, + { + "row_num": 5986, + "name": "Laura Elaine Akins", + "userid": 2753898, + "email": "elaineakins449@yahoo.com", + }, + { + "row_num": 5994, + "name": "Julia Lopez", + "userid": 3304279, + "email": "julia@jlopezcounseling.com", + }, + { + "row_num": 6000, + "name": "Elizabeth Marshall", + "userid": 3158229, + "email": "marshallecs@gmail.com", + }, + { + "row_num": 6022, + "name": "Kimberly Taylor ", + "userid": 823061, + "email": "lovestowrite065@gmail.com", + }, + { + "row_num": 6031, + "name": "Katherine Daniher", + "userid": 3121814, + "email": "kdaniher05@gmail.com", + }, + { + "row_num": 6038, + "name": "Kathryn Klein", + "userid": 956709, + "email": "kathyklein@gmail.com", + }, + { + "row_num": 6047, + "name": "Kevin Audley", + "userid": 3094382, + "email": "kvaud@yahoo.com", + }, + { + "row_num": 6065, + "name": "Kim Hughes", + "userid": 3232137, + "email": "kim.hughes@serenityspringscounselingllc.com", + }, + { + "row_num": 6075, + "name": "Julie Watta", + "userid": 1893872, + "email": "juliewatta@gmail.com", + }, + { + "row_num": 6089, + "name": "Kristie Fleurimond", + "userid": 2044883, + "email": "kristie.fleurimond@gmail.com", + }, + { + "row_num": 6107, + "name": "Jaclyn Mathisen", + "userid": 1084644, + "email": "jackiemathisen@gmail.com", + }, + { + "row_num": 6117, + "name": "Kimberly Leitch", + "userid": 380344, + "email": "kdmlnyc@gmail.com", + }, + { + "row_num": 6123, + "name": "Jamie Sheppard", + "userid": 3340899, + "email": "jlsheppard80@gmail.com", + }, + { + "row_num": 6132, + "name": "Lisa Herman", + "userid": 3182108, + "email": "lisaherman@hushmail.com", + }, + { + "row_num": 6146, + "name": "Alecia White", + "userid": 2812513, + "email": "information@fullmoonpsych.com", + }, + { + "row_num": 6147, + "name": "Katherine Souza", + "userid": 2094053, + "email": "tedkath@gmail.com", + }, + { + "row_num": 6153, + "name": "Kerith Edwards", + "userid": 2425968, + "email": "ekomomai@kalikocounseling.com", + }, + { + "row_num": 6161, + "name": "Lauren Parish", + "userid": 3337843, + "email": "laurenparish2016@gmail.com", + }, + { + "row_num": 6182, + "name": "Kaitlyn Barbour", + "userid": 3111964, + "email": "kaitlynbarbour28@gmail.com", + }, + { + "row_num": 6191, + "name": "LaKesha Israel", + "userid": 3226177, + "email": "lakesha022875@aol.com", + }, + { + "row_num": 6199, + "name": "Lisa Fabrizio", + "userid": 3284941, + "email": "missoula328@yahoo.com", + }, + { + "row_num": 6205, + "name": "Kathy Frydenlund", + "userid": 2213467, + "email": "kathyfrydenlund@gmail.com", + }, + { + "row_num": 6219, + "name": "Krystal Armstrong", + "userid": 2368089, + "email": "krystal.armstrong@yahoo.com", + }, + { + "row_num": 6236, + "name": "Karen Douglass", + "userid": 3313095, + "email": "drdouglass@gileadheals.com", + }, + { + "row_num": 6242, + "name": "Kim Barnes-Allen", + "userid": 3364069, + "email": "kymshome@gmail.com", + }, + { + "row_num": 6248, + "name": "Luz Matos", + "userid": 409900, + "email": "lvm5012@gmail.com", + }, + { + "row_num": 6254, + "name": "Lauren Laich", + "userid": 239072, + "email": "llaich88@yahoo.com", + }, + { + "row_num": 6261, + "name": "Luigia Goodman", + "userid": 2586152, + "email": "lrgoodman24@gmail.com", + }, + { + "row_num": 6268, + "name": "Joshua Beavers", + "userid": 3314171, + "email": "info@fwctulsa.com", + }, + { + "row_num": 6277, + "name": "Kristi Amorim", + "userid": 3232612, + "email": "keeks6238@gmail.com", + }, + { + "row_num": 6285, + "name": "Kathryn Fortune-Gallagher ", + "userid": 2998551, + "email": "kathryn.fortune@gmail.com", + }, + { + "row_num": 6291, + "name": "Linda Weiss", + "userid": 1466321, + "email": "weissocean@gmail.com", + }, + { + "row_num": 6297, + "name": "Lori Jones", + "userid": 2789722, + "email": "lorifjones@aol.com", + }, + { + "row_num": 6303, + "name": "Lawrence Levy", + "userid": 633945, + "email": "drlevypsychologist@gmail.com", + }, + { + "row_num": 6315, + "name": "Kyoko Queen", + "userid": 1152999, + "email": "qkyoko@juno.com", + }, + { + "row_num": 6321, + "name": "Lindsey Hoffman", + "userid": 3183894, + "email": "lindsey.hoffmanlcsw@gmail.com", + }, + { + "row_num": 6327, + "name": "Kevin Coleman", + "userid": 3162493, + "email": "favofgod@yahoo.com", + }, + { + "row_num": 6340, + "name": "Linda Adams", + "userid": 3364605, + "email": "lindaadamslpc@gmail.com", + }, + { + "row_num": 6356, + "name": "Lynn Mahan ", + "userid": 2066604, + "email": "lynnmahan73@gmail.com", + }, + { + "row_num": 6362, + "name": "Jodi Olmstead", + "userid": 824432, + "email": "jodi.olmstead@mdofficemail.com", + }, + { + "row_num": 6374, + "name": "Kimberly Puetzer-Gowing", + "userid": 825148, + "email": "kimpuetzer@yahoo.com", + }, + { + "row_num": 6381, + "name": "Kelky Freeman ", + "userid": 85112, + "email": "khfreeman1968@bellsouth.net", + }, + { + "row_num": 6393, + "name": "Lauren MacPherson", + "userid": 3180396, + "email": "laurenam80@gmail.com", + }, + { + "row_num": 6399, + "name": "Katie Dauterive", + "userid": 3278109, + "email": "katiedauterive91@gmail.com", + }, + { + "row_num": 6405, + "name": "Lisa Toth ", + "userid": 2144759, + "email": "ltoth984@gmail.com", + }, + { + "row_num": 6411, + "name": "Konia Nikas", + "userid": 1870407, + "email": "konianikas@gmail.com", + }, + { + "row_num": 6417, + "name": "Kelly Wallace", + "userid": 3127929, + "email": "clariontelehealthcounseling@outlook.com", + }, + { + "row_num": 6448, + "name": "Kylie Kerr", + "userid": 3243824, + "email": "kmkerr23@hotmail.com", + }, + { + "row_num": 6454, + "name": "Lynn Sims", + "userid": 2666665, + "email": "simscounselingokc@gmail.com", + }, + { + "row_num": 6466, + "name": "Kelly Lindenbaum ", + "userid": 2536383, + "email": "lindenbaumkelly@gmail.com", + }, + { + "row_num": 6472, + "name": "Linda Marie Margosian", + "userid": 3311179, + "email": "lindamarie.margosian.lmhc@outlook.com", + }, + { + "row_num": 6478, + "name": "Linda Dollen", + "userid": 3236909, + "email": "ldollen1@aol.com", + }, + { + "row_num": 6484, + "name": "Lance Rao", + "userid": 942085, + "email": "lancecrao@gmail.com", + }, + { + "row_num": 6491, + "name": "Linda Shaner", + "userid": 2157836, + "email": "lin.shaner@gmail.com", + }, + { + "row_num": 6509, + "name": "Eryn Greenstein", + "userid": 251737, + "email": "erynmaire01@gmail.com", + }, + { + "row_num": 6515, + "name": "Leah Comeau", + "userid": 3308040, + "email": "lcomeau2017@gmail.com", + }, + { + "row_num": 6527, + "name": "Krystal Boza", + "userid": 1261346, + "email": "krystal.boza@outlook.com", + }, + { + "row_num": 6533, + "name": "Kelly Dambra", + "userid": 685943, + "email": "kdambra05@gmail.com", + }, + { + "row_num": 6564, + "name": "Elizabeth Boyle", + "userid": 3177621, + "email": "elizabethlboylelpc@gmail.com", + }, + { + "row_num": 6570, + "name": "Jasmin Davis", + "userid": 2330262, + "email": "jasjenyse77@gmail.com", + }, + { + "row_num": 6580, + "name": "Elisabeth Couts", + "userid": 1048005, + "email": "elisabethcouts@gmail.com", + }, + { + "row_num": 6587, + "name": "Hollie Aardema Andrews", + "userid": 333765, + "email": "hlynnf@yahoo.com", + }, + { + "row_num": 6607, + "name": "Elyse Schwartz-Myers", + "userid": 851275, + "email": "elysesschwartz@gmail.com", + }, + { + "row_num": 6628, + "name": "Edward Buckenham", + "userid": 3308318, + "email": "tedb3rd@gmail.com", + }, + { + "row_num": 6691, + "name": "Avivit Fuchs", + "userid": 1372199, + "email": "avivitz@yahoo.com", + }, + { + "row_num": 6700, + "name": "Jennifer Hennecelli", + "userid": 2999445, + "email": "jenhennecelli@gmail.com", + }, + { + "row_num": 6744, + "name": "Joelle Kallio", + "userid": 705759, + "email": "j.kallio.consultant@gmail.com", + }, + { + "row_num": 6759, + "name": "Svetlana Stuck", + "userid": 1724495, + "email": "schirina5@gmail.com", + }, + { + "row_num": 6771, + "name": "Cheryl Boyland", + "userid": 1134930, + "email": "bethesdacoc1@gmail.com", + }, + { + "row_num": 6782, + "name": "Justin Goldstein", + "userid": 2979582, + "email": "jegoldst@gmail.com", + }, + { + "row_num": 6798, + "name": "Eric Tedstrom", + "userid": 3309166, + "email": "tedstromtherapy@msn.com", + }, + { + "row_num": 6808, + "name": "edward suarez", + "userid": 1355325, + "email": "edward@hawaii.edu", + }, + { + "row_num": 6821, + "name": "Nathan Schneider", + "userid": 2047411, + "email": "ntschneiderpmhnp@gmail.com", + }, + { + "row_num": 6822, + "name": "Anita Sassaman", + "userid": 1401818, + "email": "anitapsychnp@gmail.com", + }, + { + "row_num": 6830, + "name": "Nanah Sesay", + "userid": 1660165, + "email": "sesaynanah44@gmail.com", + }, + { + "row_num": 6831, + "name": "Dan Nicolau", + "userid": 2419616, + "email": "dannicolaumd@gmail.com", + }, + { + "row_num": 6833, + "name": "Fernette Hoag", + "userid": 2044852, + "email": "fernette@ymail.com", + }, + { + "row_num": 6841, + "name": "Matthew Lowe", + "userid": 1461010, + "email": "matthew_lowe@providersforhealthyliving.com", + }, + { + "row_num": 6845, + "name": "Ebony Langston", + "userid": 1952108, + "email": "ebonylangston1@gmail.com", + }, + { + "row_num": 6854, + "name": "Brittany Davrichachvili-Simo", + "userid": 937761, + "email": "brittanydavrich@gmail.com", + }, + { + "row_num": 6866, + "name": "Jerome Zurowski ", + "userid": 1240342, + "email": "jerryzurowski@yahoo.com", + }, + { + "row_num": 6889, + "name": "Joshua Adams", + "userid": 3326229, + "email": "jadams2789@gmail.com", + }, + { + "row_num": 6895, + "name": "Jessicca Shumard", + "userid": 2855091, + "email": "jshumardlpc@itherapymail.com", + }, + { + "row_num": 6921, + "name": "Geoff Gibson", + "userid": 956704, + "email": "clinic@gibsonfamilytherapy.com", + }, + { + "row_num": 6932, + "name": "Stephanie Banning", + "userid": 3344619, + "email": "sbanninglmft@gmail.com", + }, + { + "row_num": 6933, + "name": "Kendell Clark", + "userid": 3370843, + "email": "allen00284@yahoo.com", + }, + { + "row_num": 6940, + "name": "Ashley Parks", + "userid": 3297369, + "email": "ashtay111@gmail.com", + }, + { + "row_num": 6954, + "name": "Emily Atkinson", + "userid": 3333091, + "email": "eatkinson6178@gmail.com", + }, + { + "row_num": 6960, + "name": "Donna Dixon", + "userid": 2333295, + "email": "dixond1639@gmail.com", + }, + { + "row_num": 7017, + "name": "Danika Keenom", + "userid": 1989277, + "email": "dani1851@yahoo.com", + }, + { + "row_num": 7027, + "name": "Carl Dade", + "userid": 3112575, + "email": "cdade5050@gmail.com", + }, + { + "row_num": 7035, + "name": "Christina Stakely", + "userid": 1141266, + "email": "catlynn444@gmail.com", + }, + { + "row_num": 7051, + "name": "Meghan Gilbert", + "userid": 3391535, + "email": "rossmeghan09@gmail.com", + }, + { + "row_num": 7053, + "name": "Shannon Hilliker", + "userid": 3352192, + "email": "shannonhillikerlcsw@gmail.com", + }, + { + "row_num": 7056, + "name": "Gina Sinito", + "userid": 3302999, + "email": "michael.damato7@gmail.com", + }, + { + "row_num": 7070, + "name": "Janice Marr", + "userid": 361391, + "email": "littlemarr87@gmail.com", + }, + { + "row_num": 7083, + "name": "Ellen Fitzkee", + "userid": 668005, + "email": "efitzkee@gmail.com", + }, + { + "row_num": 7093, + "name": "Erica Scott", + "userid": 3226911, + "email": "emiller111713@gmail.com", + }, + { + "row_num": 7114, + "name": "Jackie Scarborough", + "userid": 2154759, + "email": "jackielovesrussell@gmail.com", + }, + { + "row_num": 7127, + "name": "Johan Mejia", + "userid": 2243956, + "email": "mejiajohane@gmail.com", + }, + { + "row_num": 7135, + "name": "Jessica Bolin Edwards", + "userid": 3280328, + "email": "jessicabolinedwards@gmail.com", + }, + { + "row_num": 7149, + "name": "Camille Wood", + "userid": 2667672, + "email": "cbwood8@gmail.com", + }, + { + "row_num": 7175, + "name": "Jag Soni", + "userid": 958920, + "email": "dr.jag@icloud.com", + }, + { + "row_num": 7188, + "name": "April Tith", + "userid": 508413, + "email": "apriltith@gmail.com", + }, + { + "row_num": 7199, + "name": "Tony Wu", + "userid": 1735506, + "email": "tonywu@drwuonline.com", + }, + { + "row_num": 7202, + "name": "Amanda Aguirre", + "userid": 951410, + "email": "mandyaguirre452@gmail.com", + }, + { + "row_num": 7204, + "name": "Ninive Gonzalez", + "userid": 3130501, + "email": "ninive.gonzalezlpc@gmail.com", + }, + { + "row_num": 7209, + "name": "Jessica Wilcox", + "userid": 3353173, + "email": "leiderjess@gmail.com", + }, + { + "row_num": 7224, + "name": "Celia Gardner", + "userid": 3013816, + "email": "cgardnerlpc@gmail.com", + }, + { + "row_num": 7225, + "name": "Donald Curry", + "userid": 3328443, + "email": "don.curry@me.com", + }, + { + "row_num": 7233, + "name": "Jeanine Taylor", + "userid": 524297, + "email": "jtaylorlcsw@gmail.com", + }, + { + "row_num": 7241, + "name": "Garry Cowles", + "userid": 3227542, + "email": "gsccowles1948@aol.com", + }, + { + "row_num": 7247, + "name": "Tina Taylor", + "userid": 350593, + "email": "info@healingheartslpc.com", + }, + { + "row_num": 7260, + "name": "Jennifer Vanhove", + "userid": 755784, + "email": "lifecompasscounseling@gmail.com", + }, + { + "row_num": 7270, + "name": "Henry Swedlaw", + "userid": 193440, + "email": "jayswedlaw@gmail.com", + }, + { + "row_num": 7286, + "name": "Jennifer Allen", + "userid": 2383260, + "email": "wellnessyourway2@gmail.com", + }, + { + "row_num": 7289, + "name": "Emily Crowder", + "userid": 1511986, + "email": "ekgcrowder@gmail.com", + }, + { + "row_num": 7301, + "name": "Holly Towers", + "userid": 2964324, + "email": "hollytowers@outlook.com", + }, + { + "row_num": 7313, + "name": "Katherine Sandven Moss", + "userid": 3142392, + "email": "ktsandven87@gmail.com", + }, + { + "row_num": 7323, + "name": "Jonathan Johnson", + "userid": 2005220, + "email": "jonjohnsonlcsw@gmail.com", + }, + { + "row_num": 7338, + "name": "Erin Smith", + "userid": 3249575, + "email": "ensmith@hcscpllc.com", + }, + { + "row_num": 7351, + "name": "Summyji Groom", + "userid": 3162005, + "email": "summyji.pmhnp@gmail.com", + }, + { + "row_num": 7359, + "name": "Rosemarie Connor", + "userid": 3361220, + "email": "arcie6322@outlook.com", + }, + { + "row_num": 7362, + "name": "Richard Spires", + "userid": 3296123, + "email": "ricky_spires1984@yahoo.com", + }, + { + "row_num": 7364, + "name": "Leslie Hoyt", + "userid": 1084638, + "email": "lahoyt@gmail.com", + }, + { + "row_num": 7366, + "name": "April zamzow", + "userid": 2119676, + "email": "april492000@yahoo.com", + }, + { + "row_num": 7367, + "name": "Maria Brown", + "userid": 1368400, + "email": "mariabrown.counseling@gmail.com", + }, + { + "row_num": 7373, + "name": "Jessica Lee", + "userid": 3231900, + "email": "jessicaleelmft@gmail.com", + }, + { + "row_num": 7375, + "name": "Courtney Barney", + "userid": 3329002, + "email": "courtneyabarney@yahoo.com", + }, + { + "row_num": 7381, + "name": "Heather Magone", + "userid": 3179309, + "email": "heather@fitipy.com", + }, + { + "row_num": 7387, + "name": "sean fitzgerald", + "userid": 1494685, + "email": "sean.e.fitzgerald@gmail.com", + }, + { + "row_num": 7394, + "name": "Jennifer Morejon", + "userid": 2937650, + "email": "jmorejoncounseling@gmail.com", + }, + { + "row_num": 7409, + "name": "Thomas Cagle", + "userid": 3233257, + "email": "therapist4you001@gmail.com", + }, + { + "row_num": 7418, + "name": "Lisa Magnett", + "userid": 1227897, + "email": "lmagnett56@gmail.com", + }, + { + "row_num": 7427, + "name": "Elizabeth Ciaravino", + "userid": 3409630, + "email": "drliz727@verizon.net", + }, + { + "row_num": 7428, + "name": "Deanna Stacy", + "userid": 887147, + "email": "dstacy86@comcast.net", + }, + { + "row_num": 7429, + "name": "Dawn Chandler", + "userid": 3209662, + "email": "dawnchandlerlmft@gmail.com", + }, + { + "row_num": 7430, + "name": "Dawn Coryat-Hon", + "userid": 3307546, + "email": "dcoryathon@gmail.com", + }, + { + "row_num": 7432, + "name": "Cynthia Davis", + "userid": 3178930, + "email": "cindydavis303@yahoo.com", + }, + { + "row_num": 7440, + "name": "Scott Harris", + "userid": 3208910, + "email": "scottkharris123@icloud.com", + }, + { + "row_num": 7441, + "name": "Anna Askew", + "userid": 647012, + "email": "apaskew@gmail.com", + }, + { + "row_num": 7443, + "name": "Rebecca Spencer", + "userid": 3458088, + "email": "beckyspencerlcsw@gmail.com", + }, + { + "row_num": 7444, + "name": "Cheri Dod-Good", + "userid": 3384431, + "email": "cherigood47@gmail.com", + }, + { + "row_num": 7446, + "name": "Marycynthiagrace Johnsen", + "userid": 3364724, + "email": "gracemjohnsen@gmail.com", + }, + { + "row_num": 7455, + "name": "Jennifer Ratliff-Moss", + "userid": 725964, + "email": "jratliffmosslmsw@gmail.com", + }, + { + "row_num": 7456, + "name": "Timothy Theye", + "userid": 3361592, + "email": "abrighterfuture@frontier.com", + }, + { + "row_num": 7457, + "name": "Kathryn Klatt", + "userid": 3403244, + "email": "katie_klatt@hotmail.com", + }, + { + "row_num": 7460, + "name": "Ashley Timbrell", + "userid": 3354101, + "email": "ashleyltimbrell@gmail.com", + }, + { + "row_num": 7463, + "name": "Carrie Bican", + "userid": 3185063, + "email": "carrievision@gmail.com", + }, + { + "row_num": 7465, + "name": "Frederick Insler", + "userid": 1861846, + "email": "insler@sbcglobal.net", + }, + { + "row_num": 7476, + "name": "Delores Turner", + "userid": 2917589, + "email": "deloresturner@live.com", + }, + { + "row_num": 7478, + "name": "Christy Garnhart", + "userid": 2002906, + "email": "c.garnhart@gmail.com", + }, + { + "row_num": 7481, + "name": "Jennifer Schwirian", + "userid": 2883291, + "email": "schwirianj@gmail.com", + }, + { + "row_num": 7487, + "name": "Sherita Riley", + "userid": 2590115, + "email": "sheritariley.hws@gmail.com", + }, + { + "row_num": 7494, + "name": "MARISSA DWARICA", + "userid": 2960550, + "email": "emipuppets92@gmail.com", + }, + { + "row_num": 7501, + "name": "Jeremy Rosene", + "userid": 3336592, + "email": "jrosene82@gmail.com", + }, + { + "row_num": 7503, + "name": "Myra Brown", + "userid": 2230712, + "email": "lmb2003@yahoo.com", + }, + { + "row_num": 7505, + "name": "Heather Payne", + "userid": 3323683, + "email": "newfiegrl57@gmail.com", + }, + { + "row_num": 7510, + "name": "Tyron Mallard", + "userid": 3173072, + "email": "tmallard6784@gmail.com", + }, + { + "row_num": 7511, + "name": "Hannah Kirby-Zimmerman", + "userid": 2004631, + "email": "hannahekz@gmail.com", + }, + { + "row_num": 7519, + "name": "Nandranie Busjit Bhalai", + "userid": 2290836, + "email": "nandranie07@gmail.com", + }, + { + "row_num": 7521, + "name": "John Breazeal", + "userid": 1940717, + "email": "jbreazeal@hotmail.com", + }, + { + "row_num": 7529, + "name": "Ianthony Reiner", + "userid": 3262666, + "email": "t.m.reiner@gmail.com", + }, + { + "row_num": 7534, + "name": "Kristie Summerville", + "userid": 2326693, + "email": "ks.summerville@gmail.com", + }, + { + "row_num": 7536, + "name": "David Myford", + "userid": 927739, + "email": "dmyford@gmail.com", + }, + { + "row_num": 7537, + "name": "Jesenia Lopez", + "userid": 3222770, + "email": "jessypr2000@yahoo.com", + }, + { + "row_num": 7539, + "name": "Hilaria Del Valle", + "userid": 3238085, + "email": "lindsaydelvalle@yahoo.com", + }, + { + "row_num": 7542, + "name": "Joshua Siskin", + "userid": 2161142, + "email": "joshua@perfectplants.com", + }, + { + "row_num": 7550, + "name": "Jenette Smith", + "userid": 633925, + "email": "jenettesmith1103@gmail.com", + }, + { + "row_num": 7560, + "name": "Jenny Wood", + "userid": 2252635, + "email": "jennyw000@cs.com", + }, + { + "row_num": 7564, + "name": "Aymara Valladares, LMHC", + "userid": 3372062, + "email": "aymarav@icloud.com", + }, + { + "row_num": 7567, + "name": "Norma Hixon", + "userid": 3337055, + "email": "amrom2001@yahoo.com", + }, + { + "row_num": 7568, + "name": "Beverley Theodore", + "userid": 2593662, + "email": "sipariaborn@gmail.com", + }, + { + "row_num": 7570, + "name": "Anthony Meece", + "userid": 3147556, + "email": "tony.meece69@gmail.com", + }, + { + "row_num": 7574, + "name": "Ethel Dawn Capone", + "userid": 3248729, + "email": "dawn.capone.lpc@gmail.com", + }, + { + "row_num": 7575, + "name": "Jenny Canales", + "userid": 3262428, + "email": "giacomina.maria@yahoo.com", + }, + { + "row_num": 7576, + "name": "Paul Teska", + "userid": 3391312, + "email": "pteska@yahoo.com", + }, + { + "row_num": 7577, + "name": "Amanda Rausch", + "userid": 249913, + "email": "amandarauschmft@gmail.com", + }, + { + "row_num": 7578, + "name": "Erin Weiss", + "userid": 1048041, + "email": "eweiss.lcswc@gmail.com", + }, + { + "row_num": 7586, + "name": "Anthony Locascio", + "userid": 1401838, + "email": "thanous@gmail.com", + }, + { + "row_num": 7587, + "name": "Shalonda Scott", + "userid": 3119430, + "email": "discoveringhopeco@gmail.com", + }, + { + "row_num": 7589, + "name": "Deslaune Burns", + "userid": 2674563, + "email": "dsburnstherapy@gmail.com", + }, + { + "row_num": 7592, + "name": "Emily Conery", + "userid": 3291482, + "email": "ecbanitt@gmail.com", + }, + { + "row_num": 7603, + "name": "Jennifer Horne", + "userid": 2682518, + "email": "jensth9@gmail.com", + }, + { + "row_num": 7609, + "name": "Jeri Kennedy", + "userid": 3211802, + "email": "strategy.counseling.22@gmail.com", + }, + { + "row_num": 7616, + "name": "Michael Okoye", + "userid": 3252075, + "email": "mokoye@usa.com", + }, + { + "row_num": 7632, + "name": "Erin McNiff", + "userid": 1048005, + "email": "emcniff@phoenixcharteracademy.org", + }, + { + "row_num": 7639, + "name": "Jan Gordon", + "userid": 1343288, + "email": "jan_gordon@sbcglobal.net", + }, + { + "row_num": 7646, + "name": "Chelsea St Clair", + "userid": 2266929, + "email": "chelsea144@hotmail.com", + }, + { + "row_num": 7653, + "name": "Sultan Simms", + "userid": 3232539, + "email": "drsultansr@gmail.com", + }, + { + "row_num": 7669, + "name": "Sherry Farrell", + "userid": 2431296, + "email": "sherrydfarrell@yahoo.com", + }, + { + "row_num": 7676, + "name": "Jessica Shields", + "userid": 3202092, + "email": "wjessicad@gmail.com", + }, + { + "row_num": 7685, + "name": "Jeff Jones", + "userid": 1450043, + "email": "quoeleth@gmail.com", + }, + { + "row_num": 7692, + "name": "Susan Brust", + "userid": 1505187, + "email": "srbrust@hotmail.com", + }, + { + "row_num": 7709, + "name": "Julie Ohana ", + "userid": 3044360, + "email": "culinaryarttherapy@gmail.com", + }, + { + "row_num": 7722, + "name": "Danielle Frazier", + "userid": 2651691, + "email": "counselordani@gmail.com", + }, + { + "row_num": 7738, + "name": "Aimee Dempsey", + "userid": 2193859, + "email": "aimeem05@gmail.com", + }, + { + "row_num": 7748, + "name": "Elizabeth Ozalas", + "userid": 608583, + "email": "eozalas1@yahoo.com", + }, + { + "row_num": 7760, + "name": "Ellen Sanders", + "userid": 1472975, + "email": "esanders888@gmail.com", + }, + { + "row_num": 7821, + "name": "Bianca Mercado", + "userid": 2122115, + "email": "bianca.mercado@talkspace.com", + }, + { + "row_num": 7833, + "name": "Henry Esformes", + "userid": 3315976, + "email": "hesformes1@gmail.com", + }, + { + "row_num": 7846, + "name": "Jacquetta Burnside", + "userid": 3518804, + "email": "jacquetta.burnside@gmail.com", + }, + { + "row_num": 7856, + "name": "Heather Manello", + "userid": 464531, + "email": "heather.manello@gmail.com", + }, + { + "row_num": 7867, + "name": "Suzannia Holden", + "userid": 877754, + "email": "dr.suz.holden@gmail.com", + }, + { + "row_num": 7889, + "name": "Jeanne Peel", + "userid": 1048138, + "email": "jeannepeel@gmail.com", + }, + { + "row_num": 7895, + "name": "John Trentalange", + "userid": 2622938, + "email": "trentalange@netzero.com", + }, + { + "row_num": 7902, + "name": "Helen Nichols", + "userid": 3269324, + "email": "nicholshelen@yahoo.com", + }, + { + "row_num": 7913, + "name": "Gayle Reed", + "userid": 3120595, + "email": "gayla_5464@yahoo.com", + }, + { + "row_num": 7923, + "name": "Elizabeth Sayre", + "userid": 937752, + "email": "elizsayre@gmail.com", + }, + { + "row_num": 7929, + "name": "Jenna Nielsen", + "userid": 1718111, + "email": "jenna_nielsen@hotmail.com", + }, + { + "row_num": 7937, + "name": "nathalie Diethrich", + "userid": 1792861, + "email": "nathalie_lassau@hotmail.com", + }, + { + "row_num": 7944, + "name": "Gratiana Taylor", + "userid": 350593, + "email": "admin@tinatayloronline.com", + }, + { + "row_num": 7952, + "name": "Jodi Shipley", + "userid": 3172598, + "email": "jodi.shipley@talkspace.com", + }, + { + "row_num": 7965, + "name": "Karen McGuffey", + "userid": 1995275, + "email": "redi746@hotmail.com", + }, + { + "row_num": 7972, + "name": "James Goldstein", + "userid": 3191692, + "email": "jsgoldstein1@juno.com", + }, + { + "row_num": 7986, + "name": "Frank Eaton", + "userid": 2498443, + "email": "featon1a@gmail.com", + }, + { + "row_num": 7992, + "name": "Sheridan Kesselman", + "userid": 992787, + "email": "kesselmansheridan@gmail.com", + }, + { + "row_num": 7999, + "name": "Matthew Daues", + "userid": 3283943, + "email": "mattdaues@yahoo.com", + }, + { + "row_num": 8013, + "name": "Janet Bueno", + "userid": 1190264, + "email": "janetbueno@gmail.com", + }, + { + "row_num": 8019, + "name": "Elisabeth Stewart", + "userid": 1247043, + "email": "estewartlmft@gmail.com", + }, + { + "row_num": 8029, + "name": "Evie Gerber", + "userid": 1893876, + "email": "eviegerberphd@gmail.com", + }, + { + "row_num": 8049, + "name": "Joshua Taube", + "userid": 931143, + "email": "joshtaubelpc@gmail.com", + }, + { + "row_num": 8057, + "name": "Hollie Brooks", + "userid": 1112811, + "email": "hbrooks5721@gmail.com", + }, + { + "row_num": 8064, + "name": "ViAnn Oden", + "userid": 3190089, + "email": "viann2008@gmail.com", + }, + { + "row_num": 8075, + "name": "Isaac-Ike Zadikoff", + "userid": 3324404, + "email": "ike.zadikoff@gmail.com", + }, + { + "row_num": 8088, + "name": "Gabrielle Thomas", + "userid": 2404522, + "email": "holisticapproach1990@gmail.com", + }, + { + "row_num": 8095, + "name": "Erika Costanzo", + "userid": 3091195, + "email": "erikacostanzo1@gmail.com", + }, + { + "row_num": 8107, + "name": "Deborah Ellison Medeiros", + "userid": 2139545, + "email": "davcanbry914113911@gmail.com", + }, + { + "row_num": 8124, + "name": "Jennifer Tresouthick Brown", + "userid": 3118508, + "email": "jatrebrown@yahoo.com", + }, + { + "row_num": 8137, + "name": "Louis Bernstein", + "userid": 962791, + "email": "lebmft@yahoo.com", + }, + { + "row_num": 8144, + "name": "Deane Marie", + "userid": 663193, + "email": "raynemariemft@gmail.com", + }, + { + "row_num": 8151, + "name": "Jennifer Warwick", + "userid": 2667903, + "email": "jenniferwarwickcounseling@gmail.com", + }, + { + "row_num": 8161, + "name": "Iris Cohen", + "userid": 2658295, + "email": "coheniris@aol.com", + }, + { + "row_num": 8177, + "name": "James Purviance", + "userid": 732067, + "email": "jaymzshades2@gmail.com", + }, + { + "row_num": 8192, + "name": "Emily Moore", + "userid": 253836, + "email": "emooremft@gmail.com", + }, + { + "row_num": 8199, + "name": "Howard Hansell", + "userid": 2045900, + "email": "hhanselllpc@outlook.com", + }, + { + "row_num": 8205, + "name": "Shialla Warren", + "userid": 2816882, + "email": "shy@empoweredbehavior.care", + }, + { + "row_num": 8212, + "name": "Jennifer Morton", + "userid": 3177642, + "email": "jm.steppingstone@gmail.com", + }, + { + "row_num": 8218, + "name": "Jaime Grunfeld", + "userid": 3287205, + "email": "notifications@wellnesstherapy.nyc", + }, + { + "row_num": 8225, + "name": "Iasia Tyre", + "userid": 3213995, + "email": "iasiaa@me.com", + }, + { + "row_num": 8232, + "name": "elizabeth lachendro", + "userid": 2419776, + "email": "e7lachendro@gmail.com", + }, + { + "row_num": 8239, + "name": "Julie Smith", + "userid": 2883875, + "email": "juliewoj57@gmail.com", + }, + { + "row_num": 8245, + "name": "JULIE KRISTEN PUGGINI", + "userid": 3354148, + "email": "jpuggini74@gmail.com", + }, + { + "row_num": 8251, + "name": "Jennifer Layton", + "userid": 3372220, + "email": "3jayhawks@gmail.com", + }, + { + "row_num": 8266, + "name": "Cecilia Vasquez", + "userid": 3234456, + "email": "globaltherapypro@gmail.com", + }, + { + "row_num": 8287, + "name": "Evelyn I. Medina", + "userid": 3357257, + "email": "evmedlcsw@gmail.com", + }, + { + "row_num": 8294, + "name": "Julie Wiggins", + "userid": 2157669, + "email": "juliecdugan@aol.com", + }, + { + "row_num": 8308, + "name": "Julee Wickliffe ", + "userid": 2849198, + "email": "jjulee10@aol.com", + }, + { + "row_num": 8316, + "name": "Anna Ross", + "userid": 2411633, + "email": "amourdriceross@gmail.com", + }, + { + "row_num": 8329, + "name": "Merrill Tamiya Moreno", + "userid": 2985380, + "email": "mentalhealthgym8@gmail.com", + }, + { + "row_num": 8337, + "name": "Desiree Ducharme", + "userid": 3321885, + "email": "desiree.ducharme30@gmail.com", + }, + { + "row_num": 8356, + "name": "Bridget Kantor ", + "userid": 958092, + "email": "kantor.bridget@gmail.com", + }, + { + "row_num": 8368, + "name": "Kim Olenic", + "userid": 3160796, + "email": "kimolenic@gmail.com", + }, + { + "row_num": 8376, + "name": "Jo Pedro Frye", + "userid": 3367783, + "email": "pedroj@eou.edu", + }, + { + "row_num": 8390, + "name": "Juan Lopez", + "userid": 3220960, + "email": "juanlopezlmhc@gmail.com", + }, + { + "row_num": 8404, + "name": "Edwin Morales", + "userid": 2085371, + "email": "morales.lcsw@gmail.com", + }, + { + "row_num": 8413, + "name": "Janet Hayden", + "userid": 1153016, + "email": "haydenjanet97@gmail.com", + }, + { + "row_num": 8419, + "name": "Jennifer Monnette", + "userid": 3319298, + "email": "jennmonnette@gmail.com", + }, + { + "row_num": 8433, + "name": "Heidi Brescher", + "userid": 3135921, + "email": "hcbflorida@yahoo.com", + }, + { + "row_num": 8439, + "name": "Jessica Cole", + "userid": 3340042, + "email": "jessica.cole406@gmail.com", + }, + { + "row_num": 8445, + "name": "Janelle Natividad", + "userid": 3377237, + "email": "janellenat@gmail.com", + }, + { + "row_num": 8451, + "name": "Jennifer Colton", + "userid": 809712, + "email": "jenniferacolton@gmail.com", + }, + { + "row_num": 8464, + "name": "Jody Amberg", + "userid": 2458391, + "email": "jody.amberg@gmail.com", + }, + { + "row_num": 8483, + "name": "John Haynes", + "userid": 3259172, + "email": "jrhaynes854@gmail.com", + }, + { + "row_num": 8489, + "name": "Heather Simmons", + "userid": 3346788, + "email": "hesimmons17@gmail.com", + }, + { + "row_num": 8495, + "name": "Erin Sandler", + "userid": 3321636, + "email": "ebeezus@gmail.com", + }, + { + "row_num": 8503, + "name": "Jeanni Johnson", + "userid": 1382378, + "email": "jlj2141@caa.columbia.edu", + }, + { + "row_num": 8511, + "name": "Isabel Li", + "userid": 3331860, + "email": "isabel.li.ep@gmail.com", + }, + { + "row_num": 8524, + "name": "John Turner", + "userid": 3163767, + "email": "johnpennlpc@gmail.com", + }, + { + "row_num": 8531, + "name": "Elizabeth Hammer", + "userid": 202305, + "email": "elizabeth.hammer324@gmail.com", + }, + { + "row_num": 8537, + "name": "Judith Watts", + "userid": 3301761, + "email": "judy@bwnola.com", + }, + { + "row_num": 8543, + "name": "Hope Flositz", + "userid": 3350029, + "email": "hopegw21@gmail.com", + }, + { + "row_num": 8549, + "name": "Julie Orr", + "userid": 3197952, + "email": "livethelove13@yahoo.com", + }, + { + "row_num": 8555, + "name": "Elizabeth Weinman", + "userid": 3202173, + "email": "liz@heartmatterscounseling.com", + }, + { + "row_num": 8567, + "name": "Genna Cincogrono", + "userid": 1152963, + "email": "grisucci@gmail.com", + }, + { + "row_num": 8573, + "name": "Jacob Slagle", + "userid": 692504, + "email": "venturebusiness123@gmail.com", + }, + { + "row_num": 8579, + "name": "Jennifer Gasparri", + "userid": 367098, + "email": "jennn0429@gmail.com", + }, + { + "row_num": 8585, + "name": "Jamie Spohn", + "userid": 229441, + "email": "drjamiespohn@gmail.com", + }, + { + "row_num": 8597, + "name": "Jodi Warthen", + "userid": 3142096, + "email": "jodiwarthen@u.boisestate.edu", + }, + { + "row_num": 8605, + "name": "joe exnowski", + "userid": 2974652, + "email": "exnowsjj@laccd.edu", + }, + { + "row_num": 8612, + "name": "Roberta Knox", + "userid": 1308136, + "email": "dr.roberta.knox@gmail.com", + }, + { + "row_num": 8626, + "name": "Elizabeth Sukys-Rice", + "userid": 931074, + "email": "elizabeth@eslifecoach.com", + }, + { + "row_num": 8632, + "name": "erin nibley", + "userid": 3177449, + "email": "nibleye@gmail.com", + }, + { + "row_num": 8644, + "name": "Heathe Stitt", + "userid": 851436, + "email": "hastitt@gmail.com", + }, + { + "row_num": 8656, + "name": "Wakita Wilson", + "userid": 1081148, + "email": "wakitawilsonmft@gmail.com", + }, + { + "row_num": 8663, + "name": "Jodi Vermaas", + "userid": 3196130, + "email": "jodi@powusa.com", + }, + { + "row_num": 8669, + "name": "Gigi Servis Ph.D.", + "userid": 1555712, + "email": "servisphd@yahoo.com", + }, + { + "row_num": 8676, + "name": "Jennifer Mallis", + "userid": 856792, + "email": "jennifermallis@gmail.com", + }, + { + "row_num": 8682, + "name": "Judith Ward", + "userid": 3264000, + "email": "judithrward@gmail.com", + }, + { + "row_num": 8688, + "name": "eylem sahin", + "userid": 2274102, + "email": "eylemshn@gmail.com", + }, + { + "row_num": 8695, + "name": "Joanna Martin", + "userid": 3175576, + "email": "jmartin983@gmail.com", + }, + { + "row_num": 8701, + "name": "Jaymi Dormaier", + "userid": 1154166, + "email": "jaymidormaier@gmail.com", + }, + { + "row_num": 8707, + "name": "Anna Reed Hood", + "userid": 3179548, + "email": "jolenereed75@gmail.com", + }, + { + "row_num": 8719, + "name": "jodi Romano", + "userid": 2414009, + "email": "jojo7934@aol.com", + }, + { + "row_num": 8725, + "name": "Erica Gerrity", + "userid": 3240562, + "email": "egerrity@ostarainitiative.org", + }, + { + "row_num": 8733, + "name": "Joan Brown ", + "userid": 2585591, + "email": "23joanm@gmail.com", + }, + { + "row_num": 8740, + "name": "Jany Withrow", + "userid": 1940341, + "email": "jwithrowlpc@gmail.com", + }, + { + "row_num": 8752, + "name": "Jim Maguire", + "userid": 2660962, + "email": "magjmags@aol.com", + }, + { + "row_num": 8759, + "name": "ROBERT SEIGEL", + "userid": 2127531, + "email": "bsei8478@gmail.com", + }, + { + "row_num": 8771, + "name": "Ebony Hunter", + "userid": 3298445, + "email": "e.s.hunter33@gmail.com", + }, + { + "row_num": 8783, + "name": "Jenn Simpson", + "userid": 3339697, + "email": "jenn.lorinsky.simpson@gmail.com", + }, + { + "row_num": 8789, + "name": "Irina Fredericks", + "userid": 3172295, + "email": "irina.fredericks@gmail.com", + }, + { + "row_num": 8795, + "name": "Jena Grinnell", + "userid": 2375856, + "email": "jgrinnell817@gmail.com", + }, + { + "row_num": 8807, + "name": "Jennefer Mozeleski", + "userid": 3165367, + "email": "jennefermozeleski@hotmail.com", + }, + { + "row_num": 8819, + "name": "Elizabeth Keohan", + "userid": 1326321, + "email": "emkeohan@gmail.com", + }, + { + "row_num": 8825, + "name": "Gerri Wayland", + "userid": 1885444, + "email": "gerriwayland@gmail.com", + }, + { + "row_num": 8832, + "name": "Grace Ogwumike", + "userid": 2747978, + "email": "nkguobadia@hotmail.com", + }, + { + "row_num": 8850, + "name": "Shanisha Calloway Kirk", + "userid": 2518782, + "email": "sbrown187@gmail.com", + }, + { + "row_num": 8866, + "name": "Melissa O'Neill", + "userid": 3443970, + "email": "moneil2@pride.hofstra.edu", + }, + { + "row_num": 8888, + "name": "Britney Vachon-LaGuardia", + "userid": 3187528, + "email": "britney.sinclair15@gmail.com", + }, + { + "row_num": 8895, + "name": "Ashura Hughley", + "userid": 2602291, + "email": "ashura.hughley@gmail.com", + }, + { + "row_num": 8908, + "name": "Patricia Lopez White ", + "userid": 883098, + "email": "plwmft@gmail.com", + }, + { + "row_num": 8922, + "name": "Debbie Reynolds ", + "userid": 877057, + "email": "debbier8830@yahoo.com", + }, + { + "row_num": 8936, + "name": "Elizabeth Domingos-Shepard ", + "userid": 802741, + "email": "edomshep@gmail.com", + }, + { + "row_num": 8948, + "name": "Jennifer Hyatt", + "userid": 669145, + "email": "jhyatt6@icloud.com", + }, + { + "row_num": 8972, + "name": "Rossana Snee", + "userid": 1994559, + "email": "inspired@rossanasnee.com", + }, + { + "row_num": 8980, + "name": "Tomica Binns", + "userid": 3320206, + "email": "binnstomica@gmail.com", + }, + { + "row_num": 8986, + "name": "CLARE KATURAMU", + "userid": 2825749, + "email": "ckaturamu@sunrisebhs.com", + }, + { + "row_num": 8996, + "name": "Colleen Nilson", + "userid": 3195974, + "email": "chawknilson@gmail.com", + }, + { + "row_num": 9004, + "name": "Marilyn Hall", + "userid": 3180023, + "email": "marilynhalllmft@gmail.com", + }, + { + "row_num": 9021, + "name": "Michael Sally", + "userid": 2293206, + "email": "michaelsally@comcast.net", + }, + { + "row_num": 9030, + "name": "Tolulope Adedayo", + "userid": 2413565, + "email": "ttdosumu@yahoo.com", + }, + { + "row_num": 9054, + "name": "Melissa Macgown", + "userid": 3284316, + "email": "melissamacgown@gmail.com", + }, + { + "row_num": 9061, + "name": "Marina Lemaster ", + "userid": 2444356, + "email": "mlemaster79@outlook.com", + }, + { + "row_num": 9068, + "name": "Vanessa Porras", + "userid": 3269836, + "email": "vanessa.porras8@gmail.com", + }, + { + "row_num": 9075, + "name": "Therese Schmoll", + "userid": 2747218, + "email": "letstalk_2@netzero.com", + }, + { + "row_num": 9089, + "name": "ADIB BITAR", + "userid": 3105246, + "email": "adibbitar@aol.com", + }, + { + "row_num": 9096, + "name": "Siomara Calixtro", + "userid": 3356527, + "email": "siomara74calixtro04@gmail.com", + }, + { + "row_num": 9104, + "name": "Tracy-Kate Teleke", + "userid": 338885, + "email": "tracykate@aol.com", + }, + { + "row_num": 9111, + "name": "Jamie Kirk", + "userid": 3368171, + "email": "ms.jkirk.mft@gmail.com", + }, + { + "row_num": 9118, + "name": "Kristen Wright", + "userid": 3306571, + "email": "kristenwright.lmft@gmail.com", + }, + { + "row_num": 9133, + "name": "Brownson Irondi", + "userid": 2635301, + "email": "brownson.irondi@wagner.edu", + }, + { + "row_num": 9140, + "name": "Susanna Chyu", + "userid": 1368452, + "email": "suechyu@yahoo.com", + }, + { + "row_num": 9156, + "name": "Asja Hall", + "userid": 3083420, + "email": "a.h.lcsw@outlook.com", + }, + { + "row_num": 9168, + "name": "Kathleen Mates-Youngman", + "userid": 738188, + "email": "kmatesyoungman@gmail.com", + }, + { + "row_num": 9175, + "name": "Tiffany Hoffman", + "userid": 3106060, + "email": "tlight6@icloud.com", + }, + { + "row_num": 9184, + "name": "Brent Carter", + "userid": 2569740, + "email": "bcarter177@gmail.com", + }, + { + "row_num": 9191, + "name": "MaryAnn Newsom", + "userid": 3085302, + "email": "maryannnewsom75@gmail.com", + }, + { + "row_num": 9204, + "name": "Samantha Strickland", + "userid": 2245517, + "email": "stricklandtherapy@gmail.com", + }, + { + "row_num": 9213, + "name": "David Braune", + "userid": 3172155, + "email": "rossbraune@yahoo.com", + }, + { + "row_num": 9219, + "name": "Michelle Caspari-Marquit", + "userid": 3195438, + "email": "joburg49@yahoo.com", + }, + { + "row_num": 9226, + "name": "Karen Baker", + "userid": 2458493, + "email": "karenbakermft@gmail.com", + }, + { + "row_num": 9239, + "name": "WILLEM LIMAGE", + "userid": 2110935, + "email": "roodylimage@hotmail.com", + }, + { + "row_num": 9246, + "name": "Dania Anderson", + "userid": 1809635, + "email": "daniafeller@gmail.com", + }, + { + "row_num": 9253, + "name": "Jacqueline Kubel", + "userid": 622597, + "email": "jsmush@aol.com", + }, + { + "row_num": 9260, + "name": "DUSTIN Spencer", + "userid": 2081874, + "email": "np.dustin@spencerhealthwellness.com", + }, + { + "row_num": 9266, + "name": "Robin Inouye", + "userid": 2973196, + "email": "rbinouye50@yahoo.com", + }, + { + "row_num": 9275, + "name": "Lovely Omoregbe", + "userid": 2195642, + "email": "ehima1@yahoo.com", + }, + { + "row_num": 9281, + "name": "Joanna Brandt", + "userid": 3350075, + "email": "joeyb72@gmail.com", + }, + { + "row_num": 9295, + "name": "Teresa Scott", + "userid": 2536367, + "email": "teridill@gmail.com", + }, + { + "row_num": 9302, + "name": "Gloria Areghan", + "userid": 1952371, + "email": "areghan@aol.com", + }, + { + "row_num": 9330, + "name": "Kristine San Mateo", + "userid": 2002201, + "email": "kristinelmft@gmail.com", + }, + { + "row_num": 9338, + "name": "Aimee semas-day", + "userid": 1153976, + "email": "asemas888@gmail.com", + }, + { + "row_num": 9345, + "name": "Mercy Oyerinde", + "userid": 3177658, + "email": "mercymelord1@gmail.com", + }, + { + "row_num": 9351, + "name": "Lisa Bouzaglou", + "userid": 1153772, + "email": "therapy@lisabouzaglou.com", + }, + { + "row_num": 9358, + "name": "Arlene Unger", + "userid": 1369462, + "email": "drarleneunger@gmail.com", + }, + { + "row_num": 9372, + "name": "Rick Skarda", + "userid": 2822332, + "email": "rjskarda@aol.com", + }, + { + "row_num": 9386, + "name": "Marisol Medina", + "userid": 2787197, + "email": "marisol.medina.lcsw@gmail.com", + }, + { + "row_num": 9393, + "name": "Claudine Chiarmonte", + "userid": 3166061, + "email": "claudine@iamclaudine.com", + }, + { + "row_num": 9399, + "name": "Laura San Nicolas", + "userid": 622587, + "email": "lsnlmft@gmail.com", + }, + { + "row_num": 9406, + "name": "ERLYNN CABARLES", + "userid": 3228053, + "email": "erlynn@hotmail.com", + }, + { + "row_num": 9419, + "name": "Carrie Simmons", + "userid": 823373, + "email": "carriesimmonslmhc@gmail.com", + }, + { + "row_num": 9426, + "name": "Caitlin Gorr", + "userid": 887276, + "email": "elisegorr@gmail.com", + }, + { + "row_num": 9445, + "name": "Daune Rodman", + "userid": 3242436, + "email": "daunerodman@yahoo.com", + }, + { + "row_num": 9465, + "name": "Donald Bright", + "userid": 1462072, + "email": "brightcounseling@gmail.com", + }, + { + "row_num": 9472, + "name": "Debra Drake", + "userid": 410035, + "email": "debranicoledrake@gmail.com", + }, + { + "row_num": 9501, + "name": "Carly Sedgwick", + "userid": 3182231, + "email": "artemisholistichealth@gmail.com", + }, + { + "row_num": 9639, + "name": "Danielle Ficek", + "userid": 1472987, + "email": "counselorluebke@gmail.com", + }, + { + "row_num": 9689, + "name": "Daphne Dent-Black", + "userid": 3365178, + "email": "daphnelblack@gmail.com", + }, + { + "row_num": 9715, + "name": "Derek Gilchrist ", + "userid": 951412, + "email": "dereksgilchrist@gmail.com", + }, + { + "row_num": 9722, + "name": "Carrie Glebe", + "userid": 3145720, + "email": "carrieg1964@icloud.com", + }, + { + "row_num": 9732, + "name": "DeLinda Welch", + "userid": 3294658, + "email": "delinda.welchlpc@gmail.com", + }, + { + "row_num": 9783, + "name": "Caylee Ellingson", + "userid": 3295881, + "email": "caylee.hunter@gmail.com", + }, + { + "row_num": 9813, + "name": "Derek Durst", + "userid": 3337167, + "email": "durst.derek@gmail.com", + }, + { + "row_num": 9839, + "name": "carla vaughn", + "userid": 2458373, + "email": "trinilocks15@gmail.com", + }, + { + "row_num": 9845, + "name": "Chris Atkins", + "userid": 2593940, + "email": "catkins80@icloud.com", + }, + { + "row_num": 9864, + "name": "Colleen Gardner", + "userid": 876007, + "email": "gardner.colleen@gmail.com", + }, + { + "row_num": 9882, + "name": "Caroline Milford", + "userid": 1048096, + "email": "carolinemilford4@gmail.com", + }, + { + "row_num": 9913, + "name": "Shanae Kelley", + "userid": 3417415, + "email": "sn.kelley2003@gmail.com", + }, + { + "row_num": 9932, + "name": "Chris McKillop", + "userid": 3302996, + "email": "mckillop_chris@yahoo.com", + }, + { + "row_num": 9946, + "name": "Carol R Crowson", + "userid": 2847465, + "email": "scrappyedd@aol.com", + }, + { + "row_num": 9947, + "name": "Carolyn Nelson ", + "userid": 1141332, + "email": "cnelson1958@gmail.com", + }, + { + "row_num": 10003, + "name": "Darla Yates", + "userid": 2786703, + "email": "dyates1117@gmail.com", + }, + { + "row_num": 10040, + "name": "Dorothy Llamosas", + "userid": 3143008, + "email": "dllamosas.dl@gmail.com", + }, + { + "row_num": 10046, + "name": "Colleen Clawson", + "userid": 947232, + "email": "colleen.clawson@gmail.com", + }, + { + "row_num": 10103, + "name": "Candace Byars", + "userid": 3253175, + "email": "cbyarstherapy@hotmail.com", + }, + { + "row_num": 10109, + "name": "Candace Delis", + "userid": 3337369, + "email": "candace.delis@outlook.com", + }, + { + "row_num": 10126, + "name": "Danielle Callahan", + "userid": 1170844, + "email": "dmcallahan02@gmail.com", + }, + { + "row_num": 10138, + "name": "Charles Wickham", + "userid": 3263084, + "email": "cwmsw@hotmail.com", + }, + { + "row_num": 10168, + "name": "Dominiquie Clemmons-James", + "userid": 3176819, + "email": "dmclemmonsjames@gmail.com", + }, + { + "row_num": 10190, + "name": "Constance Mills", + "userid": 3290517, + "email": "crwruby@gmail.com", + }, + { + "row_num": 10210, + "name": "Christy Phelps", + "userid": 2772897, + "email": "counselorchiclmt43@gmail.com", + }, + { + "row_num": 10235, + "name": "Chad Billington", + "userid": 1144692, + "email": "chadwbillington@gmail.com", + }, + { + "row_num": 10241, + "name": "Carol Anderson", + "userid": 2171293, + "email": "carolabp12@gmail.com", + }, + { + "row_num": 10247, + "name": "D'Ann Downey", + "userid": 2952887, + "email": "ddowneywarley@comcast.net", + }, + { + "row_num": 10254, + "name": "Christina White", + "userid": 3196591, + "email": "counselorchristina71@gmail.com", + }, + { + "row_num": 10262, + "name": "Chris Tropin", + "userid": 692547, + "email": "ctropin@hotmail.com", + }, + { + "row_num": 10282, + "name": "Dina Miller", + "userid": 3279976, + "email": "dinamillerlcsw@gmail.com", + }, + { + "row_num": 10289, + "name": "Deborah Pottinger", + "userid": 2423114, + "email": "dpottinger.abc@gmail.com", + }, + { + "row_num": 10343, + "name": "Christina Tri", + "userid": 3329314, + "email": "sitwithstina@gmail.com", + }, + { + "row_num": 10349, + "name": "Carrie Savage", + "userid": 3362024, + "email": "savagelifesolutions@gmail.com", + }, + { + "row_num": 10395, + "name": "Donovan Gray", + "userid": 3060163, + "email": "dsg426@aol.com", + }, + { + "row_num": 10402, + "name": "Cynthia Cox", + "userid": 3038910, + "email": "cynthiacoxlcsw@gmail.com", + }, + { + "row_num": 10415, + "name": "Chelsea Cerillo", + "userid": 3211578, + "email": "chelsea225@gmail.com", + }, + { + "row_num": 10425, + "name": "Christina Brown", + "userid": 2794297, + "email": "cbrown5727@yahoo.com", + }, + { + "row_num": 10433, + "name": "Candace Williams", + "userid": 3173296, + "email": "candace_buckley@yahoo.com", + }, + { + "row_num": 10439, + "name": "David Rawlins", + "userid": 3236114, + "email": "derawlins@netscape.net", + }, + { + "row_num": 10473, + "name": "Carmen Kinzy", + "userid": 2048804, + "email": "carmen.kinzy@gmail.com", + }, + { + "row_num": 10486, + "name": "Delishia Williams", + "userid": 669140, + "email": "delishiaw@gmail.com", + }, + { + "row_num": 10493, + "name": "Karen Kearby", + "userid": 3233857, + "email": "karenkearby@gmail.com", + }, + { + "row_num": 10525, + "name": "Danielle Contreras", + "userid": 755680, + "email": "simplynourishedcounseling@gmail.com", + }, + { + "row_num": 10592, + "name": "Carrie Moore", + "userid": 3336309, + "email": "clmoore0505@outlook.com", + }, + { + "row_num": 10598, + "name": "Ashley Wilson", + "userid": 3310426, + "email": "ashleymwilson29@gmail.com", + }, + { + "row_num": 10605, + "name": "Dari Cosey", + "userid": 755761, + "email": "dcosey08@yahoo.com", + }, + { + "row_num": 10620, + "name": "Charity Reilly", + "userid": 3301395, + "email": "charityreillylcsw@gmail.com", + }, + { + "row_num": 10637, + "name": "Christopher Oborn", + "userid": 1920265, + "email": "ctoborn@gmail.com", + }, + { + "row_num": 10647, + "name": "Diamond Junior", + "userid": 3228618, + "email": "juniord@my.canisius.edu", + }, + { + "row_num": 10653, + "name": "Ashley Shelley", + "userid": 3365136, + "email": "melaninandmindfulness@gmail.com", + }, + { + "row_num": 10660, + "name": "Debra Pruyn", + "userid": 1475369, + "email": "tagd88@gmail.com", + }, + { + "row_num": 10677, + "name": "Clifford Daniels", + "userid": 3365053, + "email": "cliffdan1@aol.com", + }, + { + "row_num": 10687, + "name": "Carolyn Mateo", + "userid": 3359883, + "email": "carolynh51287@gmail.com", + }, + { + "row_num": 10693, + "name": "Alicia Hyatt", + "userid": 3185223, + "email": "ahyatt1216@yahoo.com", + }, + { + "row_num": 10707, + "name": "Danielle Van Dusen", + "userid": 3172013, + "email": "saltwatercounseling@gmail.com", + }, + { + "row_num": 10714, + "name": "Candace Lizardo", + "userid": 3270221, + "email": "cdlizardo16@gmail.com", + }, + { + "row_num": 10723, + "name": "Courtney Gongwer", + "userid": 2654065, + "email": "ccgongwer@gmail.com", + }, + { + "row_num": 10731, + "name": "Amanda Rexwinkle", + "userid": 1968686, + "email": "amandadrescher@gmail.com", + }, + { + "row_num": 10738, + "name": "Carol A Erbes", + "userid": 350558, + "email": "erbescarol@gmail.com", + }, + { + "row_num": 10744, + "name": "Dennis Doke", + "userid": 3351884, + "email": "dennisdoke@okeydoke.org", + }, + { + "row_num": 10750, + "name": "Alexander Ansell", + "userid": 3265962, + "email": "ansellalex@aol.com", + }, + { + "row_num": 10756, + "name": "Christine Burnosky", + "userid": 335904, + "email": "kburnosky@gmail.com", + }, + { + "row_num": 10766, + "name": "Danielle Fox", + "userid": 511521, + "email": "dfoxlcsw@aol.com", + }, + { + "row_num": 10772, + "name": "Denise Candidi", + "userid": 1141330, + "email": "djcand@aol.com", + }, + { + "row_num": 10778, + "name": "constance Moore", + "userid": 2390009, + "email": "conniemoore3825@gmail.com", + }, + { + "row_num": 10788, + "name": "Cassandre Bolton", + "userid": 336773, + "email": "cmartelly130@gmail.com", + }, + { + "row_num": 10795, + "name": "Brooke Loring", + "userid": 1047960, + "email": "bloring7@yahoo.com", + }, + { + "row_num": 10807, + "name": "Cardinal Rieger", + "userid": 3254585, + "email": "tallcardinal1@gmail.com", + }, + { + "row_num": 10816, + "name": "Christine Burcham", + "userid": 2904207, + "email": "cburcham.therapist@gmail.com", + }, + { + "row_num": 10822, + "name": "Christie Hall", + "userid": 3319926, + "email": "christieh1418@gmail.com", + }, + { + "row_num": 10834, + "name": "Camille Green", + "userid": 1947729, + "email": "green.d.camille@gmail.com", + }, + { + "row_num": 10840, + "name": "Alexandria Blymire", + "userid": 3457228, + "email": "alexandria.sarauer@gmail.com", + }, + { + "row_num": 10846, + "name": "Dena Frandsen", + "userid": 88960, + "email": "dena.frandsen@gmail.com", + }, + { + "row_num": 10852, + "name": "Chaka Smith", + "userid": 3248254, + "email": "iamchakasmith@gmail.com", + }, + { + "row_num": 10860, + "name": "Deidre Gestrin", + "userid": 1642241, + "email": "ability2stability@gmail.com", + }, + { + "row_num": 10866, + "name": "Daniel Fleischer", + "userid": 3369909, + "email": "dfleisch@twc.com", + }, + { + "row_num": 10872, + "name": "Amy Rutland", + "userid": 2221146, + "email": "amy.rutland@gmail.com", + }, + { + "row_num": 10878, + "name": "Candace Walters", + "userid": 3265090, + "email": "candace2ly@juno.com", + }, + { + "row_num": 10885, + "name": "Catrina Drinning-Davis", + "userid": 3294576, + "email": "cdrinningdavis@gmail.com", + }, + { + "row_num": 10897, + "name": "Courtney Clark", + "userid": 3244395, + "email": "cdclark04@gmail.com", + }, + { + "row_num": 10913, + "name": "Colin Duggan", + "userid": 1134946, + "email": "colinjam1@icloud.com", + }, + { + "row_num": 10919, + "name": "David Volz", + "userid": 443972, + "email": "davidvolzlpc@yahoo.com", + }, + { + "row_num": 10925, + "name": "Danielle Carlson", + "userid": 844916, + "email": "pandoura@yahoo.com", + }, + { + "row_num": 10931, + "name": "Casey Logan", + "userid": 3228088, + "email": "caseyjameslpc@gmail.com", + }, + { + "row_num": 10937, + "name": "Christi Foster", + "userid": 2341208, + "email": "christi29302@yahoo.com", + }, + { + "row_num": 10955, + "name": "Brittany Beck", + "userid": 3203312, + "email": "brittanymengler@gmail.com", + }, + { + "row_num": 10961, + "name": "Danielle Price", + "userid": 901444, + "email": "danielle.price1526@gmail.com", + }, + { + "row_num": 10968, + "name": "Danica Copp", + "userid": 813765, + "email": "danica@danicacopp.com", + }, + { + "row_num": 10974, + "name": "Chloe Jean", + "userid": 3330719, + "email": "chloejeanlcsw@gmail.com", + }, + { + "row_num": 10980, + "name": "Charles Gill", + "userid": 3122080, + "email": "cwlgill@outlook.com", + }, + { + "row_num": 10998, + "name": "CHLOE LEVINSON", + "userid": 1368399, + "email": "chloelevinson@gmail.com", + }, + { + "row_num": 11005, + "name": "Chloe Zahn", + "userid": 3333304, + "email": "cmirandaz101697@gmail.com", + }, + { + "row_num": 11017, + "name": "caitlin drew chadbourne", + "userid": 1007514, + "email": "cdrewchadbourne@gmail.com", + }, + { + "row_num": 11024, + "name": "Delia Lopez", + "userid": 3263566, + "email": "deliathread@comcast.net", + }, + { + "row_num": 11032, + "name": "Christine Barry", + "userid": 3352198, + "email": "christinebarry124@outlook.com", + }, + { + "row_num": 11038, + "name": "Courtney Green", + "userid": 3249388, + "email": "callen081215@gmail.com", + }, + { + "row_num": 11051, + "name": "Donna Sheperis", + "userid": 544929, + "email": "dsheperis@yahoo.com", + }, + { + "row_num": 11063, + "name": "Danielle McQuay", + "userid": 3177261, + "email": "mzmcquay@gmail.com", + }, + { + "row_num": 11075, + "name": "Chris Campernel", + "userid": 930514, + "email": "campernel@gmail.com", + }, + { + "row_num": 11081, + "name": "deborah cichon", + "userid": "", + "email": "deborah.cichon+1@talkspace.com", + }, + { + "row_num": 11087, + "name": "Calvin Collins", + "userid": 2635946, + "email": "ccol646117@aol.com", + }, + { + "row_num": 11094, + "name": "Cheri MEADOWLARK", + "userid": 2724844, + "email": "chmeadowlark@mfccenter.com", + }, + { + "row_num": 11100, + "name": "Crystal Cash", + "userid": 2964298, + "email": "cryztalball22@gmail.com", + }, + { + "row_num": 11112, + "name": "Christina DeMary", + "userid": 508622, + "email": "copidosta@gmail.com", + }, + { + "row_num": 11124, + "name": "Cris Roman", + "userid": 2542800, + "email": "crisro@charter.net", + }, + { + "row_num": 11130, + "name": "Tamara Hambrick", + "userid": 2397543, + "email": "sugarmsw@yahoo.com", + }, + { + "row_num": 11136, + "name": "Daniel Rubin", + "userid": 2071366, + "email": "transcendcounselingllc@gmail.com", + }, + { + "row_num": 11148, + "name": "Candace Chavers", + "userid": 3375019, + "email": "candacechavers@gmail.com", + }, + { + "row_num": 11300, + "name": "Ashley Yatzor", + "userid": 1898628, + "email": "ashleyyatzortherapist@gmail.com", + }, + { + "row_num": 11352, + "name": "Brenda Romero-Herrera", + "userid": 1390740, + "email": "brendarh@warriorheartcounseling.com", + }, + { + "row_num": 11399, + "name": "Joseph Stanfill", + "userid": 3446379, + "email": "josephmstanfill@gmail.com", + }, + { + "row_num": 11516, + "name": "Ariel Moore", + "userid": 650920, + "email": "fergusoncounseling@gmail.com", + }, + { + "row_num": 11522, + "name": "Alicia Moran", + "userid": 3334428, + "email": "amoran@nhcs-ky.com", + }, + { + "row_num": 11555, + "name": "Anna Gries", + "userid": 2876958, + "email": "anna.r.gries@gmail.com", + }, + { + "row_num": 11603, + "name": "Alejandro Nevarez", + "userid": 3082082, + "email": "nevarez21@icloud.com", + }, + { + "row_num": 11675, + "name": "Danielle Town", + "userid": 3305675, + "email": "msdanitown@gmail.com", + }, + { + "row_num": 11682, + "name": "Beulah Joshua", + "userid": 1956261, + "email": "beulahjebenezer@gmail.com", + }, + { + "row_num": 11701, + "name": "Alicia Ogonowski", + "userid": 825203, + "email": "tiggerz21@hotmail.com", + }, + { + "row_num": 11762, + "name": "Jan Dutton", + "userid": 3435500, + "email": "jand48@bresnan.net", + }, + { + "row_num": 11768, + "name": "Chante Cross", + "userid": 3351866, + "email": "ccross@chantecross.com", + }, + { + "row_num": 11785, + "name": "Nichole Tackett", + "userid": 3433040, + "email": "nikki.tackett@gmail.com", + }, + { + "row_num": 11828, + "name": "Angela Mathew", + "userid": 935842, + "email": "originalwatercolor@yahoo.com", + }, + { + "row_num": 11866, + "name": "Beth Traveria", + "userid": 463210, + "email": "ibtrav@sbcglobal.net", + }, + { + "row_num": 11954, + "name": "Nancy DiStefano", + "userid": 310384, + "email": "nancydistefanolsw@yahoo.com", + }, + { + "row_num": 11960, + "name": "Brandi Okamoto", + "userid": 3326999, + "email": "allthelittledetails.hi@gmail.com", + }, + { + "row_num": 11969, + "name": "Sean Hammett", + "userid": 3405267, + "email": "shammett44@gmail.com", + }, + { + "row_num": 11975, + "name": "Bernadette Pina", + "userid": 1081228, + "email": "b12pina@gmail.com", + }, + { + "row_num": 12008, + "name": "Abigail Baumann", + "userid": 2093699, + "email": "abbyabaumann@gmail.com", + }, + { + "row_num": 12019, + "name": "Aleesha Milliman", + "userid": 1875762, + "email": "aleeshamilliman@gmail.com", + }, + { + "row_num": 12034, + "name": "April Brandon", + "userid": 3031743, + "email": "aprilgrace4477@gmail.com", + }, + { + "row_num": 12081, + "name": "Andrea Hamilton", + "userid": 1992880, + "email": "andreachamilton@gmail.com", + }, + { + "row_num": 12093, + "name": "Ashley Weckstein", + "userid": 3182927, + "email": "ashley.weckstein@yahoo.com", + }, + { + "row_num": 12114, + "name": "Ashley Sloan", + "userid": 3330175, + "email": "sloanmashley@gmail.com", + }, + { + "row_num": 12124, + "name": "Arielle Miree", + "userid": 3370018, + "email": "ariellemiree@gmail.com", + }, + { + "row_num": 12131, + "name": "ARTHUR HOWARD", + "userid": 2791233, + "email": "how1906@gmail.com", + }, + { + "row_num": 12140, + "name": "Brittany Zucco", + "userid": 3198910, + "email": "brittany.zucco@gmail.com", + }, + { + "row_num": 12147, + "name": "Alyssa Drury", + "userid": 2256418, + "email": "alyssadrurycounseling@gmail.com", + }, + { + "row_num": 12153, + "name": "Ann Sumpter", + "userid": 3229964, + "email": "annie.m.sumpter@wv.gov", + }, + { + "row_num": 12159, + "name": "allison owens", + "userid": 1986466, + "email": "aaowens89@comcast.net", + }, + { + "row_num": 12178, + "name": "Brian Hunt", + "userid": 2223144, + "email": "behlisw@yahoo.com", + }, + { + "row_num": 12184, + "name": "Alyssa Flynn", + "userid": 3350207, + "email": "heretolyssten@gmail.com", + }, + { + "row_num": 12256, + "name": "Jessica Fritzges", + "userid": 3350777, + "email": "drfritzges@atlanticrecoveryinstitute.com", + }, + { + "row_num": 12267, + "name": "Jerry Hsing-Lu Kao", + "userid": 685932, + "email": "hsinglu@yahoo.com", + }, + { + "row_num": 12277, + "name": "James Monaghan", + "userid": 1774201, + "email": "riseupnevada@gmail.com", + }, + { + "row_num": 12286, + "name": "Kristen Penate", + "userid": 2341995, + "email": "kristenme1231@gmail.com", + }, + { + "row_num": 12396, + "name": "Rebekah Balmer", + "userid": 3320785, + "email": "rebekah.s.balmer@gmail.com", + }, + { + "row_num": 12398, + "name": "Beverly Bye", + "userid": 2076214, + "email": "drbbye@gmail.com", + }, + { + "row_num": 12553, + "name": "Kellyn Gutmann", + "userid": 234433, + "email": "kellyn.gutmann@gmail.com", + }, + { + "row_num": 12680, + "name": "Jacqueline Lintzeris", + "userid": 3367874, + "email": "jacjac210@gmail.com", + }, + { + "row_num": 12717, + "name": "Courtney Mayfield", + "userid": 3407706, + "email": "cmayfield001@yahoo.com", + }, + { + "row_num": 12774, + "name": "Susan Forer-Dehrey", + "userid": 3230737, + "email": "susiedehrey@gmail.com", + }, + { + "row_num": 12840, + "name": "William Shryer", + "userid": 2522881, + "email": "wshryertms@gmail.com", + }, + { + "row_num": 12852, + "name": "Christa Martin", + "userid": 2176127, + "email": "jcmartin08@hotmail.com", + }, + { + "row_num": 12974, + "name": "Sarah Barengo Robinson", + "userid": 3208254, + "email": "sarahbarengoms@gmail.com", + }, + { + "row_num": 12995, + "name": "Keith Jackson", + "userid": 3255699, + "email": "riteus1@comcast.net", + }, + { + "row_num": 13077, + "name": "Beth Reichert", + "userid": 3421850, + "email": "beth.reichert.lpcc@gmail.com", + }, + { + "row_num": 13086, + "name": "Jerniece Saez", + "userid": 3296785, + "email": "jsaez@jjspsychotherapy.com", + }, + { + "row_num": 13119, + "name": "Noya Dekel", + "userid": 699320, + "email": "dinagaya@gmail.com", + }, + { + "row_num": 13139, + "name": "laura york", + "userid": 254554, + "email": "lakatwoman@gmail.com", + }, + { + "row_num": 13154, + "name": "Lisa Lainer", + "userid": 992803, + "email": "lisa@lainer.net", + }, + { + "row_num": 13171, + "name": "Lynn Nickens", + "userid": 2498230, + "email": "lynn89lcsw@gmail.com", + }, + { + "row_num": 13183, + "name": "Summer Witty", + "userid": 1186324, + "email": "summerwitty@hotmail.com", + }, + { + "row_num": 13190, + "name": "Kelly Schooner", + "userid": 931078, + "email": "schoonerdk@gmail.com", + }, + { + "row_num": 13206, + "name": "Natasha Walter-Fisk", + "userid": 946626, + "email": "natwalterfisk@protonmail.com", + }, + { + "row_num": 13217, + "name": "Richard Puls", + "userid": 3162769, + "email": "rpuls@juno.com", + }, + { + "row_num": 13224, + "name": "Maureen McEachen", + "userid": 2059911, + "email": "momceachen@gmail.com", + }, + { + "row_num": 13231, + "name": "Paul Fisher", + "userid": 2257063, + "email": "fisherpaul264@gmail.com", + }, + { + "row_num": 13239, + "name": "Kahina Kaci", + "userid": 2431588, + "email": "hinabina82@hotmail.com", + }, + { + "row_num": 13246, + "name": "Roshonda Cureton", + "userid": 1870401, + "email": "jamariag@hotmail.com", + }, + { + "row_num": 13253, + "name": "Sunita Churiwala", + "userid": 3261656, + "email": "schuriwala27@gmail.com", + }, + { + "row_num": 13260, + "name": "Ying Kam", + "userid": 3184321, + "email": "kylie.kam@gmail.com", + }, + { + "row_num": 13267, + "name": "sharon tawfilis", + "userid": 888770, + "email": "sharontawfilis@gmail.com", + }, + { + "row_num": 13304, + "name": "Elizabeth Smith", + "userid": 3425672, + "email": "emstalkspace@reflectioncenter.net", + }, + { + "row_num": 13328, + "name": "Karen Morris", + "userid": 3411585, + "email": "karenekmorris21@gmail.com", + }, + { + "row_num": 13339, + "name": "Cathleen Hauber", + "userid": 3361968, + "email": "chauber1203@gmail.com", + }, + { + "row_num": 13351, + "name": "WENDY Haynes-Britton", + "userid": 3422975, + "email": "wendyhbwendy@gmail.com", + }, + { + "row_num": 13359, + "name": "Jessica Jones", + "userid": 3410267, + "email": "jemohr84@gmail.com", + }, + { + "row_num": 13373, + "name": "Miranda Franklin", + "userid": 3422032, + "email": "mpruett1306@gmail.com", + }, + { + "row_num": 13390, + "name": "Gregory Kaufman", + "userid": 3416984, + "email": "gregoriokaufman13@gmail.com", + }, + { + "row_num": 13408, + "name": "Jonni Lukenbill-Bowles", + "userid": 3413070, + "email": "jonnicares@gmail.com", + }, + { + "row_num": 13421, + "name": "Elizabeth Aponte-Perez", + "userid": 3422070, + "email": "elizabethaponteperez@gmail.com", + }, + { + "row_num": 13428, + "name": "christine Herman", + "userid": 3411061, + "email": "christinedallies@yahoo.com", + }, + { + "row_num": 13450, + "name": "Marianna Nunez", + "userid": 3414549, + "email": "spirit4522@gmail.com", + }, + { + "row_num": 13468, + "name": "Crystal Davis", + "userid": 3420167, + "email": "chbdavis1988@yahoo.com", + }, + { + "row_num": 13478, + "name": "amber steward", + "userid": 3413099, + "email": "thetipsypaintbrush21@gmail.com", + }, + { + "row_num": 13486, + "name": "Shari Ketzer", + "userid": 3422528, + "email": "shariketzer@gmail.com", + }, + { + "row_num": 13505, + "name": "Regina Walker", + "userid": 3400605, + "email": "reginawalker132@yahoo.com", + }, + { + "row_num": 13513, + "name": "Ashley Phelps", + "userid": 3416344, + "email": "anp0807@yahoo.com", + }, + { + "row_num": 13525, + "name": "Katelyn Dougherty", + "userid": 3403073, + "email": "kdougherty994@gmail.com", + }, + { + "row_num": 13557, + "name": "Hali Seaney", + "userid": 3400138, + "email": "halizerilli@gmail.com", + }, + { + "row_num": 13565, + "name": "Amanda Williamson", + "userid": 3428328, + "email": "imortalizelife@gmail.com", + }, + { + "row_num": 13571, + "name": "Cindee Oswald ", + "userid": 2894144, + "email": "cindeelcsw@gmail.com", + }, + { + "row_num": 13579, + "name": "Victoria McCann", + "userid": 3419740, + "email": "drtori@frontlinetherapy.net", + }, + { + "row_num": 13594, + "name": "Darsha Clark", + "userid": 3427664, + "email": "darshaclark@gmail.com", + }, + { + "row_num": 13609, + "name": "Danielle Williams", + "userid": 3421379, + "email": "danielle.williams323@gmail.com", + }, + { + "row_num": 13629, + "name": "Lindsay McKinney", + "userid": 3409307, + "email": "swtdreamer1980@aol.com", + }, + { + "row_num": 13656, + "name": "Meagan Baxter", + "userid": 33387704, + "email": "megrbaxter@gmail.com", + }, + { + "row_num": 13669, + "name": "Angela young", + "userid": 3423618, + "email": "youngangela12@gmail.com", + }, + { + "row_num": 13681, + "name": "Tiara Brown", + "userid": 3363441, + "email": "tiaratolen@gmail.com", + }, + { + "row_num": 13687, + "name": "Marina DeClue", + "userid": 3421994, + "email": "marina.kroeter@gmx.at", + }, + { + "row_num": 13713, + "name": "Kelly La Rocca", + "userid": 2646529, + "email": "klarocca1@aol.com", + }, + { + "row_num": 13720, + "name": "Page Zieske", + "userid": 3420789, + "email": "whisperscounseling@gmail.com", + }, + { + "row_num": 13726, + "name": "Kelli Berman", + "userid": 3428931, + "email": "parachutesidewalk@yahoo.com", + }, + { + "row_num": 13732, + "name": "Rachel Roth", + "userid": 3416457, + "email": "rroth.lmsw@gmail.com", + }, + { + "row_num": 13743, + "name": "Gloria Lyons", + "userid": 3412794, + "email": "gjlyons@liberty.edu", + }, + { + "row_num": 13790, + "name": "Alison Hite", + "userid": 3373116, + "email": "alisonahite@gmail.com", + }, + { + "row_num": 13796, + "name": "Jeannie Zbarsky", + "userid": 3301402, + "email": "jeannieztherapy@gmail.com", + }, + { + "row_num": 13806, + "name": "Frankie Morris-Dadzie", + "userid": 2059020, + "email": "frankiemdlcsw@gmail.com", + }, + { + "row_num": 13821, + "name": "Amy Allen", + "userid": 3300209, + "email": "aaagonzalez0therapy@gmail.com", + }, + { + "row_num": 13836, + "name": "Cynthia Naughton ", + "userid": 321962, + "email": "cindycoaches@gmail.com", + }, + { + "row_num": 13844, + "name": "Erin Tucker", + "userid": 3410601, + "email": "ejtjetuc@gmail.com", + }, + { + "row_num": 13877, + "name": "Jasmine Jones", + "userid": 852719, + "email": "jasminejoneslcsw@gmail.com", + }, + { + "row_num": 13943, + "name": "Julie Olson", + "userid": 3426406, + "email": "julieolsontherapy@gmail.com", + }, + { + "row_num": 13975, + "name": "Steven Smith", + "userid": 3408977, + "email": "smithsteven@live.com", + }, + { + "row_num": 13983, + "name": "Natasha Deshommes", + "userid": 3418294, + "email": "natashalmhc@gmail.com", + }, + { + "row_num": 14011, + "name": "Laura Jones", + "userid": 3407344, + "email": "laurajones2000@outlook.com", + }, + { + "row_num": 14060, + "name": "Chiara Ferrari", + "userid": 2941023, + "email": "chiaraferrari21@gmail.com", + }, + { + "row_num": 14067, + "name": "Beverly Tracy", + "userid": 3395489, + "email": "beverlytracylcsw@yahoo.com", + }, + { + "row_num": 14087, + "name": "Gregory Welcher", + "userid": 3420589, + "email": "welchergreg@yahoo.com", + }, + { + "row_num": 14097, + "name": "Gregory Mascaro", + "userid": 3394397, + "email": "gregorymascaro2@gmail.com", + }, + { + "row_num": 14116, + "name": "Monique Harris", + "userid": 3376518, + "email": "admin@imaginemeresilient.com", + }, + { + "row_num": 14150, + "name": "Tiffany Green", + "userid": 3210865, + "email": "tiffanyfnotes@gmail.com", + }, + { + "row_num": 14156, + "name": "Lisa McDermott", + "userid": 3405933, + "email": "lisamarie.govan@gmail.com", + }, + { + "row_num": 14182, + "name": "Felipe Sepulveda", + "userid": 3409366, + "email": "info@felipesepulvedalcsw.com", + }, + { + "row_num": 14192, + "name": "Kristen Watson", + "userid": 3392657, + "email": "mrs.klwatson@gmail.com", + }, + { + "row_num": 14207, + "name": "Yuvonne Wrobel", + "userid": 3387131, + "email": "wablueeyes217@yahoo.com", + }, + { + "row_num": 14257, + "name": "Marc Etts", + "userid": 3419932, + "email": "marc.etts@gmail.com", + }, + { + "row_num": 14294, + "name": "Thomas Rodger", + "userid": 3402760, + "email": "rodger22@msn.com", + }, + { + "row_num": 14335, + "name": "Michelle Hamlin", + "userid": 3405318, + "email": "dmhamlin14@gmail.com", + }, + { + "row_num": 14348, + "name": "Heidi Reddin", + "userid": 3385479, + "email": "heidi.reddin89@gmail.com", + }, + { + "row_num": 14379, + "name": "Vanessa Trinidad", + "userid": 3403976, + "email": "vanessa@agapethycounselingsolutions.com", + }, + { + "row_num": 14419, + "name": "Donald Bender", + "userid": 1835557, + "email": "donald.bender@cal.berkeley.edu", + }, + { + "row_num": 14421, + "name": "Annas Boyer", + "userid": 3396420, + "email": "annasboyer@gmail.com", + }, + { + "row_num": 14427, + "name": "Vanessa Batiste-Leal", + "userid": 3377069, + "email": "vanessabatisteleal@gmail.com", + }, + { + "row_num": 14445, + "name": "Ali Akhtar", + "userid": 560404, + "email": "aliakhtar.mft@gmail.com", + }, + { + "row_num": 14455, + "name": "Hannah Rarick", + "userid": 3353718, + "email": "hrarick26@gmail.com", + }, + { + "row_num": 14469, + "name": "brianne Walker", + "userid": 3230211, + "email": "qualitycounselingservices@gmail.com", + }, + { + "row_num": 14480, + "name": "Francis Oduah", + "userid": 2139529, + "email": "francisodu@gmail.com", + }, + { + "row_num": 14486, + "name": "Ayana Lewis", + "userid": 3403041, + "email": "aspire2better@gmail.com", + }, + { + "row_num": 14518, + "name": "Liz Colizza", + "userid": 3355289, + "email": "liz.colizza@talkspace.com", + }, + { + "row_num": 14527, + "name": "Tiffany Green", + "userid": 3210865, + "email": "tiffanygnotes@gmail.com", + }, + { + "row_num": 14545, + "name": "Dr. Barbara Orticelli", + "userid": 3407053, + "email": "barbara.orticelli@gmail.com", + }, + { + "row_num": 14575, + "name": "Hannah Widmer", + "userid": 3362421, + "email": "widmerhannah@gmail.com", + }, + { + "row_num": 14595, + "name": "Brandon Thibeault", + "userid": 1765702, + "email": "b.thibeault35@hotmail.com", + }, + { + "row_num": 14608, + "name": "Elizabeth Doolittle", + "userid": 3382618, + "email": "ejeckering@gmail.com", + }, + { + "row_num": 14615, + "name": "Ann Weight", + "userid": 3389761, + "email": "annweight@gmail.com", + }, + { + "row_num": 14628, + "name": "Thomas Kadela", + "userid": 3392618, + "email": "drtomkadela@gmail.com", + }, + { + "row_num": 14650, + "name": "Charity Gordon", + "userid": 3382683, + "email": "chairgordon@gmail.com", + }, + { + "row_num": 14662, + "name": "Funmilayo Akintunde", + "userid": 3363627, + "email": "yuwellnes@gmail.com", + }, + { + "row_num": 14669, + "name": "Elise Martinez", + "userid": 3397934, + "email": "elisemarielmartinez@gmail.com", + }, + { + "row_num": 14695, + "name": "Shelena Clay", + "userid": 3385076, + "email": "shelenaclay@yahoo.com", + }, + { + "row_num": 14729, + "name": "Danielle Zandbergen", + "userid": 3397743, + "email": "danielle@okikacounseling.com", + }, + { + "row_num": 14756, + "name": "Nichole Blanford", + "userid": 3371514, + "email": "nikki.blanford@pm.me", + }, + { + "row_num": 14777, + "name": "Maureen Rough", + "userid": 3404466, + "email": "maureen.m.rough@gmail.com", + }, + { + "row_num": 14784, + "name": "Joseph Almeida", + "userid": 3382946, + "email": "josephalmeidatalkspace@gmail.com", + }, + { + "row_num": 14812, + "name": "Justin Brown", + "userid": 3390209, + "email": "justinobrown25@gmail.com", + }, + { + "row_num": 14840, + "name": "Kacee Cleveland", + "userid": 3402487, + "email": "kitten4luv2002@yahoo.com", + }, + { + "row_num": 14859, + "name": "Vivian Hicks", + "userid": 3389402, + "email": "vivianhicks@protonmail.com", + }, + { + "row_num": 14866, + "name": "catherine bukovitz", + "userid": 3385863, + "email": "cbukovitz@gmail.com", + }, + { + "row_num": 14877, + "name": "Georges Mombrun", + "userid": 3379178, + "email": "ghmombrun@gmail.com", + }, + { + "row_num": 14891, + "name": "Sandra DeAtley", + "userid": 3400444, + "email": "sixftsandy@gmail.com", + }, + { + "row_num": 14930, + "name": "Brian Soames", + "userid": 3369421, + "email": "bsoames@gmail.com", + }, + { + "row_num": 14951, + "name": "Deirdre Minichiello", + "userid": 3391744, + "email": "deirdreminichiello@gmail.com", + }, + { + "row_num": 14971, + "name": "Shaterrika Williams", + "userid": 3398244, + "email": "shaterrika@email.phoenix.edu", + }, + { + "row_num": 14987, + "name": "James Hunter", + "userid": 3396884, + "email": "jhunterg31lcsw@gmail.com", + }, + { + "row_num": 14998, + "name": "Theresa Weise", + "userid": 3403550, + "email": "naturalhealingfarms@yahoo.com", + }, + { + "row_num": 15040, + "name": "LaMaya Middleton", + "userid": 3370069, + "email": "lamayamiddleton@gmail.com", + }, + { + "row_num": 15047, + "name": "darla carmoney", + "userid": 3403121, + "email": "darlacarmoneyllpc@gmail.com", + }, + { + "row_num": 15067, + "name": "LeAnne Delgado", + "userid": 3396523, + "email": "leanne@therapistconnecticut.com", + }, + { + "row_num": 15077, + "name": "Tamera Brown", + "userid": 3399542, + "email": "admin@coachtameraj.com", + }, + { + "row_num": 15092, + "name": "Irene Hernandez", + "userid": 3218994, + "email": "irehernandez163@gmail.com", + }, + { + "row_num": 15124, + "name": "Amy Graf", + "userid": 3390427, + "email": "grafamy@gmail.com", + }, + { + "row_num": 15133, + "name": "Artesia Price", + "userid": 3390888, + "email": "therapyfromthehart@gmail.com", + }, + { + "row_num": 15147, + "name": "kristen boone", + "userid": 3381203, + "email": "kristenlucilleboone@gmail.com", + }, + { + "row_num": 15162, + "name": "Asha Griffin", + "userid": 3389854, + "email": "email@balancingedencounseling.com", + }, + { + "row_num": 15168, + "name": "Melissa Patak", + "userid": 3388944, + "email": "melissapataklpc@gmail.com", + }, + { + "row_num": 15178, + "name": "Elena Beals", + "userid": 513292, + "email": "ebeals@gmail.com", + }, + { + "row_num": 15205, + "name": "DeMarquane Thomas", + "userid": 3394885, + "email": "demarquanethomas@gmail.com", + }, + { + "row_num": 15214, + "name": "Christy Forrister", + "userid": 2492767, + "email": "christyforrister@yahoo.com", + }, + { + "row_num": 15228, + "name": "Nathan Winner", + "userid": 3386017, + "email": "nawinn90@gmail.com", + }, + { + "row_num": 15245, + "name": "Carol Fletcher", + "userid": 3400901, + "email": "camflcsw@outlook.com", + }, + { + "row_num": 15253, + "name": "RobDreka Shaw", + "userid": 3393986, + "email": "rshaw@journeytohopecounseling.org", + }, + { + "row_num": 15269, + "name": "Erica Simpson", + "userid": 655395, + "email": "ericasimpson@twc.com", + }, + { + "row_num": 15285, + "name": "Kimberly Prinski", + "userid": 3394750, + "email": "kprinski@verizon.net", + }, + { + "row_num": 15318, + "name": "Silvia Simpson", + "userid": 3388180, + "email": "mamabella0711@yahoo.com", + }, + { + "row_num": 15325, + "name": "Justin Arifaj", + "userid": 3387703, + "email": "justin.arifaj@gmail.com", + }, + { + "row_num": 15331, + "name": "Sheilan Cook-Cornman", + "userid": 3391616, + "email": "csheilan@live.com", + }, + { + "row_num": 15338, + "name": "Chandra Lone Wolf", + "userid": 3384480, + "email": "lonewolf1535@hotmail.com", + }, + { + "row_num": 15364, + "name": "Jasmine McCully", + "userid": 3355378, + "email": "jasminemccully@gmail.com", + }, + { + "row_num": 15370, + "name": "Regina Poole", + "userid": 3388626, + "email": "reginapoole11@yahoo.com", + }, + { + "row_num": 15385, + "name": "Barbara Sprague", + "userid": 2071243, + "email": "barbara.sprague.np@gmail.com", + }, + { + "row_num": 15407, + "name": "Kimberly Rowe", + "userid": 3311278, + "email": "kimberlyjrowe@yahoo.com", + }, + { + "row_num": 15413, + "name": "Carly Davison", + "userid": 3379102, + "email": "cfshifle@gmail.com", + }, + { + "row_num": 15425, + "name": "Britney Taylor", + "userid": 3362767, + "email": "btaylorcounseling@gmail.com", + }, + { + "row_num": 15495, + "name": "Kirsten Munson", + "userid": 3296753, + "email": "askkris_munson@yahoo.com", + }, + { + "row_num": 15501, + "name": "Ilana Rosenberg", + "userid": 2270206, + "email": "istein69@cox.net", + }, + { + "row_num": 15516, + "name": "Rachel Cash", + "userid": 2822389, + "email": "rachelmichelle.cash@gmail.com", + }, + { + "row_num": 15544, + "name": "Amey Davis", + "userid": 218298, + "email": "ameydusa@yahoo.com", + }, + { + "row_num": 15552, + "name": "Candyce Spruel", + "userid": 3191994, + "email": "cespruel@outlook.com", + }, + { + "row_num": 15578, + "name": "Anisha Mistry", + "userid": 2005166, + "email": "abhakta21@gmail.com", + }, + { + "row_num": 15594, + "name": "Natalie Wakeley", + "userid": 3171814, + "email": "natalie@wakeleycounseling.com", + }, + { + "row_num": 15657, + "name": "Courtney Boatman", + "userid": 536966, + "email": "courtneyboatman@gmail.com", + }, + { + "row_num": 15666, + "name": "Ashton Hasson", + "userid": 1861855, + "email": "ashtonhasson1@gmail.com", + }, + { + "row_num": 15680, + "name": "debra nathanson", + "userid": 2258842, + "email": "fxrdynadeb@gmail.com", + }, + { + "row_num": 15701, + "name": "Flavio Epstein", + "userid": 1170524, + "email": "flavioepstein@gmail.com", + }, + { + "row_num": 15714, + "name": "Justine Meador", + "userid": 2369704, + "email": "justinemmeador@gmail.com", + }, + { + "row_num": 15726, + "name": "Carrie Phillips", + "userid": 843771, + "email": "carrie@carriephillips.com", + }, + { + "row_num": 15733, + "name": "DAVIDA RODRIGUEZ", + "userid": 1355332, + "email": "d.rodriguez.lmft@gmail.com", + }, + { + "row_num": 15748, + "name": "Julia Gunderson", + "userid": 333740, + "email": "jewelgundy@yahoo.com", + }, + { + "row_num": 15758, + "name": "Christy Anderson", + "userid": 2184306, + "email": "cake5385@gmail.com", + }, + { + "row_num": 15766, + "name": "Christian Lise", + "userid": 1039080, + "email": "chrliselmft@gmail.com", + }, + { + "row_num": 15782, + "name": "Faith Morgan", + "userid": 2027420, + "email": "fmorgan20@protonmail.com", + }, + { + "row_num": 15792, + "name": "Dennis Kuik", + "userid": 3172595, + "email": "denniskuik6583@gmail.com", + }, + { + "row_num": 15806, + "name": "DENNIS NEWLIN", + "userid": 3296000, + "email": "dennis@newlin.us", + }, + { + "row_num": 15814, + "name": "Javier Melendez-Vega", + "userid": 3293497, + "email": "javier@eutierriatherapy.com", + }, + { + "row_num": 15824, + "name": "Jay Rebert", + "userid": 3097482, + "email": "jaylmft@gmail.com", + }, + { + "row_num": 15832, + "name": "Jesse Jones", + "userid": 2290707, + "email": "jcjones12@ucsbalum.com", + }, + { + "row_num": 15849, + "name": "Anna Yu", + "userid": 437611, + "email": "annahong.lcsw@gmail.com", + }, + { + "row_num": 15857, + "name": "Amanda Morris ", + "userid": 704301, + "email": "dramandamorrismft@gmail.com", + }, + { + "row_num": 15864, + "name": "Anna Yee", + "userid": 3310836, + "email": "ayee.lcsw22482@gmail.com", + }, + { + "row_num": 15871, + "name": "Ruthie Youngman", + "userid": 451940, + "email": "ryoungmanmsw@aol.com", + }, + { + "row_num": 15879, + "name": "Anne Green", + "userid": 2093856, + "email": "annesjgreen@gmail.com", + }, + { + "row_num": 15886, + "name": "Jill Shinn", + "userid": 468767, + "email": "jvshinn@yahoo.com", + }, + { + "row_num": 15894, + "name": "Heidi Dawn", + "userid": 841210, + "email": "drheididawn@gmail.com", + }, + { + "row_num": 15902, + "name": "Ileana Gallegos", + "userid": 2347139, + "email": "igallegoslcsw@gmail.com", + }, + { + "row_num": 15910, + "name": "EILEEN JOY ESPORO", + "userid": 2135145, + "email": "eileenjoy@gmail.com", + }, + { + "row_num": 15926, + "name": "Jacqueline Wiliams", + "userid": 2455766, + "email": "jacquelinedrummond@hotmail.com", + }, + { + "row_num": 15934, + "name": "Esther Reynolds", + "userid": 3385270, + "email": "esther.reynolds@gmail.com", + }, + { + "row_num": 15980, + "name": "Jemel Johnson-Smith", + "userid": 3393936, + "email": "jemeljohnson.sw@gmail.com", + }, + { + "row_num": 15993, + "name": "Zachary Aldridge", + "userid": 2307960, + "email": "zaldridge17@gmail.com", + }, + { + "row_num": 16017, + "name": "Cynthia McAlister", + "userid": 1561019, + "email": "clmcalister@msn.com", + }, + { + "row_num": 16044, + "name": "Nastassia Ragoonan", + "userid": 2181677, + "email": "ragoonannp@icloud.com", + }, + { + "row_num": 16062, + "name": "Bernard Ashlock", + "userid": 3385828, + "email": "bashlock84@gmail.com", + }, + { + "row_num": 16095, + "name": "Shawna Holzer", + "userid": 3355116, + "email": "shawnaholzer@yahoo.com", + }, + { + "row_num": 16105, + "name": "Deborah James", + "userid": 3367599, + "email": "deborah.james407@gmail.com", + }, + { + "row_num": 16111, + "name": "Anna Shinn", + "userid": 3374762, + "email": "lpcshinn@gmail.com", + }, + { + "row_num": 16119, + "name": "Monique Darnell", + "userid": 3311758, + "email": "mrdcasolutions@gmail.com", + }, + { + "row_num": 16147, + "name": "Anna Diliberti", + "userid": 3385295, + "email": "adiliberti02@aol.com", + }, + { + "row_num": 16159, + "name": "EMILY GROHMAN", + "userid": 2157030, + "email": "emily.grohman@yahoo.com", + }, + { + "row_num": 16169, + "name": "James Estes", + "userid": 3377109, + "email": "captainjames2015@yahoo.com", + }, + { + "row_num": 16175, + "name": "Sandra Santana", + "userid": 2406681, + "email": "nuyoricannurseprescriber@yahoo.com", + }, + { + "row_num": 16182, + "name": "Angela M Keller", + "userid": 3293398, + "email": "amnk1979@gmail.com", + }, + { + "row_num": 16189, + "name": "Tracey-Ann George", + "userid": 3382992, + "email": "tageorge1079@gmail.com", + }, + { + "row_num": 16211, + "name": "Beth Graham", + "userid": 3299326, + "email": "bethdgraham@hotmail.com", + }, + { + "row_num": 16223, + "name": "Emily Sanchez", + "userid": 3352573, + "email": "emilyfsanchez@gmail.com", + }, + { + "row_num": 16230, + "name": "Festus Obonna", + "userid": 1893550, + "email": "fobonna@yahoo.com", + }, + { + "row_num": 16259, + "name": "Lori Butler", + "userid": 3373209, + "email": "ahappyyoucounselingservices@gmail.com", + }, + { + "row_num": 16269, + "name": "Zona Lee-Pietrogallo", + "userid": 3381003, + "email": "zlpietrogallo@icloud.com", + }, + { + "row_num": 16286, + "name": "cassandra moffat", + "userid": 3352708, + "email": "cmoffat1991@gmail.com", + }, + { + "row_num": 16321, + "name": "Jessica Mancillas-Flores", + "userid": 3376804, + "email": "jesmel11@gmail.com", + }, + { + "row_num": 16338, + "name": "Maisha Giles", + "userid": 3376358, + "email": "maishainaya@yahoo.com", + }, + { + "row_num": 16391, + "name": "Stephanie Quiroga", + "userid": 3379372, + "email": "salbuque2800@gmail.com", + }, + { + "row_num": 16397, + "name": "Zachary Spoerl", + "userid": 3368622, + "email": "zachary.spoerl@gmail.com", + }, + { + "row_num": 16414, + "name": "Bonnie Kolmodin", + "userid": 3363380, + "email": "bkolmodin@icloud.com", + }, + { + "row_num": 16420, + "name": "SABINA BONFADINI", + "userid": 2366594, + "email": "sabinabonfadini@hotmail.com", + }, + { + "row_num": 16440, + "name": "Susan Niebaum", + "userid": 3401927, + "email": "niebaum.sue@gmail.com", + }, + { + "row_num": 16449, + "name": "CHALITA THOMAS", + "userid": 3382691, + "email": "chalita.thomas@gmail.com", + }, + { + "row_num": 16462, + "name": "Jessica Curtis", + "userid": 3384856, + "email": "jess@jessjcurtis.com", + }, + { + "row_num": 16474, + "name": "Don Kincaid", + "userid": 3348270, + "email": "insightforwellness@gmail.com", + }, + { + "row_num": 16509, + "name": "Bonnie Rose Bury-Blattman", + "userid": 2494829, + "email": "compassiontheanswer@gmail.com", + }, + { + "row_num": 16517, + "name": "Maritza Delgado", + "userid": 3343534, + "email": "mtzjdelgado@gmail.com", + }, + { + "row_num": 16536, + "name": "Donald Hardy", + "userid": 3377101, + "email": "bohardy1@gmail.com", + }, + { + "row_num": 16551, + "name": "Peggy Hemmer", + "userid": 3377288, + "email": "pash723@gmail.com", + }, + { + "row_num": 16557, + "name": "Ellen Kupchick", + "userid": 3374306, + "email": "ejkupchick@gmail.com", + }, + { + "row_num": 16565, + "name": "Marcelo Gonzalez", + "userid": 3382136, + "email": "marcelo.gonzalez.a@outlook.com", + }, + { + "row_num": 16571, + "name": "Robert Naugle", + "userid": 3364186, + "email": "nauglerobert@hotmail.com", + }, + { + "row_num": 16580, + "name": "Victoria North", + "userid": 3362934, + "email": "rnvictoria8932@gmail.com", + }, + { + "row_num": 16588, + "name": "Karen Nelson", + "userid": 3377258, + "email": "lohkaren@yahoo.com", + }, + { + "row_num": 16611, + "name": "Lovette Okoh", + "userid": 1870767, + "email": "nebelovette@gmail.com", + }, + { + "row_num": 16631, + "name": "Shonda Sessoms", + "userid": 3369442, + "email": "sessoms329@yahoo.com", + }, + { + "row_num": 16647, + "name": "Sheena Gradzewicz", + "userid": 3350291, + "email": "srinaldi913@gmail.com", + }, + { + "row_num": 16656, + "name": "Lisa Dukat", + "userid": 1498685, + "email": "lisamich99@hotmail.com", + }, + { + "row_num": 16677, + "name": "Melissa Hunt", + "userid": 3356541, + "email": "mhunt030318@gmail.com", + }, + { + "row_num": 16685, + "name": "Kristy Justice", + "userid": 3337380, + "email": "kristy.justice@gmail.com", + }, + { + "row_num": 16695, + "name": "Giuseppe Sottile", + "userid": 3365200, + "email": "gsott93@gmail.com", + }, + { + "row_num": 16701, + "name": "Tiffany Stokes-Dinkins", + "userid": 3373387, + "email": "tlsdinkins1981@live.com", + }, + { + "row_num": 16720, + "name": "Merilen Bikers", + "userid": 3213849, + "email": "merilenbikers@gmail.com", + }, + { + "row_num": 16725, + "name": "Rebecca Morris", + "userid": 3375630, + "email": "inspiredlightcounseling@gmail.com", + }, + { + "row_num": 16745, + "name": "Krystlynn Grundtner", + "userid": 3386064, + "email": "krystlynncumiskey@gmail.com", + }, + { + "row_num": 16761, + "name": "Esther Castro", + "userid": 3380590, + "email": "egc2076@yahoo.com", + }, + { + "row_num": 16773, + "name": "Robin Faiola", + "userid": 2355963, + "email": "rf18br@my.fsu.edu", + }, + { + "row_num": 16796, + "name": "Kelsi Camak", + "userid": 3368481, + "email": "kluharper@gmail.com", + }, + { + "row_num": 16803, + "name": "TreDella Hall", + "userid": 3370153, + "email": "tredellahall@enhancedpathllc.com", + }, + { + "row_num": 16810, + "name": "Melody Chappel", + "userid": 3367754, + "email": "my_melody25@yahoo.com", + }, + { + "row_num": 16819, + "name": "Hailey Sliva", + "userid": 3378341, + "email": "hailey@haileyslivacounseling.com", + }, + { + "row_num": 16832, + "name": "Daine Barlow", + "userid": 3377546, + "email": "barlowdaine27@gmail.com", + }, + { + "row_num": 16838, + "name": "Bethany Oxford-Porter", + "userid": 2525342, + "email": "boxford314@gmail.com", + }, + { + "row_num": 16847, + "name": "Casey Romine", + "userid": 3378363, + "email": "loperc2@eou.edu", + }, + { + "row_num": 16853, + "name": "Rita Finta", + "userid": 3377680, + "email": "fintari@hotmail.com", + }, + { + "row_num": 16875, + "name": "Manon Paquet-Satrape", + "userid": 3379841, + "email": "mmpaquet@aol.com", + }, + { + "row_num": 16881, + "name": "Priscille Duvalsaint", + "userid": 3381198, + "email": "priscillenoelli@gmail.com", + }, + { + "row_num": 16889, + "name": "Mary Ann Lahley", + "userid": 3288815, + "email": "mlahley@gmail.com", + }, + { + "row_num": 16903, + "name": "Huda Shaikh", + "userid": 3355095, + "email": "hs.shaikh@gmail.com", + }, + { + "row_num": 16910, + "name": "Kristen Rumley", + "userid": 3375031, + "email": "kris10forpresident@gmail.com", + }, + { + "row_num": 16917, + "name": "Anna McCabe", + "userid": 3354583, + "email": "bongiorno.anna@gmail.com", + }, + { + "row_num": 16936, + "name": "Patricia Taglialavore", + "userid": 3376412, + "email": "patriciatag5@yahoo.com", + }, + { + "row_num": 16949, + "name": "DEBORA MONSERRAT", + "userid": 2459143, + "email": "deb.monserratcrnp.gmail.com", + }, + { + "row_num": 16956, + "name": "Kimberley Paul", + "userid": 3372926, + "email": "kpaullcsw@gmail.com", + }, + { + "row_num": 16970, + "name": "Dr. Lynn Williams", + "userid": 2616910, + "email": "drlynnwilliams50@yahoo.com", + }, + { + "row_num": 16993, + "name": "Meagan Lindsay", + "userid": 3376154, + "email": "meghlindsay@gmail.com", + }, + { + "row_num": 17001, + "name": "Emily Woods", + "userid": 3363288, + "email": "emilylovern@gmail.com", + }, + { + "row_num": 17033, + "name": "Brett Smith", + "userid": 3378350, + "email": "dulcineaws32@gmail.com", + }, + { + "row_num": 17044, + "name": "Jerrie Smith Muehr", + "userid": 3364970, + "email": "jmsmith4062@gmail.com", + }, + { + "row_num": 17045, + "name": "Luke Tervola", + "userid": 3365015, + "email": "ltervola@gmail.com", + }, + { + "row_num": 17055, + "name": "Mervin Cleveland", + "userid": 3371478, + "email": "mccounseling17@yahoo.com", + }, + { + "row_num": 17070, + "name": "Linda Rausch", + "userid": 3373115, + "email": "lindarausch@gmail.com", + }, + { + "row_num": 17078, + "name": "Te'Ha Demps", + "userid": 3368039, + "email": "bearpllc@gmail.com", + }, + { + "row_num": 17095, + "name": "Angela Thomas", + "userid": 3381220, + "email": "adent0573@gmail.com", + }, + { + "row_num": 17113, + "name": "Lindsey Barlow", + "userid": 3374622, + "email": "lindseybarlow17@gmail.com", + }, + { + "row_num": 17126, + "name": "Danielle Bouvier", + "userid": 3368033, + "email": "lakecitycounselor@gmail.com", + }, + { + "row_num": 17132, + "name": "Felicia Goins", + "userid": 3374490, + "email": "fgoins@hotmail.com", + }, + { + "row_num": 17138, + "name": "Michelle Trupiano", + "userid": 3374849, + "email": "michelle.krason@gmail.com", + }, + { + "row_num": 17145, + "name": "Adam Abraham", + "userid": 3371498, + "email": "abrahamadam16@gmail.com", + }, + { + "row_num": 17153, + "name": "Caitlin Deitz", + "userid": 3358434, + "email": "cdeitzmentalhealth@gmail.com", + }, + { + "row_num": 17169, + "name": "Robert Portley", + "userid": 1586351, + "email": "robert.portley@gmail.com", + }, + { + "row_num": 17187, + "name": "Rachel Manning", + "userid": 3373175, + "email": "rmanning1018@yahoo.com", + }, + { + "row_num": 17194, + "name": "Felecia Arthur", + "userid": 3378471, + "email": "feleciaarthur@yahoo.com", + }, + { + "row_num": 17218, + "name": "James Skinner", + "userid": 3010710, + "email": "skinnerjames@sbcglobal.net", + }, + { + "row_num": 17228, + "name": "Patrick allen cortado", + "userid": 2939029, + "email": "allencortado@gmail.com", + }, + { + "row_num": 17234, + "name": "Brandy Brown", + "userid": 2303370, + "email": "drbrandyfnpc@gmail.com", + }, + { + "row_num": 17241, + "name": "Katrina Mitchell", + "userid": 3356419, + "email": "katrinalynnelmhc@gmail.com", + }, + { + "row_num": 17250, + "name": "Moreen Jordan", + "userid": 3353639, + "email": "moreenthetherapist@gmail.com", + }, + { + "row_num": 17281, + "name": "Brian Wilcox", + "userid": 3336603, + "email": "brianwilcox1013@yahoo.com", + }, + { + "row_num": 17288, + "name": "Kimberlie Glasco", + "userid": 3358901, + "email": "kimglasco@yahoo.com", + }, + { + "row_num": 17301, + "name": "michael phoenix", + "userid": 3346736, + "email": "drfrandsen77@gmail.com", + }, + { + "row_num": 17309, + "name": "Jessica Hunt", + "userid": 3360259, + "email": "jessica.pb.hunt@gmail.com", + }, + { + "row_num": 17361, + "name": "Susan Benson DNP", + "userid": 1952224, + "email": "sbensondnp@icloud.com", + }, + { + "row_num": 17369, + "name": "Tomeka Bennett Jackson", + "userid": 3361729, + "email": "tomekalpc@gmail.com", + }, + { + "row_num": 17380, + "name": "Danell Black", + "userid": 3366230, + "email": "danellblackcounselor@gmail.com", + }, + { + "row_num": 17395, + "name": "Joyce Chen", + "userid": 2274997, + "email": "joycechennp@gmail.com", + }, + { + "row_num": 17410, + "name": "Samantha Amses", + "userid": 3358225, + "email": "samanthaamses@gmail.com", + }, + { + "row_num": 17419, + "name": "David Teachout", + "userid": 3341258, + "email": "dfteachout@gmail.com", + }, + { + "row_num": 17426, + "name": "epie ajebe", + "userid": 2391270, + "email": "lawfordpapi@yahoo.com", + }, + { + "row_num": 17442, + "name": "Titus Mayberry", + "userid": 3365433, + "email": "titusmayberry@yahoo.com", + }, + { + "row_num": 17456, + "name": "Lisa Roark", + "userid": 3363638, + "email": "lisaroarktx@gmail.com", + }, + { + "row_num": 17472, + "name": "Trenia L Allen", + "userid": 3363437, + "email": "treniaallen@gmail.com", + }, + { + "row_num": 17484, + "name": "Debora Monserrat", + "userid": 2459143, + "email": "deb.monserratcrnp@gmail.com", + }, + { + "row_num": 17490, + "name": "Monica Leverette", + "userid": 1635841, + "email": "mleverette2000@yahoo.com", + }, + { + "row_num": 17499, + "name": "Joseph Campbell", + "userid": 3363321, + "email": "jcamp91sw@gmail.com", + }, + { + "row_num": 17509, + "name": "Nicole Brynes", + "userid": 2222517, + "email": "nbrynes@gmail.com", + }, + { + "row_num": 17515, + "name": "Rhonda Eickholt", + "userid": 1926704, + "email": "strive4excellence1@hotmail.com", + }, + { + "row_num": 17521, + "name": "Yolanda Cockerham", + "userid": 3026749, + "email": "ycockr@yahoo.com", + }, + { + "row_num": 17529, + "name": "Venita Ninemire", + "userid": 3072291, + "email": "mvninemire@hotmail.com", + }, + { + "row_num": 17535, + "name": "Sandra Shuya", + "userid": 2036168, + "email": "sandra@shuyamhservices.com", + }, + { + "row_num": 17541, + "name": "Lisa Parks", + "userid": 3363316, + "email": "lisaparkstherapy@gmail.com", + }, + { + "row_num": 17547, + "name": "yanyan hollingsworth", + "userid": 2156851, + "email": "yanyanhollingsworth@gmail.com", + }, + { + "row_num": 17554, + "name": "Folashade Jayeoba", + "userid": 2566852, + "email": "nadiq2000@yahoo.com", + }, + { + "row_num": 17561, + "name": "Jamesina Johns", + "userid": 2258198, + "email": "jamesina321@hotmail.com", + }, + { + "row_num": 17571, + "name": "Carmen Hill-Mekoba", + "userid": 2108870, + "email": "carmenmekoba@comcast.net", + }, + { + "row_num": 17578, + "name": "Brianna Szymanski", + "userid": 2420530, + "email": "briannaszy@gmail.com", + }, + { + "row_num": 17590, + "name": "Nneka Njoku", + "userid": 2363733, + "email": "nnekanjokup@yahoo.com", + }, + { + "row_num": 17599, + "name": "Christina STEVENSON", + "userid": 3204292, + "email": "drcstevenson@virtuoustw.com", + }, + { + "row_num": 17611, + "name": "Linda Fonju", + "userid": 2054813, + "email": "goutylee@yahoo.fr", + }, + { + "row_num": 17619, + "name": "Jake Behrens", + "userid": 2118008, + "email": "behrens.jake@gmail.com", + }, + { + "row_num": 17631, + "name": "Brandon Argent", + "userid": 3359086, + "email": "bargent@nwflcounseling.com", + }, + { + "row_num": 17639, + "name": "Becky Meritt", + "userid": 2371972, + "email": "becky99988@gmail.com", + }, + { + "row_num": 17651, + "name": "LINDA MILLER", + "userid": 2265437, + "email": "llmpsych49@gmail.com", + }, + { + "row_num": 17695, + "name": "Erika fugere", + "userid": 3369381, + "email": "lcsw.erikaf@gmail.com", + }, + { + "row_num": 17703, + "name": "Amanda Lobato", + "userid": 3367345, + "email": "alobato2@live.nmhu.edu", + }, + { + "row_num": 17713, + "name": "Alan Gross", + "userid": 3361565, + "email": "alanlawrencegross@gmail.com", + }, + { + "row_num": 17719, + "name": "Ryan Huling", + "userid": 3369211, + "email": "rjhuling@yahoo.com", + }, + { + "row_num": 17725, + "name": "Itashia cunningham", + "userid": 3010618, + "email": "itashiavassell@gmail.com", + }, + { + "row_num": 17738, + "name": "Sarah Burton", + "userid": 3364013, + "email": "sroquetherapist@gmail.com", + }, + { + "row_num": 17746, + "name": "Shelise Kahn", + "userid": 3361995, + "email": "shelise.kahn@gmail.com", + }, + { + "row_num": 17763, + "name": "Lisa M. Johnson", + "userid": 3340263, + "email": "ashleynashley118@gmail.com", + }, + { + "row_num": 17769, + "name": "Heather McCue", + "userid": 3162231, + "email": "hmccue16@gmail.com", + }, + { + "row_num": 17802, + "name": "Robert Basque", + "userid": 3366369, + "email": "hello@starfishmentalhealth.com", + }, + { + "row_num": 17813, + "name": "thanh nguyen", + "userid": 2593587, + "email": "tnguyen2007@gmail.com", + }, + { + "row_num": 17835, + "name": "Nichole Burritt", + "userid": 3359208, + "email": "burritt102@hotmail.com", + }, + { + "row_num": 17842, + "name": "Erica Marchetti", + "userid": 3214397, + "email": "erica.marchetti4780@gmail.com", + }, + { + "row_num": 17848, + "name": "Angela Orta", + "userid": 3362865, + "email": "slapjack1978@gmail.com", + }, + { + "row_num": 17854, + "name": "Brittany Carter", + "userid": 3363499, + "email": "brittanynewton2004@hotmail.com", + }, + { + "row_num": 17868, + "name": "Milagros Garcia", + "userid": 3341187, + "email": "mgarcia@socialworker.net", + }, + { + "row_num": 17875, + "name": "Juyeon Shin", + "userid": 1555699, + "email": "juyeonshin2020@gmail.com", + }, + { + "row_num": 17890, + "name": "Erin Haytaian", + "userid": 2575144, + "email": "ehaytaian@gmail.com", + }, + { + "row_num": 17897, + "name": "Dina Mattingly", + "userid": 3373418, + "email": "dina.mattingly01@frontier.edu", + }, + { + "row_num": 17903, + "name": "Andrea Grimshaw ", + "userid": 3097649, + "email": "agrimsha1965@gmail.com", + }, + { + "row_num": 17909, + "name": "Jennifer Foresman", + "userid": 1398444, + "email": "jemmy630@msn.com", + }, + { + "row_num": 17917, + "name": "Linda DuBay", + "userid": 3364962, + "email": "dubayli@yahoo.com", + }, + { + "row_num": 17923, + "name": "THEODORA AGBASI", + "userid": 2117480, + "email": "tagbasi@yahoo.com", + }, + { + "row_num": 17929, + "name": "Uhunoma Osadolor", + "userid": 2797368, + "email": "uosadolor431@gmail.com", + }, + { + "row_num": 17948, + "name": "Mary Montero", + "userid": 3350074, + "email": "marydarlingmontero@gmail.com", + }, + { + "row_num": 17969, + "name": "Cheryl Polyudhapoom", + "userid": 3363877, + "email": "cpolyudhapoom@gmail.com", + }, + { + "row_num": 17979, + "name": "Melinda Murphy", + "userid": 3360497, + "email": "melindaortiz25@gmail.com", + }, + { + "row_num": 17987, + "name": "Carol Battle-Ferguson", + "userid": 3361891, + "email": "parkerrubencounseling@gmail.com", + }, + { + "row_num": 17993, + "name": "Erin Easley", + "userid": 3355171, + "email": "easleye2010@gmail.com", + }, + { + "row_num": 18004, + "name": "Regina Rye", + "userid": 3342360, + "email": "cbcallc@gmail.com", + }, + { + "row_num": 18010, + "name": "Sheri Fay", + "userid": 3364907, + "email": "sheriannfay@yahoo.com", + }, + { + "row_num": 18021, + "name": "Jamie Daugherty", + "userid": 3163153, + "email": "jamiedaugherty902@yahoo.com", + }, + { + "row_num": 18029, + "name": "DeShona Charles", + "userid": 3185279, + "email": "d.charles@affirmwellness.com", + }, + { + "row_num": 18037, + "name": "Joseph Clark", + "userid": 3355933, + "email": "jclarkmft@gmail.com", + }, + { + "row_num": 18052, + "name": "Melissa McWeeny", + "userid": 3364810, + "email": "mcweenymelissa@gmail.com", + }, + { + "row_num": 18058, + "name": "Andrew Kendrick", + "userid": 3369361, + "email": "akendricklpc@gmail.com", + }, + { + "row_num": 18066, + "name": "Belisa Kershaw", + "userid": 3359279, + "email": "kershawtherapy@gmail.com", + }, + { + "row_num": 18075, + "name": "Devora Segall", + "userid": 3355171, + "email": "devoradlcsw@gmail.com", + }, + { + "row_num": 18089, + "name": "Frederick Rotgers", + "userid": 3363319, + "email": "psydoc1948@gmail.com", + }, + { + "row_num": 18119, + "name": "vicki picarello", + "userid": 3363221, + "email": "vickiglm@aol.com", + }, + { + "row_num": 18171, + "name": "Christopher Freeman", + "userid": 3349120, + "email": "christopher.freeman9@icloud.com", + }, + { + "row_num": 18186, + "name": "Donald Mulkerne", + "userid": 2582070, + "email": "dmulkerne@yahoo.com", + }, + { + "row_num": 18190, + "name": "Brandalyn Kemp", + "userid": 3369286, + "email": "bkemp@clcounselingservices.com", + }, + { + "row_num": 18206, + "name": "STEPHANIE CHENOWETH", + "userid": 3366740, + "email": "schenoweth15@yahoo.com", + }, + { + "row_num": 18220, + "name": "Yolanda Knox", + "userid": 3297758, + "email": "yawniemknox@gmail.com", + }, + { + "row_num": 18224, + "name": "Martha Mauppin", + "userid": 3286835, + "email": "martymauppin@icloud.com", + }, + { + "row_num": 18227, + "name": "Jacqueline O'Duor", + "userid": 3353259, + "email": "jacquelineoduor@gmail.com", + }, + { + "row_num": 18232, + "name": "Garrett Gomes", + "userid": 3351018, + "email": "garrett.g.gomes@outlook.com", + }, + { + "row_num": 18240, + "name": "Christina Cartagena", + "userid": 3365558, + "email": "christina22869@hotmail.com", + }, + { + "row_num": 18242, + "name": "Chelsie Smith", + "userid": 3375672, + "email": "chelsie.smith@und.edu", + }, + { + "row_num": 18249, + "name": "Keith Pryor", + "userid": 3374688, + "email": "keithpryor58@gmail.com", + }, + { + "row_num": 18264, + "name": "Tannielle Mendoza", + "userid": 3360414, + "email": "tanniellequigley.tq@gmail.com", + }, + { + "row_num": 18265, + "name": "LaShunda D Morris", + "userid": 3296811, + "email": "shundaldm@aol.com", + }, + { + "row_num": 18270, + "name": "Brittany Barnes", + "userid": 3369120, + "email": "barnesb0207@yahoo.com", + }, + { + "row_num": 18282, + "name": "Kerste DeCoteau", + "userid": 3374287, + "email": "kerstedecoteau@yahoo.com", + }, + { + "row_num": 18289, + "name": "Irlande Stavien", + "userid": 3373444, + "email": "stavienirlande2@gmail.com", + }, + { + "row_num": 18306, + "name": "Quanesha Phillips", + "userid": 3373260, + "email": "qgriffin303@gmail.com", + }, + { + "row_num": 18307, + "name": "Kirra Williams", + "userid": 3373715, + "email": "kirrawilliams12@gmail.com", + }, + { + "row_num": 18311, + "name": "Brittney Blanchard", + "userid": 3372810, + "email": "brittneyblanchard98@gmail.com", + }, + { + "row_num": 18318, + "name": "Kirsten Keach", + "userid": 3349074, + "email": "kirstenmaykeach@gmail.com", + }, + { + "row_num": 18343, + "name": "Arial Harper", + "userid": 3370578, + "email": "childofpurpose@hotmail.com", + }, + { + "row_num": 18349, + "name": "Steven Berman", + "userid": 3373144, + "email": "steven.berman@att.net", + }, + { + "row_num": 18353, + "name": "Sharon Carroll", + "userid": 3183840, + "email": "sharon.carrollca@gmail.com", + }, + { + "row_num": 18368, + "name": "edouard niedenthal duret", + "userid": 3355182, + "email": "eeduret@gmail.com", + }, + { + "row_num": 18390, + "name": "Colette A. Thomas-Lamothe", + "userid": 3368517, + "email": "dance.333.cl@gmail.com", + }, + { + "row_num": 18391, + "name": "Patrick McGrath", + "userid": 3369983, + "email": "mwwwp123@gmail.com", + }, + { + "row_num": 18393, + "name": "Bradley Buikema", + "userid": 3352080, + "email": "bradleyb.lmft@gmail.com", + }, + { + "row_num": 18397, + "name": "Rachel Navarro", + "userid": 3349512, + "email": "rdelgado523@gmail.com", + }, + { + "row_num": 18399, + "name": "Sara Nielsen", + "userid": 3357326, + "email": "holistichealthbysara@gmail.com", + }, + { + "row_num": 18404, + "name": "Adam Shemony", + "userid": 3351842, + "email": "ashemony@gmail.com", + }, + { + "row_num": 18412, + "name": "Jennifer Farley", + "userid": 3342098, + "email": "farleyj92@gmail.com", + }, + { + "row_num": 18413, + "name": "Joshua Johnson", + "userid": 3359820, + "email": "josht.johnson21@gmail.com", + }, + { + "row_num": 18422, + "name": "Khaliliah Smith", + "userid": 3338921, + "email": "khaliliah.smith90@gmail.com", + }, + { + "row_num": 18423, + "name": "Ashlei Thomas", + "userid": 3353737, + "email": "ashleithomas.lcsw@gmail.com", + }, + { + "row_num": 18429, + "name": "Kevin Kohnke", + "userid": 3353113, + "email": "konekeyllc@gmail.com", + }, + { + "row_num": 18432, + "name": "Jacqueline Kaba", + "userid": 3353354, + "email": "realizingyourpotential123@gmail.com", + }, + { + "row_num": 18436, + "name": "David Weidner", + "userid": 3255278, + "email": "david.weidner@yahoo.com", + }, + { + "row_num": 18440, + "name": "KELLY WILLIAMS", + "userid": 3342618, + "email": "drkellyawilliams@gmail.com", + }, + { + "row_num": 18441, + "name": "Kendra Williams", + "userid": 3350869, + "email": "kendrawilliams81019@gmail.com", + }, + { + "row_num": 18446, + "name": "Ann Grant", + "userid": 3356144, + "email": "agrant1402@gmail.com", + }, + { + "row_num": 18447, + "name": "Stacey Odell", + "userid": 3352847, + "email": "sodelllcsw@gmail.com", + }, + { + "row_num": 18454, + "name": "Mary Kirkpatrick", + "userid": 3353751, + "email": "mkirkpatrick@mindplay-va.org", + }, + { + "row_num": 18455, + "name": "Yovanna Martinez", + "userid": 3353076, + "email": "yovannamartinezlmhc@gmail.com", + }, + { + "row_num": 18456, + "name": "Taneshia Carey", + "userid": 3355284, + "email": "anewyou@holisticcounselingstl.com", + }, + { + "row_num": 18458, + "name": "Hannah Trible", + "userid": 3351595, + "email": "htrible@gmail.com", + }, + { + "row_num": 18462, + "name": "Terri Hunter", + "userid": 3300991, + "email": "terrihunter1122@outlook.com", + }, + { + "row_num": 18463, + "name": "Isaac Huddleston", + "userid": 3349554, + "email": "mentalt314@gmail.com", + }, + { + "row_num": 18468, + "name": "ANDREA LANE", + "userid": 3284317, + "email": "andrea.lane58@gmail.com", + }, + { + "row_num": 18480, + "name": "Megan Crowningshield", + "userid": 3351080, + "email": "mc.whjconsulting@hotmail.com", + }, + { + "row_num": 18492, + "name": "Shameka Walker", + "userid": 3351318, + "email": "shamekawalker@metamorphosiscounseling.me", + }, + { + "row_num": 18497, + "name": "Lauren Contey", + "userid": 3364684, + "email": "lcontey08@gmail.com", + }, + { + "row_num": 18504, + "name": "Sarah Rinaldo", + "userid": 3259768, + "email": "therapy@sarahrinaldo.com", + }, + { + "row_num": 18507, + "name": "Jill Arland", + "userid": 3344618, + "email": "arlandjm@outlook.com", + }, + { + "row_num": 18509, + "name": "Aaron Hunt", + "userid": 3258529, + "email": "aaron@healing-roots-counseling.com", + }, + { + "row_num": 18522, + "name": "Julie Mouton", + "userid": 3351321, + "email": "jmariemouton@yahoo.com", + }, + { + "row_num": 18531, + "name": "Mary Schuler DeWitt", + "userid": 3279964, + "email": "dewitt425@gmail.com", + }, + { + "row_num": 18535, + "name": "Crystal Richey", + "userid": 3341376, + "email": "richeycrystal@ymail.com", + }, + { + "row_num": 18541, + "name": "Maria Lagattuta", + "userid": 3351284, + "email": "mlagattuta10@gmail.com", + }, + { + "row_num": 18548, + "name": "Manda Cook", + "userid": 3346069, + "email": "mandacooklpc@gmail.com", + }, + { + "row_num": 18556, + "name": "Gina Young", + "userid": 3351804, + "email": "ginamyoung@yahoo.com", + }, + { + "row_num": 18557, + "name": "Dala Hemeyer", + "userid": 3345728, + "email": "dalahemeyer@gmail.com", + }, + { + "row_num": 18563, + "name": "Tony Harley", + "userid": 3338701, + "email": "tshy77fsu@yahoo.com", + }, + { + "row_num": 18564, + "name": "Holly Waddell", + "userid": 3346360, + "email": "hollywaddell@choicescounselingcenter.net", + }, + { + "row_num": 18565, + "name": "Marjorie Gentry", + "userid": 3335640, + "email": "alliedcounsel@outlook.com", + }, + { + "row_num": 18566, + "name": "Ashley Crane-Bassett", + "userid": 3352277, + "email": "ashley_11ny@yahoo.com", + }, + { + "row_num": 18568, + "name": "Samantha Hughes", + "userid": 2364036, + "email": "samanthamariehughes@yahoo.com", + }, + { + "row_num": 18570, + "name": "Suchana Shrestha", + "userid": 3336134, + "email": "shresthasuchanas@gmail.com", + }, + { + "row_num": 18573, + "name": "Maryah Vigil", + "userid": 3325664, + "email": "maryah-vigil@hummingbirdhealingllc.com", + }, + { + "row_num": 18583, + "name": "Melanie Assid", + "userid": 3316474, + "email": "melanieassid@gmail.com", + }, + { + "row_num": 18586, + "name": "Genevieve Introcaso", + "userid": 3352557, + "email": "genevieve.introcaso@gmail.com", + }, + { + "row_num": 18587, + "name": "Rosa Reid, LCSW", + "userid": 3349104, + "email": "missrosa29@gmail.com", + }, + { + "row_num": 18590, + "name": "Thomas Chronister", + "userid": 3351984, + "email": "tcmc2013@yahoo.com", + }, + { + "row_num": 18591, + "name": "Brittany O’Bryant", + "userid": 3306067, + "email": "brittanylobryant@gmail.com", + }, + { + "row_num": 18592, + "name": "Antoinette Woods", + "userid": 3345387, + "email": "nettelee40@gmail.com", + }, + { + "row_num": 18602, + "name": "Dana Hiatt, LMHC", + "userid": 3360493, + "email": "danaahiatt@gmail.com", + }, + { + "row_num": 18604, + "name": "Isaac Esquivel", + "userid": 3346784, + "email": "i.esquivel2015@gmail.com", + }, + { + "row_num": 18614, + "name": "Connie Tomlin", + "userid": 3335372, + "email": "tconnie@vt.edu", + }, + { + "row_num": 18616, + "name": "Megan J. Zissler", + "userid": 3359988, + "email": "meganzissler@gmail.com", + }, + { + "row_num": 18622, + "name": "Hillary Presper", + "userid": 3359884, + "email": "hpresperlcsw@gmail.com", + }, + { + "row_num": 18623, + "name": "Karie Talkington", + "userid": 3351418, + "email": "ktalkington@mail.snu.edu", + }, + { + "row_num": 18626, + "name": "Diana Cust", + "userid": 3325662, + "email": "dcust17@gmail.com", + }, + { + "row_num": 18632, + "name": "Harmon Hanson", + "userid": 3333925, + "email": "harmon1013@gmail.com", + }, + { + "row_num": 18636, + "name": "Erika Hubbard", + "userid": 3341848, + "email": "erikahubbardtherapy@gmail.com", + }, + { + "row_num": 18637, + "name": "Eva Washington", + "userid": 3217942, + "email": "evalws@yahoo.com", + }, + { + "row_num": 18641, + "name": "Deidre Joyner", + "userid": 3327654, + "email": "deidrejoynerlpc@gmail.com", + }, + { + "row_num": 18646, + "name": "Raymond Moran", + "userid": 3321669, + "email": "raymoran@peakperformcc.com", + }, + { + "row_num": 18647, + "name": "Jocelyn Schiffhouer", + "userid": 3350944, + "email": "schiffhouercounseling@gmail.com", + }, + { + "row_num": 18649, + "name": "Winter Gonzalez", + "userid": 3358757, + "email": "wkaterinag@gmail.com", + }, + { + "row_num": 18652, + "name": "Karla Peterson", + "userid": 3340097, + "email": "karlaschlumbrecht@yahoo.com", + }, + { + "row_num": 18658, + "name": "Nikkie Dunnigan", + "userid": 3243590, + "email": "inikkie@hotmail.com", + }, + { + "row_num": 18660, + "name": "Christina Plenge", + "userid": 3341402, + "email": "mcplenge@gmail.com", + }, + { + "row_num": 18662, + "name": "Thomas Kurtz", + "userid": 3357718, + "email": "poppa.kurtz293@gmail.com", + }, + { + "row_num": 18664, + "name": "Julia St. John", + "userid": 3318183, + "email": "julia.stjo@gmail.com", + }, + { + "row_num": 18666, + "name": "Elizabeth Grady", + "userid": 3333230, + "email": "gradyelizabeth@hotmail.com", + }, + { + "row_num": 18668, + "name": "Giovanni Demezier", + "userid": 3357349, + "email": "gdemezier@gmail.com", + }, + { + "row_num": 18669, + "name": "ann russoli", + "userid": 3260131, + "email": "abr790@aol.com", + }, + { + "row_num": 18670, + "name": "Ruquiyah Foye", + "userid": 3347313, + "email": "ruquiyahf@gmail.com", + }, + { + "row_num": 18672, + "name": "Kenna Howell", + "userid": 3343343, + "email": "kennahowell@hotmail.com", + }, + { + "row_num": 18674, + "name": "Lori-Ann Gato", + "userid": 3345390, + "email": "lorigatolcsw@gmail.com", + }, + { + "row_num": 18677, + "name": "Kimberly M Guthrie", + "userid": 3338289, + "email": "guthriekim20@yahoo.com", + }, + { + "row_num": 18680, + "name": "Amanda Rusco", + "userid": 3322314, + "email": "amanda.borges.lpc@gmail.com", + }, + { + "row_num": 18684, + "name": "Stacie Copsey", + "userid": 3346601, + "email": "staciecopsey@gmail.com", + }, + { + "row_num": 18687, + "name": "Madison Euse", + "userid": 3346281, + "email": "madison.euse@outlook.com", + }, + { + "row_num": 18692, + "name": "Suzanne Landsverk", + "userid": 3334439, + "email": "suzanne.landsverk@gmail.com", + }, + { + "row_num": 18693, + "name": "Nicholas Beard", + "userid": 3337017, + "email": "nicholas@bridgewaterbehavioral.com", + }, + { + "row_num": 18694, + "name": "Matthew Zupko", + "userid": 3350638, + "email": "mzupko.lpc@gmail.com", + }, + { + "row_num": 18697, + "name": "Javen Taaffe", + "userid": 3337028, + "email": "javenjamin@gmail.com", + }, + { + "row_num": 18698, + "name": "kristen Hagin", + "userid": 3340789, + "email": "kristenhagin.lmhc@gmail.com", + }, + { + "row_num": 18699, + "name": "Gabrielle Barrington", + "userid": 3343027, + "email": "gabarrington@gmail.com", + }, + { + "row_num": 18701, + "name": "Tyler Reynolds", + "userid": 3343162, + "email": "reynolds.tyler96@gmail.com", + }, + { + "row_num": 18704, + "name": "Jonathan Pintaluga", + "userid": 3344267, + "email": "jonathanpintaluga@gmail.com", + }, + { + "row_num": 18709, + "name": "Acacia Quaintance", + "userid": 3304676, + "email": "acacia@freespiritcounselingllc.com", + }, + { + "row_num": 18710, + "name": "TahLeekah Partee", + "userid": 3327549, + "email": "info@heal2motivate.com", + }, + { + "row_num": 18731, + "name": "David Gamble", + "userid": 3354384, + "email": "mathew_gamble@yahoo.com", + }, + { + "row_num": 18736, + "name": "Samantha Willis", + "userid": 3354354, + "email": "mcgaughy.samantha@gmail.com", + }, + { + "row_num": 18744, + "name": "Alexia Mader", + "userid": 3331298, + "email": "amader850@gmail.com", + }, + { + "row_num": 18749, + "name": "William Walker", + "userid": 3334457, + "email": "willsmd@msn.com", + }, + { + "row_num": 18757, + "name": "Hunter Sawyer", + "userid": 3339782, + "email": "hunter.sawyer@anchorandbellcounseling.com", + }, + { + "row_num": 18761, + "name": "Debra Mcguffee", + "userid": 3328592, + "email": "debramcguffee@yahoo.com", + }, + { + "row_num": 18763, + "name": "Shicara Irvin", + "userid": 3262251, + "email": "sbirvin8@gmail.com", + }, + { + "row_num": 18766, + "name": "Stephen Harris", + "userid": 3353037, + "email": "harris0200@gmail.com", + }, + { + "row_num": 18769, + "name": "Ryanne Lindberg", + "userid": 3352944, + "email": "ryanne.lindberg@gmail.com", + }, + { + "row_num": 18771, + "name": "Maizee Devlin", + "userid": 3344430, + "email": "maizdevlin@gmail.com", + }, + { + "row_num": 18776, + "name": "Elizabeth Myers", + "userid": 3335289, + "email": "ellemyers18@gmail.com", + }, + { + "row_num": 18777, + "name": "Richard Evans", + "userid": 3353880, + "email": "rich@greenleafcc.com", + }, + { + "row_num": 18778, + "name": "Karen Williams", + "userid": 3340221, + "email": "williamskarensutherland@gmail.com", + }, + { + "row_num": 18779, + "name": "Jocelyn Farrar", + "userid": 3337737, + "email": "jocelynfarrar@yourlifepathcenter.com", + }, + { + "row_num": 18786, + "name": "Betsy Narveson", + "userid": 3331620, + "email": "bpumpkinw@aol.com", + }, + { + "row_num": 18789, + "name": "Lisa Bicket", + "userid": 3343293, + "email": "lisabicket@yahoo.com", + }, + { + "row_num": 18790, + "name": "George Tyger", + "userid": 3336800, + "email": "chaptyger@gmail.com", + }, + { + "row_num": 18791, + "name": "Kosaka Martin", + "userid": 3334513, + "email": "kkosa7@gmail.com", + }, + { + "row_num": 18793, + "name": "Susan Rosemeier", + "userid": 3335442, + "email": "susan.r.counseling@gmail.com", + }, + { + "row_num": 18794, + "name": "Amy Perschbacher", + "userid": 3338232, + "email": "amy.perschbacher@gmail.com", + }, + { + "row_num": 18804, + "name": "George Brisse", + "userid": 3329264, + "email": "georgebrisse@gmail.com", + }, + { + "row_num": 18805, + "name": "Steve Martinez", + "userid": 3339942, + "email": "smartinez@archsa.org", + }, + { + "row_num": 18809, + "name": "Eufemia Plimpton", + "userid": 3278658, + "email": "erplimpton@gmail.com", + }, + { + "row_num": 18810, + "name": "Jade Mitchell", + "userid": 3340069, + "email": "jade.mitchelltherapy@gmail.com", + }, + { + "row_num": 18825, + "name": "Collis Nelson", + "userid": 3353482, + "email": "collis.cody.nelson@gmail.com", + }, + { + "row_num": 18836, + "name": "Danielle Wilkinson", + "userid": 3350742, + "email": "danielledwilkinson11@gmail.com", + }, + { + "row_num": 18841, + "name": "Laura Shannon", + "userid": 3216894, + "email": "laurashannon64@gmail.com", + }, + { + "row_num": 18842, + "name": "Sandy Baker", + "userid": 3327588, + "email": "sheddyne@gmail.com", + }, + { + "row_num": 18847, + "name": "Shelley Beckley", + "userid": 3287770, + "email": "shelley.e.beckley@gmail.com", + }, + { + "row_num": 18854, + "name": "Theatric Thompson", + "userid": 3129043, + "email": "peopleofvalor08@gmail.com", + }, + { + "row_num": 18856, + "name": "Stacy King", + "userid": 3349739, + "email": "stacytking@hotmail.com", + }, + { + "row_num": 18860, + "name": "Tiffany Begley", + "userid": 3336984, + "email": "tbegley4@gmail.com", + }, + { + "row_num": 18866, + "name": "Amanda Uliasz", + "userid": 3318663, + "email": "amandauliaszmsw@gmail.com", + }, + { + "row_num": 18869, + "name": "Souphaphone Hagan", + "userid": 3337862, + "email": "sandydet25@hotmail.com", + }, + { + "row_num": 18876, + "name": "Kendra Collins", + "userid": 3318095, + "email": "kendra_collins@hotmail.com", + }, + { + "row_num": 18879, + "name": "Rhaysa M Saint-Hilaire", + "userid": 3326934, + "email": "kimmskii@aol.com", + }, + { + "row_num": 18887, + "name": "Francisca Ammerman", + "userid": 3335189, + "email": "fammerman1@gmail.com", + }, + { + "row_num": 18889, + "name": "Madeline Gardiner", + "userid": 3332734, + "email": "vickigardiner91@gmail.com", + }, + { + "row_num": 18891, + "name": "Kaylea Adkins", + "userid": 3346471, + "email": "kayleaa@ymail.com", + }, + { + "row_num": 18894, + "name": "Anita Morrow", + "userid": 3334849, + "email": "morrow3400@aol.com", + }, + { + "row_num": 18900, + "name": "Lonnie Matz", + "userid": 3330786, + "email": "lonniematz@yahoo.com", + }, + { + "row_num": 18926, + "name": "LaShaun Curry", + "userid": 3330665, + "email": "lashauncurrymft@gmail.com", + }, + { + "row_num": 18927, + "name": "Patrice Thomas", + "userid": 3331290, + "email": "phollo5@gmail.com", + }, + { + "row_num": 18936, + "name": "Angela Beckman", + "userid": 517206, + "email": "abeckma16@gmail.com", + }, + { + "row_num": 18942, + "name": "Christopher C. Selcer", + "userid": 3347788, + "email": "chrisselcer@gmail.com", + }, + { + "row_num": 18943, + "name": "Tilisha von Boeselager", + "userid": 3299312, + "email": "vonboeselagercounseling@gmail.com", + }, + { + "row_num": 18945, + "name": "Ashley Wanyonyi", + "userid": 3323245, + "email": "ashley.wanyonyi@gmail.com", + }, + { + "row_num": 18950, + "name": "Trisha Gaudig", + "userid": 3322605, + "email": "drgaudig@goodkarmawellness.llc", + }, + { + "row_num": 18953, + "name": "Janet Sunshine", + "userid": 3283141, + "email": "jasunshine@gmail.com", + }, + { + "row_num": 18954, + "name": "Janita Easter", + "userid": 3325966, + "email": "janitakalaya88@gmail.com", + }, + { + "row_num": 18956, + "name": "Leah Barrier", + "userid": 3325324, + "email": "leahfelice@gmail.com", + }, + { + "row_num": 18957, + "name": "Sherry Friedman", + "userid": 3330353, + "email": "taproot2020@gmail.com", + }, + { + "row_num": 18958, + "name": "Michael Ryan", + "userid": 3329387, + "email": "michael.ryan1906@gmail.com", + }, + { + "row_num": 18959, + "name": "Cheryl Lockett", + "userid": 3343775, + "email": "drlockett@mindfamilyservices.com", + }, + { + "row_num": 18975, + "name": "Stephanie Burns", + "userid": 3236116, + "email": "sbburns16@gmail.com", + }, + { + "row_num": 18979, + "name": "Yolanda Robinson", + "userid": 3328814, + "email": "yrobinson348@gmail.com", + }, + { + "row_num": 18981, + "name": "Dixie Placek", + "userid": 3331847, + "email": "dixierp9@gmail.com", + }, + { + "row_num": 18982, + "name": "Haley Wiley", + "userid": 3311965, + "email": "haleywileylpc@gmail.com", + }, + { + "row_num": 18983, + "name": "Seth Erickson", + "userid": 3332687, + "email": "serickson@northworkcounseling.com", + }, + { + "row_num": 18988, + "name": "Raymond Scott", + "userid": 3324911, + "email": "spartanfanray@gmail.com", + }, + { + "row_num": 18989, + "name": "Courtney Williams", + "userid": 3321530, + "email": "thehealingspotdmv@gmail.com", + }, + { + "row_num": 18992, + "name": "David Neslen", + "userid": 3330323, + "email": "dneslen@yahoo.com", + }, + { + "row_num": 19005, + "name": "Bernard Scott", + "userid": 3326340, + "email": "dr.bernardscottpsyd@yahoo.com", + }, + { + "row_num": 19012, + "name": "Sharise M Bijou", + "userid": 3317087, + "email": "sbijou@msn.com", + }, + { + "row_num": 19014, + "name": "Nicole Ceusters", + "userid": 3330443, + "email": "nc@gearcounseling.com", + }, + { + "row_num": 19016, + "name": "Rodney Taylor", + "userid": 3331284, + "email": "lcdccounseling@hotmail.com", + }, + { + "row_num": 19018, + "name": "Andrew Penn", + "userid": 3332782, + "email": "pennandrew120@gmail.com", + }, + { + "row_num": 19020, + "name": "Oshetisi Okagbare", + "userid": 3336996, + "email": "tisi.okagbare@gmail.com", + }, + { + "row_num": 19027, + "name": "Brigid Vingan", + "userid": 3338125, + "email": "brigidvingan@gmail.com", + }, + { + "row_num": 19030, + "name": "Sue Swartz", + "userid": 3338344, + "email": "susieaswartz@gmail.com", + }, + { + "row_num": 19036, + "name": "Bradford Marshall Hammond", + "userid": 3272537, + "email": "cornerstonecounselor@gmail.com", + }, + { + "row_num": 19042, + "name": "Chase Sayer", + "userid": 3250835, + "email": "chasesayer@hotmail.com", + }, + { + "row_num": 19055, + "name": "Anthony Leite", + "userid": 3326215, + "email": "anthony.d.leite@gmail.com", + }, + { + "row_num": 19059, + "name": "Thomas Morgan", + "userid": 3320681, + "email": "morgantom@yahoo.com", + }, + { + "row_num": 19061, + "name": "Brittany Hall", + "userid": 3294253, + "email": "brittanyhalllaw@gmail.com", + }, + { + "row_num": 19074, + "name": "Adam Smith", + "userid": 3325382, + "email": "aesmith.ru.psyd@gmail.com", + }, + { + "row_num": 19075, + "name": "Christina Manolatos", + "userid": 3310574, + "email": "c.manolatou@acg.edu", + }, + { + "row_num": 19076, + "name": "Kimberly Donihue", + "userid": 3321256, + "email": "flourish@therapysecure.com", + }, + { + "row_num": 19080, + "name": "Ernest Garrett", + "userid": 3320283, + "email": "ernest.garrett@garrettlcsw.com", + }, + { + "row_num": 19082, + "name": "Tara Keegan", + "userid": 3264017, + "email": "tarakeeganlcsw@outlook.com", + }, + { + "row_num": 19083, + "name": "Jennifer Hensley", + "userid": 3319188, + "email": "happyjennie727@gmail.com", + }, + { + "row_num": 19088, + "name": "Terri Ellzey", + "userid": 3321819, + "email": "terriellzey@sbcglobal.net", + }, + { + "row_num": 19089, + "name": "Michael Jankowski", + "userid": 3277140, + "email": "michaelleejankowski@gmail.com", + }, + { + "row_num": 19102, + "name": "Kidd Colt", + "userid": 3296072, + "email": "kctravel2011@yahoo.com", + }, + { + "row_num": 19108, + "name": "Blake Harding", + "userid": 3336169, + "email": "blake@drharding.org", + }, + { + "row_num": 19110, + "name": "Scarlet Chatman", + "userid": 3177750, + "email": "info@scarletchatman.com", + }, + { + "row_num": 19116, + "name": "Robin Rutan", + "userid": 3300752, + "email": "robinrutan@gmail.com", + }, + { + "row_num": 19119, + "name": "Cynthia Clyburn", + "userid": 3305932, + "email": "tclyburn12@gmail.com", + }, + { + "row_num": 19121, + "name": "Harry Satariano", + "userid": 3295659, + "email": "harrystherapy@gmail.com", + }, + { + "row_num": 19126, + "name": "Amber Johnson", + "userid": 3332794, + "email": "amberljohnson.lcsw@gmail.com", + }, + { + "row_num": 19132, + "name": "Adele Summers", + "userid": 3307708, + "email": "aaustin85@outlook.com", + }, + { + "row_num": 19136, + "name": "Jessica Jacobs", + "userid": 3319262, + "email": "jess2013@me.com", + }, + { + "row_num": 19141, + "name": "Agustin Gracia", + "userid": 3322360, + "email": "agustingracia@gmail.com", + }, + { + "row_num": 19162, + "name": "Jonathan Wallis", + "userid": 3331122, + "email": "jonwallisma@gmail.com", + }, + { + "row_num": 19164, + "name": "Sue Van Wazer", + "userid": 3195703, + "email": "suevanwazer@gmail.com", + }, + { + "row_num": 19166, + "name": "Crystal Willson", + "userid": 3217437, + "email": "crystalmwillson@gmail.com", + }, + { + "row_num": 19169, + "name": "Hope Schaffrick", + "userid": 3149649, + "email": "schaffrick@sbcglobal.net", + }, + { + "row_num": 19178, + "name": "Margaret Bauer", + "userid": 3339228, + "email": "mfeeleybauer@gmail.com", + }, + { + "row_num": 19179, + "name": "Vanessa Faulkner", + "userid": 3279961, + "email": "vanessafaulkner@themindfulcounselor.life", + }, + { + "row_num": 19180, + "name": "Henry Jangira", + "userid": 3211211, + "email": "henrijangirah@yahoo.com", + }, + { + "row_num": 19182, + "name": "Gianina Catron", + "userid": 3310552, + "email": "gianina@level-up-life.org", + }, + { + "row_num": 19184, + "name": "Cynthia Toth", + "userid": 3308121, + "email": "cindytbroker@outlook.com", + }, + { + "row_num": 19188, + "name": "Caitlin Stevens", + "userid": 3312641, + "email": "cetain04@gmail.com", + }, + { + "row_num": 19192, + "name": "Stephanie Smith", + "userid": 3231563, + "email": "stephaniesmithcounseling@gmail.com", + }, + { + "row_num": 19195, + "name": "Anthony Verdino", + "userid": 3311873, + "email": "adverdino@gmail.com", + }, + { + "row_num": 19196, + "name": "JULIO SARANGO", + "userid": 3314506, + "email": "rubju2000@yahoo.com", + }, + { + "row_num": 19201, + "name": "Chelsia Burkes-Brown", + "userid": 2964736, + "email": "chelsiaburkes@gmail.com", + }, + { + "row_num": 19205, + "name": "Noelia Rosado", + "userid": 3318566, + "email": "noeliahealingwounds@gmail.com", + }, + { + "row_num": 19206, + "name": "Mackenzie Pfeiffer", + "userid": 3301391, + "email": "mackenziepfeiffer@gmail.com", + }, + { + "row_num": 19214, + "name": "Wendy Schultz", + "userid": 3318771, + "email": "wschultzlcsw@gmail.com", + }, + { + "row_num": 19215, + "name": "Dr. Dammy Bamisile", + "userid": 3265268, + "email": "dammybamisile@gmail.com", + }, + { + "row_num": 19218, + "name": "Earl Ledford", + "userid": 3316083, + "email": "earl@earlledfordlcsw.com", + }, + { + "row_num": 19220, + "name": "Charity Mckinney", + "userid": 3277132, + "email": "mckinneyc@nsula.edu", + }, + { + "row_num": 19228, + "name": "Jill Berson", + "userid": 3248185, + "email": "jberson@mps-edu.org", + }, + { + "row_num": 19243, + "name": "Kimberly Pretty", + "userid": 3317307, + "email": "kpretty067@gmail.com", + }, + { + "row_num": 19257, + "name": "Uloma Ugbaja", + "userid": 3124358, + "email": "ulomanwaku@yahoo.com", + }, + { + "row_num": 19266, + "name": "Kim Hibbard", + "userid": 3317255, + "email": "irishdelite63@yahoo.com", + }, + { + "row_num": 19267, + "name": "Marie Joassaint", + "userid": 3040654, + "email": "psychselfempowermentllc@gmail.com", + }, + { + "row_num": 19269, + "name": "Ayonna Chappell", + "userid": 3311530, + "email": "monetscs@gmail.com", + }, + { + "row_num": 19271, + "name": "Robert Gerl", + "userid": 3300149, + "email": "rgerl1051@gmail.com", + }, + { + "row_num": 19274, + "name": "Julie Elliott", + "userid": 3313823, + "email": "jcelliott38@hotmail.com", + }, + { + "row_num": 19285, + "name": "Brandon Roth", + "userid": 3290889, + "email": "lv2run1@yahoo.com", + }, + { + "row_num": 19286, + "name": "Juan Mateo", + "userid": 3293481, + "email": "jmateopmhnp@gmail.com", + }, + { + "row_num": 19295, + "name": "Laura Watson", + "userid": 3226161, + "email": "watsonlaurap@gmail.com", + }, + { + "row_num": 19299, + "name": "Tina Hendizadeh", + "userid": 3297638, + "email": "tinaroya@hotmail.com", + }, + { + "row_num": 19312, + "name": "Beatrice Berry", + "userid": 3279965, + "email": "beefaithful1@yahoo.com", + }, + { + "row_num": 19313, + "name": "Willow Arlenea", + "userid": 3307084, + "email": "willow@designsbywillow.com", + }, + { + "row_num": 19316, + "name": "Dora Williams", + "userid": 3310958, + "email": "dorawilliams84@gmail.com", + }, + { + "row_num": 19318, + "name": "Rebecca Luebbe", + "userid": 3313017, + "email": "beccal@txonline.org", + }, + { + "row_num": 19319, + "name": "Daniel Marsh", + "userid": 3284272, + "email": "danny.marsh@live.com", + }, + { + "row_num": 19324, + "name": "Joy McDonald", + "userid": 3299910, + "email": "jaymcdon8@gmail.com", + }, + { + "row_num": 19329, + "name": "Carol Daniel", + "userid": 3288672, + "email": "cd40432@gmail.com", + }, + { + "row_num": 19331, + "name": "Beverly Ward", + "userid": 3296408, + "email": "bwardlpc@aol.com", + }, + { + "row_num": 19332, + "name": "Jill Trice", + "userid": 3308421, + "email": "jillmorgan613@comcast.net", + }, + { + "row_num": 19344, + "name": "JEARILYN SINGLETON", + "userid": 3308080, + "email": "stillwaterstherapeuticservices@gmail.com", + }, + { + "row_num": 19346, + "name": "Shonda Young", + "userid": 3305657, + "email": "shondayoung94@gmail.com", + }, + { + "row_num": 19353, + "name": "Nancy Coffroad", + "userid": 3304830, + "email": "grmpygirl@hotmail.com", + }, + { + "row_num": 19355, + "name": "Ashley Eaddy", + "userid": 3308038, + "email": "aeaddylpc@gmail.com", + }, + { + "row_num": 19357, + "name": "Pennie Hurta", + "userid": 3307433, + "email": "nickles07@yahoo.com", + }, + { + "row_num": 19361, + "name": "Christopher Williams", + "userid": 3283052, + "email": "cwilliams0587@aol.com", + }, + { + "row_num": 19362, + "name": "Jessica Burke", + "userid": 3295952, + "email": "jessicaburke.lpcc@gmail.com", + }, + { + "row_num": 19363, + "name": "Charles Ross", + "userid": 3285744, + "email": "cross@oberlin.edu", + }, + { + "row_num": 19366, + "name": "Karen McGillivray", + "userid": 3297730, + "email": "karenmcg925@gmail.com", + }, + { + "row_num": 19367, + "name": "elevani fletcher", + "userid": 3298328, + "email": "edfletcher@edfclinicalservices.com", + }, + { + "row_num": 19373, + "name": "Tyishia James", + "userid": 3319830, + "email": "deniciajames@gmail.com", + }, + { + "row_num": 19375, + "name": "Ann Adams", + "userid": 3309561, + "email": "aadamslmhc@gmail.com", + }, + { + "row_num": 19376, + "name": "Elizabeth Resce", + "userid": 3290099, + "email": "elizcl8@gmail.com", + }, + { + "row_num": 19377, + "name": "Amanda Gushard-edwards", + "userid": 3300003, + "email": "agushardgrow@gmail.com", + }, + { + "row_num": 19378, + "name": "Raeya Disney", + "userid": 3300126, + "email": "raeyadisney20@gmail.com", + }, + { + "row_num": 19379, + "name": "Priscilla Ballsun", + "userid": 3300128, + "email": "pballsun@aol.com", + }, + { + "row_num": 19380, + "name": "Lacresha Reid White", + "userid": 3303019, + "email": "lacreshawhite@yahoo.com", + }, + { + "row_num": 19382, + "name": "Christina Riley", + "userid": 3283071, + "email": "cemderileylcsw@gmail.com", + }, + { + "row_num": 19384, + "name": "Mandy Lopez Azimy", + "userid": 3306630, + "email": "mandylopez.lcsw@gmail.com", + }, + { + "row_num": 19385, + "name": "Rachel James", + "userid": 3294058, + "email": "raadnj@comcast.net", + }, + { + "row_num": 19393, + "name": "Amanda Beechem", + "userid": 3317883, + "email": "bee.rachele34@gmail.com", + }, + { + "row_num": 19400, + "name": "Susan White", + "userid": 2508522, + "email": "rubyroadllc@gmail.com", + }, + { + "row_num": 19420, + "name": "Nichell Newton", + "userid": 3296961, + "email": "fowler.nichell@gmail.com", + }, + { + "row_num": 19436, + "name": "Jennifer Martinez", + "userid": 2469083, + "email": "jlmartineznp@gmail.com", + }, + { + "row_num": 19440, + "name": "Amanda Whisenhunt", + "userid": 3278114, + "email": "amandawhisenhunt99@gmail.com", + }, + { + "row_num": 19444, + "name": "Dion Metzger", + "userid": 3293465, + "email": "dionmetzger.md@gmail.com", + }, + { + "row_num": 19445, + "name": "Shania Barr", + "userid": 3297118, + "email": "shaniabarrlpc@gmail.com", + }, + { + "row_num": 19460, + "name": "Nytisha Gaston", + "userid": 3310407, + "email": "nytishagaston@gmail.com", + }, + { + "row_num": 19463, + "name": "Selina Perea", + "userid": 3303585, + "email": "selina.perea@outlook.com", + }, + { + "row_num": 19479, + "name": "Barbara Richardson", + "userid": 3293460, + "email": "baschoppee@icloud.com", + }, + { + "row_num": 19488, + "name": "Derek Sloan", + "userid": 3316166, + "email": "derekcounsels@gmail.com", + }, + { + "row_num": 19496, + "name": "Samantha Perkins", + "userid": 3312790, + "email": "sperkinspd5@gmail.com", + }, + { + "row_num": 19509, + "name": "Stephanie Mora", + "userid": 3235432, + "email": "stemora1@gmail.com", + }, + { + "row_num": 19511, + "name": "Katherine Dillon", + "userid": 3247997, + "email": "dillonka317@gmail.com", + }, + { + "row_num": 19514, + "name": "Jodee Lucero", + "userid": 3278118, + "email": "ljodee44@gmail.com", + }, + { + "row_num": 19518, + "name": "Kimberly Tornberg", + "userid": 3293258, + "email": "ktornberglmhc@yahoo.com", + }, + { + "row_num": 19523, + "name": "lindsey duncan", + "userid": 3296244, + "email": "lindseyduncan23@gmail.com", + }, + { + "row_num": 19526, + "name": "Hannah Cobb", + "userid": 3290863, + "email": "hscobb1@gmail.com", + }, + { + "row_num": 19531, + "name": "Amanda Wells", + "userid": 3283428, + "email": "amanda@alongthewillowedpath.com", + }, + { + "row_num": 19548, + "name": "Brittany Devine", + "userid": 3294457, + "email": "brittanydevine@icloud.com", + }, + { + "row_num": 19550, + "name": "Tara Kenyon", + "userid": 3285750, + "email": "tararkenyon@gmail.com", + }, + { + "row_num": 19577, + "name": "Alana Linn", + "userid": 3231896, + "email": "a.nicole.linn@gmail.com", + }, + { + "row_num": 19586, + "name": "Felicia Thomas", + "userid": 3281957, + "email": "dr.felicia.thomas@gmail.com", + }, + { + "row_num": 19592, + "name": "Elizabeth Nymberg", + "userid": 3290979, + "email": "enymberg@gmail.com", + }, + { + "row_num": 19602, + "name": "Codi Hatfield", + "userid": 3268827, + "email": "southernsandscounseling@gmail.com", + }, + { + "row_num": 19608, + "name": "Adejimi Tejuosho Tejuosho", + "userid": 3265637, + "email": "jimiteju08@yahoo.com", + }, + { + "row_num": 19614, + "name": "Brian Johnson", + "userid": 3244240, + "email": "johnsonb553@yahoo.com", + }, + { + "row_num": 19619, + "name": "YETTIA JASMINE", + "userid": 3277330, + "email": "phoenixctsllc@gmail.com", + }, + { + "row_num": 19623, + "name": "Rosemary Muzorewa", + "userid": 3288904, + "email": "rmuzorewa@gmail.com", + }, + { + "row_num": 19634, + "name": "Nathaniel Wagner", + "userid": 3261457, + "email": "natewagner@gmail.com", + }, + { + "row_num": 19638, + "name": "Katherine Velasquez (Stump)", + "userid": 3257978, + "email": "katherine.a.stump@gmail.com", + }, + { + "row_num": 19640, + "name": "Fay Callam", + "userid": 3250518, + "email": "callam.fjc@gmail.com", + }, + { + "row_num": 19645, + "name": "curtisha taylor", + "userid": 3261903, + "email": "cr_swing720@yahoo.com", + }, + { + "row_num": 19647, + "name": "Edlyne Thelusma", + "userid": 3282412, + "email": "edlyne@rlfscenter.com", + }, + { + "row_num": 19650, + "name": "Nicole Weiss", + "userid": 3280526, + "email": "nmweiss101@gmail.com", + }, + { + "row_num": 19655, + "name": "Jeremy Robichaud", + "userid": 3289876, + "email": "redpointcounselingmaine@gmail.com", + }, + { + "row_num": 19657, + "name": "Amanda Rice", + "userid": 3285564, + "email": "amandarice75@gmail.com", + }, + { + "row_num": 19660, + "name": "Frances McMiller", + "userid": 3290623, + "email": "puzzled.caterpillars@gmail.com", + }, + { + "row_num": 19661, + "name": "Nicole Flannery", + "userid": 3282247, + "email": "nicoletpsych@gmail.com", + }, + { + "row_num": 19662, + "name": "Ashlee Arnett", + "userid": 3288050, + "email": "aarnett1@une.edu", + }, + { + "row_num": 19663, + "name": "MARTY MCLAUGHLIN", + "userid": 3290377, + "email": "marty_mclaughlin@att.net", + }, + { + "row_num": 19665, + "name": "Terry Driskill", + "userid": 3284278, + "email": "maclu2005@aol.com", + }, + { + "row_num": 19682, + "name": "Jennifer Ludwig", + "userid": 3272709, + "email": "jenlud74@hotmail.com", + }, + { + "row_num": 19690, + "name": "Victor Rose", + "userid": 3253507, + "email": "vroseanthony@gmail.com", + }, + { + "row_num": 19692, + "name": "Irene Ledee-Farley", + "userid": 3263093, + "email": "iledeefarley@gmail.com", + }, + { + "row_num": 19694, + "name": "Alisha Beard", + "userid": 3283417, + "email": "albrill@icloud.com", + }, + { + "row_num": 19696, + "name": "Teressa Hale Mathurin", + "userid": 3277268, + "email": "haleteressa@gmail.com", + }, + { + "row_num": 19707, + "name": "Ashley Kozfkay", + "userid": 3272716, + "email": "aakozfkay@gmail.com", + }, + { + "row_num": 19711, + "name": "Olga Molina", + "userid": 3253983, + "email": "omolina@ucf.edu", + }, + { + "row_num": 19715, + "name": "Aiesha Lee", + "userid": 3269472, + "email": "lee.aiesha210@gmail.com", + }, + { + "row_num": 19719, + "name": "Jeremy Schultz", + "userid": 3272099, + "email": "jns4851@yahoo.com", + }, + { + "row_num": 19722, + "name": "Katina Johnson-Pease", + "userid": 3232523, + "email": "mslpckrjohnson@gmail.com", + }, + { + "row_num": 19725, + "name": "Josephine Nyame", + "userid": 3278128, + "email": "info@nyamecounseling.com", + }, + { + "row_num": 19730, + "name": "Lauren Peffer", + "userid": 3284258, + "email": "pefferlauren@yahoo.com", + }, + { + "row_num": 19733, + "name": "Darrell Patterson", + "userid": 3245571, + "email": "dtherapyworks@gmail.com", + }, + { + "row_num": 19739, + "name": "Cathleen Harris", + "userid": 3284793, + "email": "cathy@cathleenrharris.com", + }, + { + "row_num": 19746, + "name": "Brittany Fuchs", + "userid": 3278112, + "email": "briifuchs@gmail.com", + }, + { + "row_num": 19750, + "name": "Teri Lynn Kim", + "userid": 3268557, + "email": "terilynnkim@gmail.com", + }, + { + "row_num": 19751, + "name": "Tiffany Lowe", + "userid": 3270388, + "email": "tiffany34@gmail.com", + }, + { + "row_num": 19759, + "name": "Leah Allen", + "userid": 3272408, + "email": "lkallen7265@gmail.com", + }, + { + "row_num": 19762, + "name": "Stacey Williams", + "userid": 3278122, + "email": "williamsmmft@gmail.com", + }, + { + "row_num": 19764, + "name": "Sonia Thomas", + "userid": 3200495, + "email": "sonia_atr@hotmail.com", + }, + { + "row_num": 19779, + "name": "Matthew Govier", + "userid": 3269193, + "email": "goviermatthew@icloud.com", + }, + { + "row_num": 19786, + "name": "Timothy Sigafoos", + "userid": 3268444, + "email": "timsigafoos@gmail.com", + }, + { + "row_num": 19803, + "name": "TAJUANA RUSHIN", + "userid": 3266566, + "email": "tajuanarushin.lmhc@gmail.com", + }, + { + "row_num": 19819, + "name": "Elaina Gardner", + "userid": 3273706, + "email": "gardneel@mail.gvsu.edu", + }, + { + "row_num": 19820, + "name": "Jean Corbae", + "userid": 3260585, + "email": "awakenedwellbeing@gmail.com", + }, + { + "row_num": 19821, + "name": "Melissa McKissack", + "userid": 3270531, + "email": "melissa.mckissack@hotmail.com", + }, + { + "row_num": 19823, + "name": "Christina Lacey", + "userid": 3267162, + "email": "chris@chrislaceyfamilytherapy.com", + }, + { + "row_num": 19826, + "name": "Krystal Roames", + "userid": 3252557, + "email": "krystal.roames@gmail.com", + }, + { + "row_num": 19832, + "name": "Teresa Ramos-Gonzalez", + "userid": 3271700, + "email": "agtir.gac@gmail.com", + }, + { + "row_num": 19833, + "name": "Desta Jones", + "userid": 3273286, + "email": "destaajones@gmail.com", + }, + { + "row_num": 19837, + "name": "Leashia Moody Miller", + "userid": 3146577, + "email": "dharmamax@bellsouth.net", + }, + { + "row_num": 19838, + "name": "Christopher Brown", + "userid": 3269018, + "email": "chrisbrown494@gmail.com", + }, + { + "row_num": 19839, + "name": "Adam Carlson", + "userid": 3254746, + "email": "carlsona00@ecualumni.ecu.edu", + }, + { + "row_num": 19847, + "name": "Angela Allen", + "userid": 3275905, + "email": "aaprathe@gmail.com", + }, + { + "row_num": 19848, + "name": "Sharalyn Vester", + "userid": 3278085, + "email": "sharalyn.vester@gmail.com", + }, + { + "row_num": 19849, + "name": "Reshonda Hayles", + "userid": 3278088, + "email": "hayles.esther5@gmail.com", + }, + { + "row_num": 19852, + "name": "kevin lage", + "userid": 3273105, + "email": "kevinlagelpc@gmail.com", + }, + { + "row_num": 19856, + "name": "Leah Usery", + "userid": 3248437, + "email": "leahb12345@gmail.com", + }, + { + "row_num": 19858, + "name": "Sabrina Gonzalez", + "userid": 3274049, + "email": "templegrad@msn.com", + }, + { + "row_num": 19870, + "name": "Jeri DeVale", + "userid": 3262687, + "email": "codiscoveries@yahoo.com", + }, + { + "row_num": 19871, + "name": "Mikayla Smithers", + "userid": 3289165, + "email": "mikayla.trostle@gmail.com", + }, + { + "row_num": 19872, + "name": "sonni parks", + "userid": 3274593, + "email": "yourlifeyournarrative@gmail.com", + }, + { + "row_num": 19874, + "name": "Jeffrey Allen", + "userid": 3260885, + "email": "jeff-allen@sbcglobal.net", + }, + { + "row_num": 19878, + "name": "Benita Koyton", + "userid": 3275001, + "email": "koytonb@gmail.com", + }, + { + "row_num": 19879, + "name": "Heather Congdon", + "userid": 3273304, + "email": "heather@dtecreativecounseling.com", + }, + { + "row_num": 19880, + "name": "Nicy Bishop", + "userid": 3280334, + "email": "bishopn001@gmail.com", + }, + { + "row_num": 19881, + "name": "Sherene Gardner", + "userid": 3260658, + "email": "sherigard@gmail.com", + }, + { + "row_num": 19882, + "name": "Christina Brooks", + "userid": 3275444, + "email": "chris11tina73@gmail.com", + }, + { + "row_num": 19885, + "name": "Marie Martinez", + "userid": 3274034, + "email": "mmartinez_po@yahoo.com", + }, + { + "row_num": 19886, + "name": "Erin Weekes", + "userid": 3266988, + "email": "eoweekes@gmail.com", + }, + { + "row_num": 19893, + "name": "Steve Duff", + "userid": 3263230, + "email": "steven_duff@rocketmail.com", + }, + { + "row_num": 19896, + "name": "Marilyn Sears", + "userid": 3260150, + "email": "drmarilyn.lcsw@gmail.com", + }, + { + "row_num": 19897, + "name": "Paty Hernandez", + "userid": 3268151, + "email": "patricia@mariposasholistic.com", + }, + { + "row_num": 19899, + "name": "Linsey Ray", + "userid": 3252215, + "email": "linseyray76@outlook.com", + }, + { + "row_num": 19900, + "name": "Denise Coffee", + "userid": 3267243, + "email": "denisecoffee1@gmail.com", + }, + { + "row_num": 19903, + "name": "Joshua Lane McElroy", + "userid": 3255512, + "email": "jlmcelroylpc@gmail.com", + }, + { + "row_num": 19916, + "name": "Loren Malkasian", + "userid": 3257284, + "email": "pmalk105@aol.com", + }, + { + "row_num": 19944, + "name": "Casie McGee", + "userid": 3283535, + "email": "cmcgee@healthyhomesfs.com", + }, + { + "row_num": 19963, + "name": "gregg ratinoff", + "userid": 3282545, + "email": "greggaratinoff@gmail.com", + }, + { + "row_num": 19974, + "name": "Melissa Morrison", + "userid": 3267282, + "email": "mam040@outlook.com", + }, + { + "row_num": 19976, + "name": "Maryann Dexter", + "userid": 3266197, + "email": "maryann.m.dexter@gmail.com", + }, + { + "row_num": 19986, + "name": "Chalene Gardenhire", + "userid": 3269892, + "email": "chalene.lcsw@gmail.com", + }, + { + "row_num": 19993, + "name": "Claire Thombs", + "userid": 3203434, + "email": "clairethombs@gmail.com", + }, + { + "row_num": 19997, + "name": "Sunnie Allen", + "userid": 3266777, + "email": "sunlightwellness@outlook.com", + }, + { + "row_num": 20002, + "name": "Naomi Hankins", + "userid": 3252529, + "email": "naomihankins5@gmail.com", + }, + { + "row_num": 20004, + "name": "Leslie Gier Lombardy", + "userid": 3245868, + "email": "leslielombardy@me.com", + }, + { + "row_num": 20010, + "name": "Eric Herpin", + "userid": 3264008, + "email": "ericherpin@gmail.com", + }, + { + "row_num": 20019, + "name": "Ganime Nazif", + "userid": 3279959, + "email": "ganimenazif@gmail.com", + }, + { + "row_num": 20020, + "name": "Kelly Drye", + "userid": 3206044, + "email": "kdryepcs@gmail.com", + }, + { + "row_num": 20026, + "name": "Sandra Presgrove", + "userid": 3258518, + "email": "skpresgrove@bellsouth.net", + }, + { + "row_num": 20027, + "name": "Alicia Richardson", + "userid": 3261054, + "email": "yourcounselingspot@gmail.com", + }, + { + "row_num": 20030, + "name": "Trevor Barger", + "userid": 3260307, + "email": "trevorb@mindmeldingcounseling.com", + }, + { + "row_num": 20034, + "name": "Katie McGravey", + "userid": 3259493, + "email": "katemcg08@gmail.com", + }, + { + "row_num": 20038, + "name": "Ruby Gordon", + "userid": 3267329, + "email": "kgordontherapy@gmail.com", + }, + { + "row_num": 20039, + "name": "Matthew Jennings", + "userid": 3222017, + "email": "m2a2j2@yahoo.com", + }, + { + "row_num": 20040, + "name": "Dona Coleman", + "userid": 3258165, + "email": "colemannp@welllife-clinic.org", + }, + { + "row_num": 20060, + "name": "Joel Cutter", + "userid": 3220015, + "email": "joel.cutter.lpc@gmail.com", + }, + { + "row_num": 20081, + "name": "Nina Davachi", + "userid": 3199140, + "email": "davachi54@gmail.com", + }, + { + "row_num": 20085, + "name": "LaToya Bragg-Finch", + "userid": 3247359, + "email": "lbraggfinch@yahoo.com", + }, + { + "row_num": 20086, + "name": "Edward Bloch", + "userid": 3260176, + "email": "ebloch2132@gmail.com", + }, + { + "row_num": 20094, + "name": "Joann Crants", + "userid": 3250752, + "email": "jmcrants1959@verizon.net", + }, + { + "row_num": 20096, + "name": "Amber Murphy", + "userid": 3247267, + "email": "blue3hearts@hotmail.com", + }, + { + "row_num": 20097, + "name": "Larissa Olson", + "userid": 3254064, + "email": "lolson230@gmail.com", + }, + { + "row_num": 20105, + "name": "Gwen Olcsvay", + "userid": 3135923, + "email": "gwen32937@hotmail.com", + }, + { + "row_num": 20110, + "name": "Nicole Waltersdorf", + "userid": 3172606, + "email": "nicolewaltersdorf@gmail.com", + }, + { + "row_num": 20115, + "name": "Bruce Gurganus", + "userid": 2271433, + "email": "brucegurganus@yahoo.com", + }, + { + "row_num": 20116, + "name": "Talia Mosley", + "userid": 3254293, + "email": "talia.s.mosley@gmail.com", + }, + { + "row_num": 20117, + "name": "Nancy Rawson", + "userid": 3240353, + "email": "nrawson1977@gmail.com", + }, + { + "row_num": 20119, + "name": "Barbara Carol Lazarus", + "userid": 3265862, + "email": "carollazarus642@gmail.com", + }, + { + "row_num": 20121, + "name": "Sarika Griffin", + "userid": 3244839, + "email": "sarikagriffin.lcsw@gmail.com", + }, + { + "row_num": 20123, + "name": "Katina Pittman", + "userid": 3242125, + "email": "katinapittman2009@yahoo.com", + }, + { + "row_num": 20127, + "name": "G. Rob Rhodes", + "userid": 3257506, + "email": "gr2rhodes@gmail.com", + }, + { + "row_num": 20129, + "name": "Hilary Gallegos", + "userid": 3259136, + "email": "lmft@hilary.life", + }, + { + "row_num": 20138, + "name": "John Moreno", + "userid": 3235655, + "email": "jpmlmhc@gmail.com", + }, + { + "row_num": 20141, + "name": "Maribel Diaz", + "userid": 3211834, + "email": "011mdiaz011@gmail.com", + }, + { + "row_num": 20166, + "name": "Linda Masullo", + "userid": 3262008, + "email": "linda.masullo@hotmail.com", + }, + { + "row_num": 20171, + "name": "Shatoyia Stovall", + "userid": 3253868, + "email": "shatoyiastovall@gmail.com", + }, + { + "row_num": 20172, + "name": "Max Guttman", + "userid": 3254344, + "email": "maxwellguttman@gmail.com", + }, + { + "row_num": 20176, + "name": "Pamela Hobson-Jones", + "userid": 3268815, + "email": "phobsonjones46@gmail.com", + }, + { + "row_num": 20179, + "name": "Mindi Amberson", + "userid": 3238476, + "email": "mindiamberson@gmail.com", + }, + { + "row_num": 20189, + "name": "Victor Johnson", + "userid": 3251215, + "email": "drvicjohnson20@gmail.com", + }, + { + "row_num": 20193, + "name": "Coriandre Moore", + "userid": 3236348, + "email": "cmoore61685@hotmail.com", + }, + { + "row_num": 20194, + "name": "Richard McGuffin", + "userid": 3255522, + "email": "drrichmcguffin@gmail.com", + }, + { + "row_num": 20199, + "name": "Camilo Delgado", + "userid": 3204827, + "email": "khamillus@aol.com", + }, + { + "row_num": 20200, + "name": "Austin Chandler", + "userid": 3206120, + "email": "draustinchandler22@gmail.com", + }, + { + "row_num": 20201, + "name": "Hannah Moore", + "userid": 3241078, + "email": "hannahklie@yahoo.com", + }, + { + "row_num": 20202, + "name": "Anita Carter", + "userid": 3244342, + "email": "anitalisw@gmail.com", + }, + { + "row_num": 20203, + "name": "Tiffany Lovelady", + "userid": 3255580, + "email": "tlovelady@tiffanylovelady.com", + }, + { + "row_num": 20230, + "name": "Martha Groble", + "userid": 3280520, + "email": "drsgroble@gmail.com", + }, + { + "row_num": 20247, + "name": "Sarah Boward", + "userid": 3264927, + "email": "sarahboward37@gmail.com", + }, + { + "row_num": 20251, + "name": "Andrea Jackson", + "userid": 3255654, + "email": "andrealj3@icloud.com", + }, + { + "row_num": 20254, + "name": "Daffaney Burnside", + "userid": 3254569, + "email": "daffaney23@gmail.com", + }, + { + "row_num": 20257, + "name": "Margaret Mckoy", + "userid": 3257005, + "email": "rychuslady@gmail.com", + }, + { + "row_num": 20258, + "name": "Shamekias Lampkin", + "userid": 3238144, + "email": "slampkin27@yahoo.com", + }, + { + "row_num": 20263, + "name": "Alan Lawrence", + "userid": 3251825, + "email": "tm1998@aol.com", + }, + { + "row_num": 20264, + "name": "Allison Kramer", + "userid": 3194486, + "email": "allison.a.romeo@gmail.com", + }, + { + "row_num": 20267, + "name": "Amanda Katz", + "userid": 3267052, + "email": "amanda.e.shalna@gmail.com", + }, + { + "row_num": 20276, + "name": "Matthew Scheffenacker", + "userid": 3262566, + "email": "mscheffenacker@hotmail.com", + }, + { + "row_num": 20292, + "name": "Paul Egbe", + "userid": 3270890, + "email": "nbehavioral1@gmail.com", + }, + { + "row_num": 20297, + "name": "Sydney Weitz", + "userid": 3193367, + "email": "sydneyh62@gmail.com", + }, + { + "row_num": 20299, + "name": "Juliana Morgan", + "userid": 3160568, + "email": "julianacmorgan@gmail.com", + }, + { + "row_num": 20304, + "name": "Richard Fajardo", + "userid": 3228739, + "email": "rfajardo1377@msn.com", + }, + { + "row_num": 20307, + "name": "Tia Johnson", + "userid": 3156948, + "email": "tiaann702@yahoo.com", + }, + { + "row_num": 20311, + "name": "Grace Okugbere", + "userid": 3244806, + "email": "gokugbere@gmail.com", + }, + { + "row_num": 20314, + "name": "Amalia Sirica", + "userid": 3223477, + "email": "amalia.sirica@gmail.com", + }, + { + "row_num": 20316, + "name": "Gina Coffaro", + "userid": 3218518, + "email": "coftrips@gmail.com", + }, + { + "row_num": 20322, + "name": "Jennifer Schulz-Johnston", + "userid": 3218857, + "email": "schulz-johnstonj@sbcglobal.net", + }, + { + "row_num": 20323, + "name": "Myrane Jackson", + "userid": 3242756, + "email": "jacksonmyrane77@gmail.com", + }, + { + "row_num": 20335, + "name": "Lena Kline", + "userid": 3222626, + "email": "kline1107@gmail.com", + }, + { + "row_num": 20344, + "name": "Stephanie Thomas", + "userid": 3180476, + "email": "stephkthomas@gmail.com", + }, + { + "row_num": 20354, + "name": "Rebekah Phillips", + "userid": 3169921, + "email": "rebekahlmhc@gmail.com", + }, + { + "row_num": 20355, + "name": "Joyce Washington", + "userid": 3171328, + "email": "jw66961@gmail.com", + }, + { + "row_num": 20375, + "name": "Chad Hughes", + "userid": 3243055, + "email": "chadhugheslpc@gmail.com", + }, + { + "row_num": 20376, + "name": "Yvonne Glass", + "userid": 3206803, + "email": "whhcounseling@gmail.com", + }, + { + "row_num": 20377, + "name": "Maria I Cipriani", + "userid": 3209611, + "email": "maria.cipriani@gmail.com", + }, + { + "row_num": 20378, + "name": "Kirk Sheppard", + "userid": 3248898, + "email": "kirksheppard@gmail.com", + }, + { + "row_num": 20379, + "name": "Rachelle Garren", + "userid": 3249754, + "email": "rachellegarren.lcsw.lcas@gmail.com", + }, + { + "row_num": 20381, + "name": "Brandi Parker-Nunley", + "userid": 3222250, + "email": "brandinunley@gmail.com", + }, + { + "row_num": 20390, + "name": "Jeffrey Giddens", + "userid": 3243317, + "email": "jsg9596@gmail.com", + }, + { + "row_num": 20391, + "name": "Sandy Rogers", + "userid": 3213768, + "email": "iluvjammaz@gmail.com", + }, + { + "row_num": 20393, + "name": "Allison Brunner", + "userid": 3248736, + "email": "bodytalkstherapy@gmail.com", + }, + { + "row_num": 20395, + "name": "Sabrina Johnson", + "userid": 3239268, + "email": "counselingwithsabrina@gmail.com", + }, + { + "row_num": 20396, + "name": "Derick Palmer", + "userid": 3236649, + "email": "adventuretherapynorthwest@gmail.com", + }, + { + "row_num": 20397, + "name": "Alysia Sasha Ross", + "userid": 3229973, + "email": "alysiasrossmslmhc@alysiasrossmslmhc.com", + }, + { + "row_num": 20398, + "name": "Rayssa Buldain", + "userid": 3251040, + "email": "rayssa.d.buldain@gmail.com", + }, + { + "row_num": 20401, + "name": "Sarah Gray", + "userid": 3213390, + "email": "sarahkgray6@gmail.com", + }, + { + "row_num": 20405, + "name": "Lorre Taylor", + "userid": 3227120, + "email": "lorretaylor@gmail.com", + }, + { + "row_num": 20406, + "name": "Adam Dollen", + "userid": 3242432, + "email": "adollen@icloud.com", + }, + { + "row_num": 20423, + "name": "Benny Brocato", + "userid": 3220067, + "email": "1949benny@gmail.com", + }, + { + "row_num": 20449, + "name": "COURTENEY SCHENCK", + "userid": 3231560, + "email": "courteney.schenck@gmail.com", + }, + { + "row_num": 20458, + "name": "Robert Basil", + "userid": 3231564, + "email": "robertbasil1988@gmail.com", + }, + { + "row_num": 20476, + "name": "Katrina Jones-Lewis", + "userid": 3244581, + "email": "katrina8077@gmail.com", + }, + { + "row_num": 20479, + "name": "Shannon Gutschick", + "userid": 3229315, + "email": "shannongutschick@gmail.com", + }, + { + "row_num": 20482, + "name": "Donna Cipriani", + "userid": 3221913, + "email": "dr.donnacipriani@gmail.com", + }, + { + "row_num": 20489, + "name": "Claudia Lartey", + "userid": 3234321, + "email": "clartey90@gmail.com", + }, + { + "row_num": 20490, + "name": "Stacy Pulley", + "userid": 3233280, + "email": "s.pulley.lpc@gmail.com", + }, + { + "row_num": 20491, + "name": "Shea Langs", + "userid": 3209549, + "email": "langs.lcsw@gmail.com", + }, + { + "row_num": 20493, + "name": "Tanya Bankston", + "userid": 3211363, + "email": "coachtbankston@gmail.com", + }, + { + "row_num": 20502, + "name": "Maryssa Zafra", + "userid": 3254416, + "email": "maryssa1613@hotmail.com", + }, + { + "row_num": 20510, + "name": "Dixie Eppolito", + "userid": 3213821, + "email": "dixieeppolito@gmail.com", + }, + { + "row_num": 20515, + "name": "Allison Tuttle", + "userid": 3197662, + "email": "allisonlook@gmail.com", + }, + { + "row_num": 20518, + "name": "Carole La Freniere", + "userid": 3205542, + "email": "carolemarie123@gmail.com", + }, + { + "row_num": 20519, + "name": "Robin Allard", + "userid": 3240238, + "email": "robinallardlmft@gmail.com", + }, + { + "row_num": 20522, + "name": "LaShica Hemingway", + "userid": 3242209, + "email": "lashica_djj@yahoo.com", + }, + { + "row_num": 20527, + "name": "Ashley Brown-Malinsky", + "userid": 3239714, + "email": "ashley.malinsky413@gmail.com", + }, + { + "row_num": 20534, + "name": "Caryn Kelley", + "userid": 3212039, + "email": "carynwilmette@yahoo.com", + }, + { + "row_num": 20535, + "name": "Linka GRISWOLD", + "userid": 3231050, + "email": "drgriswold@surfsideonlinetherapy.com", + }, + { + "row_num": 20537, + "name": "Leah Mcmanis", + "userid": 3216584, + "email": "lmcmanislpc@gmail.com", + }, + { + "row_num": 20541, + "name": "Jennifer Alldridge", + "userid": 3241602, + "email": "jdalldridge@gmail.com", + }, + { + "row_num": 20542, + "name": "Brandon Gonzalez", + "userid": 3243809, + "email": "bgonz2005@gmail.com", + }, + { + "row_num": 20543, + "name": "Mary Gates", + "userid": 3237689, + "email": "drmgates@yahoo.com", + }, + { + "row_num": 20546, + "name": "Sarah Cirese-Payton", + "userid": 3191822, + "email": "sarahcirese83@gmail.com", + }, + { + "row_num": 20548, + "name": "Natasha Jackson", + "userid": 3175112, + "email": "tashajack@aol.com", + }, + { + "row_num": 20550, + "name": "Melissa Tibay", + "userid": 3197310, + "email": "melissatibay@gmail.com", + }, + { + "row_num": 20554, + "name": "Natalie Scetinkinova", + "userid": 3239894, + "email": "natalie.scetinkinova@gmail.com", + }, + { + "row_num": 20557, + "name": "Joy Rabon", + "userid": 3230774, + "email": "joyrabon@valleysedge.com", + }, + { + "row_num": 20558, + "name": "Asia Gill", + "userid": 3236525, + "email": "reflectionsmhsno@gmail.com", + }, + { + "row_num": 20563, + "name": "Edward Olvera", + "userid": 3234371, + "email": "edward321@hotmail.com", + }, + { + "row_num": 20564, + "name": "Erica Woodard", + "userid": 3215917, + "email": "erica.woodard@fourpillarscc.com", + }, + { + "row_num": 20570, + "name": "Crystal Moschiano", + "userid": 3244553, + "email": "cmm4378@yahoo.com", + }, + { + "row_num": 20577, + "name": "Alice Sorensen", + "userid": 3197951, + "email": "aliceasorensen@gmail.com", + }, + { + "row_num": 20581, + "name": "Sheri O'Brien", + "userid": 3233261, + "email": "sheri.obrien@att.net", + }, + { + "row_num": 20582, + "name": "Dr. Kareta Lewin", + "userid": 3224836, + "email": "dr.lewink@gmail.com", + }, + { + "row_num": 20583, + "name": "Mark Dube", + "userid": 3205643, + "email": "markme01@outlook.com", + }, + { + "row_num": 20585, + "name": "Lauren Stephenson", + "userid": 3194444, + "email": "lauren.janelle1983@gmail.com", + }, + { + "row_num": 20594, + "name": "Susan Schanen", + "userid": 3193412, + "email": "beachferrari@gmail.com", + }, + { + "row_num": 20601, + "name": "Peggy Kennamer-Linn", + "userid": 3233733, + "email": "peggykennamerlinn@yahoo.com", + }, + { + "row_num": 20605, + "name": "Michael Kochanek", + "userid": 3219333, + "email": "mkochanek@new.rr.com", + }, + { + "row_num": 20607, + "name": "Abigail Sassano", + "userid": 3175070, + "email": "abigailsassano@yahoo.com", + }, + { + "row_num": 20609, + "name": "Melissa Cobb", + "userid": 3239646, + "email": "m_cobb4148@yahoo.com", + }, + { + "row_num": 20610, + "name": "Jessica Bright", + "userid": 3213560, + "email": "jessica@isbellcounseling.com", + }, + { + "row_num": 20618, + "name": "Kori Newland", + "userid": 3219904, + "email": "korinewland@gmail.com", + }, + { + "row_num": 20627, + "name": "Carmen Stein", + "userid": 3121861, + "email": "carmensteintexas@gmail.com", + }, + { + "row_num": 20629, + "name": "Kandice Cowherd", + "userid": 3186182, + "email": "kandicowherd@gmail.com", + }, + { + "row_num": 20636, + "name": "Shelia Albright", + "userid": 3228887, + "email": "d_shelia@bellsouth.net", + }, + { + "row_num": 20639, + "name": "Jordan Pruett", + "userid": 3229707, + "email": "jordandpruett@gmail.com", + }, + { + "row_num": 20644, + "name": "Melissa Herb", + "userid": 3180320, + "email": "melissadherb@gmail.com", + }, + { + "row_num": 20648, + "name": "Ronald Oliver", + "userid": 3226908, + "email": "roliverlpc@gmail.com", + }, + { + "row_num": 20651, + "name": "Reva Dossett", + "userid": 3230574, + "email": "dossettreva@gmail.com", + }, + { + "row_num": 20657, + "name": "Kelly Strnad", + "userid": 3225316, + "email": "kellyjstrnad@gmail.com", + }, + { + "row_num": 20658, + "name": "Zelimna Taveras", + "userid": 3221147, + "email": "zely30@yahoo.com", + }, + { + "row_num": 20659, + "name": "Jonathan Baiden", + "userid": 3231734, + "email": "jonathan@baiden.org", + }, + { + "row_num": 20683, + "name": "Kevin McGarvey", + "userid": 3199637, + "email": "kevinmcgarvey19@gmail.com", + }, + { + "row_num": 20687, + "name": "Jessica Webb", + "userid": 3221738, + "email": "helixtherapy@gmail.com", + }, + { + "row_num": 20688, + "name": "Angel Onley-Livingston", + "userid": 3221657, + "email": "thesoulhealingcoach@gmail.com", + }, + { + "row_num": 20690, + "name": "Richard Tscherne", + "userid": 3172592, + "email": "richardslwpk@optonline.net", + }, + { + "row_num": 20694, + "name": "Lori Ferreira", + "userid": 3225140, + "email": "loriferreiralmhc@gmail.com", + }, + { + "row_num": 20696, + "name": "Laura Eagle", + "userid": 3220956, + "email": "leagle64@yahoo.com", + }, + { + "row_num": 20697, + "name": "Lashica Charley", + "userid": 3195466, + "email": "charleylashica@gmail.com", + }, + { + "row_num": 20704, + "name": "Erika Rucker", + "userid": 3193275, + "email": "erika@reflectionnhp.com", + }, + { + "row_num": 20705, + "name": "Latara Anderson", + "userid": 3220715, + "email": "latarahunt@gmail.com", + }, + { + "row_num": 20707, + "name": "Ofori Asante", + "userid": 3209024, + "email": "innertouch1973@yahoo.com", + }, + { + "row_num": 20708, + "name": "Ann DePoole", + "userid": 3229462, + "email": "depooleann@outlook.com", + }, + { + "row_num": 20712, + "name": "Deborah Lee", + "userid": 3188865, + "email": "debbielynnlee.64@gmail.com", + }, + { + "row_num": 20726, + "name": "Christine Philion-Dufour", + "userid": 3180533, + "email": "cphiliondufour@yahoo.com", + }, + { + "row_num": 20728, + "name": "linda peoples", + "userid": 3195704, + "email": "lindacannonpeoples@gmail.com", + }, + { + "row_num": 20729, + "name": "Aimee Edwards-Hunter", + "userid": 3176641, + "email": "aehunterlcsw@outlook.com", + }, + { + "row_num": 20732, + "name": "Devin Mcleod", + "userid": 3185040, + "email": "devin.mcleod1986@gmail.com", + }, + { + "row_num": 20733, + "name": "Maiah Merino", + "userid": 3186455, + "email": "maiah.merino@gmail.com", + }, + { + "row_num": 20735, + "name": "Jin Hee Kim", + "userid": 3210525, + "email": "jhkim999@gmail.com", + }, + { + "row_num": 20738, + "name": "Shanon Thompson", + "userid": 3227058, + "email": "joysells007@gmail.com", + }, + { + "row_num": 20742, + "name": "Sonya Weber-Madison", + "userid": 3220445, + "email": "sunni_5469@yahoo.com", + }, + { + "row_num": 20745, + "name": "Gina Lisiecki", + "userid": 3201513, + "email": "ginalisiecki21@outlook.com", + }, + { + "row_num": 20748, + "name": "Anna Dotey", + "userid": 3192364, + "email": "dotey_anna@yahoo.com", + }, + { + "row_num": 20749, + "name": "Sheri Nichols-Woodward", + "userid": 3191838, + "email": "nicholswoodward@hotmail.com", + }, + { + "row_num": 20751, + "name": "Monika Cheang", + "userid": 3173138, + "email": "monikacheangcounseling@gmail.com", + }, + { + "row_num": 20753, + "name": "Robert Carter", + "userid": 3191070, + "email": "rcasper3@yahoo.com", + }, + { + "row_num": 20755, + "name": "Luis Luna", + "userid": 3222772, + "email": "kashdaroluna@gmail.com", + }, + { + "row_num": 20756, + "name": "Katherine Wirth", + "userid": 3212646, + "email": "katrohrer@gmail.com", + }, + { + "row_num": 20758, + "name": "Kristine Mitchell", + "userid": 3197562, + "email": "krisjimmy1@gmail.com", + }, + { + "row_num": 20759, + "name": "Jaryn Turnage", + "userid": 3218256, + "email": "j_turnage@chattlpc.com", + }, + { + "row_num": 20760, + "name": "Jude Patton", + "userid": 3207890, + "email": "judepatton@aol.com", + }, + { + "row_num": 20761, + "name": "Ashley Campbell", + "userid": 3221117, + "email": "aec.msw@gmail.com", + }, + { + "row_num": 20762, + "name": "Paula Cheney", + "userid": 3216819, + "email": "paulajcheney@gmail.com", + }, + { + "row_num": 20764, + "name": "Wendi Brodis", + "userid": 3184426, + "email": "wendibrodis@gmail.com", + }, + { + "row_num": 20765, + "name": "Jill Sexton", + "userid": 3172048, + "email": "jasexton23@yahoo.com", + }, + { + "row_num": 20766, + "name": "Melody Avants", + "userid": 3212281, + "email": "mavants66@gmail.com", + }, + { + "row_num": 20767, + "name": "Corrie Turpin", + "userid": 3205575, + "email": "corriemclark11@gmail.com", + }, + { + "row_num": 20768, + "name": "Andrew Harris", + "userid": 3229065, + "email": "andrew@cmhn.us", + }, + { + "row_num": 20769, + "name": "Percy Grantham", + "userid": 3209474, + "email": "percygrantham@hotmail.com", + }, + { + "row_num": 20771, + "name": "Linda Skaggs-Kimbrough", + "userid": 3231457, + "email": "linkim1210@gmail.com", + }, + { + "row_num": 20773, + "name": "Olivia Holiday", + "userid": 3184353, + "email": "olivia.r.holiday@gmail.com", + }, + { + "row_num": 20774, + "name": "Davina Borges", + "userid": 3228026, + "email": "davina.borges@atouchofhopetherapy.org", + }, + { + "row_num": 20785, + "name": "Sandra Sarro", + "userid": 3228546, + "email": "ssarro@optonline.net", + }, + { + "row_num": 20802, + "name": "Betsy Boyle", + "userid": 3160418, + "email": "betsyboyle30@gmail.com", + }, + { + "row_num": 20804, + "name": "Lisa Terry", + "userid": 3088793, + "email": "lisaalive39@gmail.com", + }, + { + "row_num": 20808, + "name": "Dan Baram", + "userid": 3104758, + "email": "dan.baram@gmail.com", + }, + { + "row_num": 20810, + "name": "Amy Freede", + "userid": 3195706, + "email": "amy.freede@gmail.com", + }, + { + "row_num": 20817, + "name": "Nakia Alford Sunday", + "userid": 3209767, + "email": "nc_alford@yahoo.com", + }, + { + "row_num": 20822, + "name": "Nicole Pierce", + "userid": 3189672, + "email": "piercehn@ymail.com", + }, + { + "row_num": 20824, + "name": "Elysee Njontu", + "userid": 3230091, + "email": "hbehavioralhealth@gmail.com", + }, + { + "row_num": 20825, + "name": "LeAnne Garland", + "userid": 3187566, + "email": "lgarland79@gmail.com", + }, + { + "row_num": 20827, + "name": "Heather Carlson", + "userid": 3176522, + "email": "carlson.heatheranne@gmail.com", + }, + { + "row_num": 20828, + "name": "Melissa Dye", + "userid": 3178940, + "email": "dyescounselingoasis@gmail.com", + }, + { + "row_num": 20833, + "name": "Christine Aust", + "userid": 3104152, + "email": "neurocogsolutions2021@gmail.com", + }, + { + "row_num": 20834, + "name": "Angelamaria Riedi", + "userid": 3209988, + "email": "annieriedi@hotmail.com", + }, + { + "row_num": 20843, + "name": "Rebecca DeVito", + "userid": 3150242, + "email": "rebecca.a.devito@gmail.com", + }, + { + "row_num": 20846, + "name": "Adam Bernstein", + "userid": 3180922, + "email": "ianadam21@comcast.net", + }, + { + "row_num": 20853, + "name": "Nichole Selvig", + "userid": 3193483, + "email": "nselvig97@live.com", + }, + { + "row_num": 20862, + "name": "Kristen Abbate", + "userid": 3195702, + "email": "kristenjoa@gmail.com", + }, + { + "row_num": 20863, + "name": "Joyce Stewart", + "userid": 3135924, + "email": "info@iamjoycestewart.com", + }, + { + "row_num": 20864, + "name": "Marcus Jones", + "userid": 3177248, + "email": "jones879@gmail.com", + }, + { + "row_num": 20865, + "name": "latisha torres", + "userid": 3212284, + "email": "latisha@gracefulgrowthwellness.com", + }, + { + "row_num": 20868, + "name": "Yuriana Uceta", + "userid": 3214025, + "email": "yeuceta@gmail.com", + }, + { + "row_num": 20869, + "name": "Alexsis Machado", + "userid": 3132779, + "email": "alexsisg11@gmail.com", + }, + { + "row_num": 20872, + "name": "Michelle Pettit", + "userid": 3178344, + "email": "michellerpettit@gmail.com", + }, + { + "row_num": 20873, + "name": "Brett Haggan", + "userid": 3157776, + "email": "bretthagganlmft@gmail.com", + }, + { + "row_num": 20875, + "name": "Adriana Rogachefsky", + "userid": 3221259, + "email": "adriana.eylise@me.com", + }, + { + "row_num": 20876, + "name": "Nicole Romano", + "userid": 3175109, + "email": "nicolem0921@gmail.com", + }, + { + "row_num": 20878, + "name": "SheNetra L Alexander", + "userid": 3171317, + "email": "alexa031@crimson.ua.edu", + }, + { + "row_num": 20884, + "name": "Robin Bayne", + "userid": 3214547, + "email": "robincmorgan@gmail.com", + }, + { + "row_num": 20887, + "name": "Alyssa Hewitson", + "userid": 3234786, + "email": "meeshka101@gmail.com", + }, + { + "row_num": 20891, + "name": "Denise Lyn-Bradley", + "userid": 3209057, + "email": "denisebradley12345@yahoo.com", + }, + { + "row_num": 20893, + "name": "Antonia Wollert", + "userid": 3177049, + "email": "antonia.wollert@gmail.com", + }, + { + "row_num": 20896, + "name": "Sean Gardner", + "userid": 3186494, + "email": "sdgardne@asu.edu", + }, + { + "row_num": 20899, + "name": "Thomas Osborn", + "userid": 3209990, + "email": "osbornt@protonmail.com", + }, + { + "row_num": 20930, + "name": "Julia Walker Sandoval", + "userid": 3180322, + "email": "juliasandoval1201@gmail.com", + }, + { + "row_num": 20935, + "name": "Jeffrie Wagner", + "userid": 3212862, + "email": "jeff8h@gmail.com", + }, + { + "row_num": 20963, + "name": "Lauren Oiye", + "userid": 3184334, + "email": "laurenoiye@thst.me", + }, + { + "row_num": 20964, + "name": "Alfy Jimenez", + "userid": 3213844, + "email": "njim106@verizon.net", + }, + { + "row_num": 20965, + "name": "Terri Graves", + "userid": 3172300, + "email": "teeme777@gmail.com", + }, + { + "row_num": 20968, + "name": "Rodney Nelson", + "userid": 3165631, + "email": "yumamft8637@gmail.com", + }, + { + "row_num": 20969, + "name": "Anslie Stark", + "userid": 3212812, + "email": "ansliestark@outlook.com", + }, + { + "row_num": 20970, + "name": "Michelle Alden", + "userid": 3208253, + "email": "michellealden22@gmail.com", + }, + { + "row_num": 20972, + "name": "Karyn Britt", + "userid": 3188715, + "email": "karynbritt1@gmail.com", + }, + { + "row_num": 20975, + "name": "Marihelena Noguera Mujica", + "userid": 3181922, + "email": "mn848@mynsu.nova.edu", + }, + { + "row_num": 20982, + "name": "Austa Murray", + "userid": 3172091, + "email": "austalee@aol.com", + }, + { + "row_num": 20986, + "name": "Frankie Rhodes", + "userid": 3207250, + "email": "frankierhodes@ymail.com", + }, + { + "row_num": 20990, + "name": "Sadie Miller-Daley", + "userid": 3204404, + "email": "sadie@sproutingrootsmhc.com", + }, + { + "row_num": 20991, + "name": "Alexis Crook", + "userid": 3091856, + "email": "ankeen02@louisville.edu", + }, + { + "row_num": 20997, + "name": "Tina Dominy", + "userid": 3203646, + "email": "tinamariedominy@gmail.com", + }, + { + "row_num": 20998, + "name": "Kyndal Auten", + "userid": 3208848, + "email": "kyndalauten@gmail.com", + }, + { + "row_num": 21002, + "name": "Marie Pierre Canel", + "userid": 3187353, + "email": "cwhymee@gmail.com", + }, + { + "row_num": 21003, + "name": "Diana Luu", + "userid": 3202855, + "email": "dianaluulpc@gmail.com", + }, + { + "row_num": 21006, + "name": "Nina Stemm", + "userid": 3164099, + "email": "ninasnatural@gmail.com", + }, + { + "row_num": 21008, + "name": "Chad Taylor", + "userid": 3180018, + "email": "chadbtay@gmail.com", + }, + { + "row_num": 21011, + "name": "Angela Tayson", + "userid": 3196798, + "email": "angelatayson@outlook.com", + }, + { + "row_num": 21013, + "name": "Emalee Hopkins", + "userid": 3201992, + "email": "emhopkins11@icloud.com", + }, + { + "row_num": 21015, + "name": "Stacy Hardwick", + "userid": 3195709, + "email": "hardwickgirls@yahoo.com", + }, + { + "row_num": 21017, + "name": "Shana Bloom", + "userid": 3172594, + "email": "sbloom.flowers@gmail.com", + }, + { + "row_num": 21023, + "name": "Richard Clark", + "userid": 3196983, + "email": "rickc310@yahoo.com", + }, + { + "row_num": 21041, + "name": "Onyịnye Alheri", + "userid": 3219312, + "email": "oalheri@pm.me", + }, + { + "row_num": 21045, + "name": "Robert Haynes", + "userid": 3182928, + "email": "bhaynes34@comcast.net", + }, + { + "row_num": 21052, + "name": "Gina Harvey", + "userid": 3214398, + "email": "ginaharvey903@gmail.com", + }, + { + "row_num": 21058, + "name": "Ummey Karim", + "userid": "", + "email": "ummey+fountain@northpass.com", + }, + { + "row_num": 21078, + "name": "Mcfranklin Ogbonna", + "userid": 3187995, + "email": "mcfranklinogbonna@yahoo.com", + }, + { + "row_num": 21105, + "name": "Correlia Johnson", + "userid": 3191763, + "email": "cjohnson@innertransformationpllc.com", + }, + { + "row_num": 21106, + "name": "Jessie Beaugard", + "userid": 3202523, + "email": "j.beaugard@gmail.com", + }, + { + "row_num": 21108, + "name": "Clervett Williams", + "userid": 3178485, + "email": "clarvett.williams@gmail.com", + }, + { + "row_num": 21109, + "name": "SHARON YOUNG", + "userid": 3196781, + "email": "sharonlyoungphd@gmail.com", + }, + { + "row_num": 21125, + "name": "Courtney Wood", + "userid": 3192440, + "email": "cwwbg@yahoo.com", + }, + { + "row_num": 21134, + "name": "Amber Barnett", + "userid": 3176014, + "email": "arblackwelder@gmail.com", + }, + { + "row_num": 21139, + "name": "Jerry Kuhn", + "userid": 3188394, + "email": "jerry@lemonbaymentalwellness.com", + }, + { + "row_num": 21140, + "name": "Cierra Batiste", + "userid": 3202770, + "email": "cierrab.ahmllc@gmail.com", + }, + { + "row_num": 21141, + "name": "Nawal Aboulhosn", + "userid": 3196985, + "email": "nawalnaboul@aol.com", + }, + { + "row_num": 21142, + "name": "Katie Easter", + "userid": 3175361, + "email": "keaster@ego.thechicagoschool.edu", + }, + { + "row_num": 21144, + "name": "Shayla Chase", + "userid": 3172105, + "email": "shaylachase@knights.ucf.edu", + }, + { + "row_num": 21148, + "name": "Keith Poche", + "userid": 3194457, + "email": "keithpochelcsw@gmail.com", + }, + { + "row_num": 21150, + "name": "Lakitria Limbrick", + "userid": 3187768, + "email": "ljohnson.hopelpc@gmail.com", + }, + { + "row_num": 21163, + "name": "Yvonne Emil Elizondo", + "userid": 3190330, + "email": "silvermooncounseling.info@gmail.com", + }, + { + "row_num": 21164, + "name": "Doris Gardner-Wilson", + "userid": 3198392, + "email": "dee@thecounselingservice.com", + }, + { + "row_num": 21179, + "name": "Jeff Knapp", + "userid": 3190692, + "email": "knapptherapy@gmail.com", + }, + { + "row_num": 21205, + "name": "Amy Campbell", + "userid": 3166442, + "email": "amycam82@yahoo.com", + }, + { + "row_num": 21206, + "name": "Lilla Jones", + "userid": 3105808, + "email": "joneslilla0@gmail.com", + }, + { + "row_num": 21209, + "name": "gina porter", + "userid": 3187351, + "email": "licswassociates@gmail.com", + }, + { + "row_num": 21210, + "name": "Charna Smith", + "userid": 3176175, + "email": "charna.l.smith@gmail.com", + }, + { + "row_num": 21229, + "name": "Priscilla McLemore", + "userid": 3174493, + "email": "reflecttohealcounseling@gmail.com", + }, + { + "row_num": 21238, + "name": "Mary Locklear Jones", + "userid": 3181816, + "email": "abnerlucias@yahoo.com", + }, + { + "row_num": 21239, + "name": "GARY ARFSTROM", + "userid": 3184737, + "email": "arfstromlpc@gmail.com", + }, + { + "row_num": 21244, + "name": "Anthony Penn", + "userid": 3180019, + "email": "antp70@gmail.com", + }, + { + "row_num": 21245, + "name": "sarah barakat", + "userid": 3147568, + "email": "sarahbrkt@gmail.com", + }, + { + "row_num": 21251, + "name": "Rebekah Philippart", + "userid": 3191599, + "email": "swrebekah@gmail.com", + }, + { + "row_num": 21253, + "name": "Anne Boutin-Gammon", + "userid": 3189622, + "email": "anne.boutin.gammon@gmail.com", + }, + { + "row_num": 21254, + "name": "Lisa McIntosh", + "userid": 3191747, + "email": "second.chancellc@yahoo.com", + }, + { + "row_num": 21255, + "name": "Laurie Sasso", + "userid": 3183389, + "email": "laurie.sasso@yahoo.com", + }, + { + "row_num": 21258, + "name": "Kelly DaytonBelle", + "userid": 3191580, + "email": "kellydaytonbelle@gmail.com", + }, + { + "row_num": 21259, + "name": "Cynthia Yzaguirre", + "userid": 3197866, + "email": "focusedhealing@yahoo.com", + }, + { + "row_num": 21264, + "name": "Mary Lynn Smith", + "userid": 3192861, + "email": "jonahsplacecounseling@gmail.com", + }, + { + "row_num": 21265, + "name": "David Kurfman", + "userid": 3193424, + "email": "davidckurfman@gmail.com", + }, + { + "row_num": 21270, + "name": "Angelo Covington", + "userid": 3179339, + "email": "amcovtime@gmail.com", + }, + { + "row_num": 21273, + "name": "Andrea Olson", + "userid": 3173611, + "email": "5334connections@gmail.com", + }, + { + "row_num": 21276, + "name": "Rob Heubel", + "userid": 3174186, + "email": "rhecu@yahoo.com", + }, + { + "row_num": 21277, + "name": "Adriana Franco", + "userid": 3182485, + "email": "apfranco1962@gmail.com", + }, + { + "row_num": 21278, + "name": "Grace Keyes", + "userid": 3175102, + "email": "tacitkeyes@gmail.com", + }, + { + "row_num": 21302, + "name": "Deena Velazquez Dong", + "userid": 3200853, + "email": "deenavelaz@gmail.com", + }, + { + "row_num": 21307, + "name": "Karen Haggard", + "userid": 3191859, + "email": "k.haggardlcsw@gmail.com", + }, + { + "row_num": 21315, + "name": "Chantell Scott", + "userid": 3191368, + "email": "cvinson77@hotmail.com", + }, + { + "row_num": 21329, + "name": "Matthew Semanision", + "userid": 3181889, + "email": "mattsemanision@gmail.com", + }, + { + "row_num": 21336, + "name": "Maksim Tsaryk", + "userid": 3191891, + "email": "max@maksimtsaryk.com", + }, + { + "row_num": 21337, + "name": "Lauren Hales", + "userid": 3185572, + "email": "itslaurie.hales@gmail.com", + }, + { + "row_num": 21343, + "name": "Ann Bogus", + "userid": 3181433, + "email": "annmariebogus@gmail.com", + }, + { + "row_num": 21344, + "name": "Rochelle Rheingans", + "userid": 3176131, + "email": "rochelle.rheingans@gmail.com", + }, + { + "row_num": 21347, + "name": "Alexandra Pajak", + "userid": 3185256, + "email": "alexandra.pajak@alum.agnesscott.edu", + }, + { + "row_num": 21349, + "name": "Victor Tuazon", + "userid": 3187614, + "email": "tuazonve@gmail.com", + }, + { + "row_num": 21364, + "name": "Jennifer Fisher", + "userid": 3149201, + "email": "prisma608@gmail.com", + }, + { + "row_num": 21381, + "name": "Trish Simmons", + "userid": 3124440, + "email": "trish1114msw@gmail.com", + }, + { + "row_num": 21386, + "name": "Stephen Honaker", + "userid": 3176946, + "email": "stephenhonaker@hotmail.com", + }, + { + "row_num": 21407, + "name": "Season DaSilva", + "userid": 3176520, + "email": "sdasilva@comcast.net", + }, + { + "row_num": 21409, + "name": "Fredda Jackson", + "userid": 3179503, + "email": "freddajackson2@gmail.com", + }, + { + "row_num": 21416, + "name": "Jennifer Jill Pariera", + "userid": 3173847, + "email": "j.jill.pariera@gmail.com", + }, + { + "row_num": 21426, + "name": "Tiffany Blake", + "userid": 3181863, + "email": "tgblake87@hotmail.com", + }, + { + "row_num": 21432, + "name": "Jesseca Holston", + "userid": 3175118, + "email": "jessecaholston@icloud.com", + }, + { + "row_num": 21434, + "name": "Nadine Roberts", + "userid": 3183747, + "email": "nroberts@innovativeconcepts26.com", + }, + { + "row_num": 21435, + "name": "Yiasha Smith", + "userid": 3154389, + "email": "yiashasmith@gmail.com", + }, + { + "row_num": 21450, + "name": "Julie Johnson", + "userid": 3163862, + "email": "johnsoncounselinggroup@gmail.com", + }, + { + "row_num": 21453, + "name": "Dora Cario", + "userid": 3172035, + "email": "cariodllc@gmail.com", + }, + { + "row_num": 21457, + "name": "Dianne Martin", + "userid": 3169744, + "email": "dmartinmd5670@gmail.com", + }, + { + "row_num": 21462, + "name": "Colleen Jeffus", + "userid": 3124916, + "email": "colleenjeffus@yahoo.com", + }, + { + "row_num": 21465, + "name": "Capus BARNETT", + "userid": 3180042, + "email": "capusbarnett@gmail.com", + }, + { + "row_num": 21471, + "name": "Tracey Yelen", + "userid": 3143132, + "email": "tyelen321@gmail.com", + }, + { + "row_num": 21483, + "name": "Cenora Akhidenor", + "userid": 3159737, + "email": "cenora777@gmail.com", + }, + { + "row_num": 21491, + "name": "Andra Coulter", + "userid": 3180021, + "email": "andratherapy@gmail.com", + }, + { + "row_num": 21495, + "name": "Arlette Bridges", + "userid": 3183625, + "email": "abridgeslmhc@gmail.com", + }, + { + "row_num": 21499, + "name": "Kristina Giger", + "userid": 3137618, + "email": "kgiger@wyoming.com", + }, + { + "row_num": 21500, + "name": "David Head", + "userid": 3182919, + "email": "david@reamtexas.com", + }, + { + "row_num": 21502, + "name": "Monte Kuykendall", + "userid": 3172298, + "email": "marriageandfamilyhelp2019@gmail.com", + }, + { + "row_num": 21504, + "name": "Andrew Robbins", + "userid": 3175563, + "email": "robbins.andrew@aol.com", + }, + { + "row_num": 21507, + "name": "Christina Webb", + "userid": 3172586, + "email": "cywebb@protonmail.com", + }, + { + "row_num": 21516, + "name": "Christine ONeill", + "userid": 3172673, + "email": "hereforyoutoday@yahoo.com", + }, + { + "row_num": 21517, + "name": "Thomas Ritter", + "userid": 3176255, + "email": "drtomr179@gmail.com", + }, + { + "row_num": 21520, + "name": "Uneeka Weathersby", + "userid": 3176809, + "email": "swuweather@protonmail.com", + }, + { + "row_num": 21523, + "name": "Melissa Gallup", + "userid": 3176278, + "email": "melgallup@hotmail.com", + }, + { + "row_num": 21525, + "name": "Melissa French", + "userid": 3165445, + "email": "mfrench.1@comcast.net", + }, + { + "row_num": 21536, + "name": "Elizabeth Burdick", + "userid": 3177242, + "email": "lburdicklpc@gmail.com", + }, + { + "row_num": 21538, + "name": "Brandi Hampshire", + "userid": 3179140, + "email": "bjhampshire06@gmail.com", + }, + { + "row_num": 21539, + "name": "David Spann", + "userid": 3180792, + "email": "drspann@sovereignjourney.org", + }, + { + "row_num": 21540, + "name": "Doug Lobo", + "userid": 3180118, + "email": "douglasslobo@sjrstate.edu", + }, + { + "row_num": 21541, + "name": "Amy Abbasov", + "userid": 3181559, + "email": "amyabbasov17@gmail.com", + }, + { + "row_num": 21543, + "name": "Joy McNeil", + "userid": 3173004, + "email": "drjoy@wellingplace.com", + }, + { + "row_num": 21545, + "name": "Michael Porterfield", + "userid": 3178935, + "email": "mikeporterfield89@gmail.com", + }, + { + "row_num": 21549, + "name": "Christen Moseley", + "userid": 3172889, + "email": "christen.moseley@gmail.com", + }, + { + "row_num": 21564, + "name": "Virgil Hayes", + "userid": 3172931, + "email": "bdcvirge@hotmail.com", + }, + { + "row_num": 21569, + "name": "Tiffany Ramm", + "userid": 3170144, + "email": "tiffany.ramm@gmail.com", + }, + { + "row_num": 21571, + "name": "Andrea Coulter", + "userid": 3167612, + "email": "realreachmentalhealth@gmail.com", + }, + { + "row_num": 21572, + "name": "Connie Anderson", + "userid": 3174412, + "email": "andersonconnie@hotmail.com", + }, + { + "row_num": 21573, + "name": "Mari Flatt", + "userid": 3176009, + "email": "mari_negaard21@hotmail.com", + }, + { + "row_num": 21575, + "name": "Sarah Lord", + "userid": 3174995, + "email": "slord623@gmail.com", + }, + { + "row_num": 21580, + "name": "Cody Morales", + "userid": 3168632, + "email": "codymoraleslcsw@gmail.com", + }, + { + "row_num": 21581, + "name": "Kathrin Foreman", + "userid": 3168221, + "email": "katieforeman626@gmail.com", + }, + { + "row_num": 21584, + "name": "Marlo Sell", + "userid": 3187718, + "email": "therapywithmarlo@gmail.com", + }, + { + "row_num": 21592, + "name": "Courtney Washington", + "userid": 3122222, + "email": "doctorcburke@gmail.com", + }, + { + "row_num": 21643, + "name": "Laura Nelson", + "userid": 3183218, + "email": "lnelson9@une.edu", + }, + { + "row_num": 21644, + "name": "India Witherington", + "userid": 3163007, + "email": "india.witherington@gmail.com", + }, + { + "row_num": 21682, + "name": "Jessica Steele", + "userid": 3084134, + "email": "jessicasteelenp@gmail.com", + }, + { + "row_num": 21714, + "name": "Yu-Mei Chen", + "userid": 3175273, + "email": "maychen60@comcast.net", + }, + { + "row_num": 21731, + "name": "Shannon Rowland", + "userid": 3161438, + "email": "inspiredbydeecounseling@gmail.com", + }, + { + "row_num": 21736, + "name": "Lora DeLapp", + "userid": 3115922, + "email": "delapplora@gmail.com", + }, + { + "row_num": 21750, + "name": "Anne Pugliese", + "userid": 3176527, + "email": "apugliese430@yahoo.com", + }, + { + "row_num": 21758, + "name": "Kevin Mcpherson", + "userid": 3169763, + "email": "shaggydoc@mac.com", + }, + { + "row_num": 21764, + "name": "Elizabeth Lynn", + "userid": 3140879, + "email": "elizabethdlynn@gmail.com", + }, + { + "row_num": 21765, + "name": "Krystal Kershaw", + "userid": 3177255, + "email": "k.kershaw@cox.net", + }, + { + "row_num": 21799, + "name": "Brittney Santillo", + "userid": 3164825, + "email": "brittneysantillo12@gmail.com", + }, + { + "row_num": 21806, + "name": "Gina Connolly", + "userid": 3161995, + "email": "ginaconnollynp@gmail.com", + }, + { + "row_num": 21811, + "name": "Tanya Kavicky-Mels", + "userid": 3135915, + "email": "kavickymelslmft@gmail.com", + }, + { + "row_num": 21834, + "name": "Anita Aasen", + "userid": 3163006, + "email": "aaasenlcswr@yahoo.com", + }, + { + "row_num": 21837, + "name": "Valerie Harris-Reamer", + "userid": 3151812, + "email": "valerie_reamer@msn.com", + }, + { + "row_num": 21855, + "name": "Aariom Stembridge", + "userid": 3172939, + "email": "aariomstembridge@yahoo.com", + }, + { + "row_num": 21867, + "name": "Kevin Hawk", + "userid": 3155044, + "email": "khawk75@gmail.com", + }, + { + "row_num": 21887, + "name": "Darren Eddy", + "userid": 3178376, + "email": "acaintulsa@gmail.com", + }, + { + "row_num": 21901, + "name": "Donna Bolinger", + "userid": 3129256, + "email": "donnabolinger269@gmail.com", + }, + { + "row_num": 21917, + "name": "William Wilson", + "userid": 3140478, + "email": "wdwilson@umich.edu", + }, + { + "row_num": 21925, + "name": "Travis Butner", + "userid": 3133473, + "email": "tsbutner@gmail.com", + }, + { + "row_num": 21927, + "name": "Jessica Bruno", + "userid": 3142017, + "email": "jb5816@nyu.edu", + }, + { + "row_num": 21933, + "name": "jalinia logan", + "userid": 3148153, + "email": "ms.jlpn@yahoo.com", + }, + { + "row_num": 21935, + "name": "Madison Wilson", + "userid": 3135918, + "email": "madilivers@yahoo.com", + }, + { + "row_num": 21936, + "name": "Lethea Pittman", + "userid": 3130023, + "email": "heiressburns@icloud.com", + }, + { + "row_num": 21937, + "name": "Heather Revill", + "userid": 3170351, + "email": "heatherrevill@gmail.com", + }, + { + "row_num": 21962, + "name": "Samantha Krevalin", + "userid": 3116590, + "email": "samanthakrevalin@gmail.com", + }, + { + "row_num": 21965, + "name": "Rhoda Phillips", + "userid": 3119311, + "email": "rhodacaregroup@gmail.com", + }, + { + "row_num": 21966, + "name": "Eric Harden", + "userid": 3105568, + "email": "ericjayh@icloud.com", + }, + { + "row_num": 21970, + "name": "Kristen Keene", + "userid": 3164890, + "email": "kristen@hoseacounselingservices.com", + }, + { + "row_num": 21992, + "name": "Alanna Newman", + "userid": 3119811, + "email": "aenewmanlmsw@gmail.com", + }, + { + "row_num": 22000, + "name": "Melinda Sponseller", + "userid": 3162008, + "email": "mindy.sponseller@gmail.com", + }, + { + "row_num": 22033, + "name": "Mical Lorenz", + "userid": 3124451, + "email": "mroby188@gmail.com", + }, + { + "row_num": 22039, + "name": "SARITA SCHAPIRO", + "userid": 3154649, + "email": "saritaschapiro@yahoo.com", + }, + { + "row_num": 22051, + "name": "STACI FARLEY", + "userid": 3147496, + "email": "stacifarleylpc@outlook.com", + }, + { + "row_num": 22052, + "name": "Olivia Pierre", + "userid": 3152838, + "email": "olivianp9@gmail.com", + }, + { + "row_num": 22071, + "name": "Amy Vredenburgh", + "userid": 3140504, + "email": "amyv@sbirch.org", + }, + { + "row_num": 22084, + "name": "Cody Harvey", + "userid": 3146736, + "email": "rainbowplainscounseling@gmail.com", + }, + { + "row_num": 22088, + "name": "Fountain Tester 3", + "userid": "", + "email": "amar+103@fountain.com", + }, + { + "row_num": 22093, + "name": "Robert Christal", + "userid": 3084413, + "email": "christalcounseling@gmail.com", + }, + { + "row_num": 22098, + "name": "Mitra Kermani", + "userid": 3143967, + "email": "mitranik1@aol.com", + }, + { + "row_num": 22113, + "name": "Jean Schult", + "userid": 3129686, + "email": "jeanschult@yahoo.com", + }, + { + "row_num": 22114, + "name": "Dina Sullivan", + "userid": 3085066, + "email": "dinaj89@gmail.com", + }, + { + "row_num": 22148, + "name": "Rafael Musseb-Gil", + "userid": 3113565, + "email": "rmussebgil@yahoo.com", + }, + { + "row_num": 22159, + "name": "Amanda Chenkin", + "userid": 3106633, + "email": "choicecareercounseling@gmail.com", + }, + { + "row_num": 22167, + "name": "Kathrine Frewin", + "userid": 3103134, + "email": "kfrewinlcsw@gmail.com", + }, + { + "row_num": 22169, + "name": "Sean Williamson", + "userid": 3101864, + "email": "sewills4@gmail.com", + }, + { + "row_num": 22170, + "name": "Michael Doria", + "userid": 3100823, + "email": "mdoria@neuropsychcps.com", + }, + { + "row_num": 22172, + "name": "Yslande Vilsaint", + "userid": 3099958, + "email": "yslandesalomon@gmail.com", + }, + { + "row_num": 22179, + "name": "Sharehan Ayesh", + "userid": 3096431, + "email": "sharehanayesh@hotmail.com", + }, + { + "row_num": 22180, + "name": "Cassandra Bell-Gash", + "userid": 3095261, + "email": "cbellgash@hotmail.com", + }, + { + "row_num": 22181, + "name": "Jill Kapil", + "userid": 3096898, + "email": "drjillkapil@gmail.com", + }, +]