Additional Schema Attributes
-
Existing PowerOn scripts on Jack Henry which are used to fetch users must not be modified. Doing so requires connector change to parse the response.
-
Schema Attribute names are prefixed by
User_
in the returned response. -
Add a new schema attribute to pull attribute from returned response.
For example, to fetch Location from the following response, add
User_Location
in the schema attribute:Copy{"users":[
{"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":[
1,0,1,1,0,0,1,0,0,0,0,0,0,1,1,1,1,1,1,1,....,0]
} ]
}
-
Update of additional schema attribute is not supported.
-
Additional schema attribute for Groups is not supported.