Prerequisites
-
Jack Henry communicates with the Episys database through SymXchange, hence SymXchange instance must be configured on the Episys host.
-
Required ports for the SymXchange webservices communication must be opened at firewall.
-
To fetch users, the connector would invoke powerON script which is deployed and present on the Episys Quest Console (Episys system). Default script is provided that would return all the users on the Episys data based in JSON format. The powerON script needs to be downloaded from here and must be installed on Episys Quest Console. Refer to Episys documentation to know about installation of powerON script.
Following is an example of the script response:
{
"users":[
{
"Number":"0000",
"ActiveMode":"0",
"Name":"DEFAULT TELLER",
"JobTitle":"",
"Type":"0",
"Email":"",
"Location":"",
"RecordChangeDate":"04/24/10",
"PrivilegeGroup":[0,0,0,0........,0]
},
{
"Number":"0001",
"ActiveMode":"0",
"Name":"VAULT",
"JobTitle":"TEST_ADMIIN_DEMO",
"Type":"0",
"Email":"Test_email_update_demo@sp.com",
"Location":"PUNE",
"RecordChangeDate":"04/24/10",
"PrivilegeGroup":[0,0,0,0........,0]
}
]
}
Supported Objects
Following are the supported objects:
-
Users
-
Privilege Group