Click the "Load data" button to get the Facilitator Data, then the "Show Facilitators" button to display all current Facilitators with Accounts in NeonCRM.
After the Facilitator Account data is displayed, click the "Download CSV" button to download the displayed Facilitator Account data as a CSV file (IACfacilitatorsMMDDYYYY.csv)

The list will display their NeonCRM Account ID, Facilitator Type, First Name, Last Name, Email 1, and VPIA Verification Status.

The JavaScript access to each NeonCRM Facilitator Account field is like this:
var row = obj[i]["Account ID"] + "|" + obj[i]["Facilitator Type"] + "|" + obj[i]["First Name"] + "|" + obj[i]["Last Name"] + "|" + obj[i]["Email 1"] + "|" + obj[i]["Verification Status"]
(where i is the Account counter from 0 to total number of Facilitators - 1.
Also note that there's a 6 - 10 second delay for a change on NeonCRM to show up here.

Click the button to download the CSV file