userInfoList Import JSON { "accountParams": { "connection": "userAuth", "createUsers": true, "adminName": "admin", "processingType": "SequentialAndIterative", "statusAndThresholdConfig": { "deleteLinks": false, "accountThresholdValue": 1000, "correlateInactiveAccounts": false, "inactivateAccountsNotInFile": false, "deleteAccEntForActiveAccounts": true }, "call": { "call1": { "callOrder": 0, "stageNumber": 0, "http": { "url": "_ _ _", "httpHeaders": { "Authorization": "${access_token}" }, "httpContentType": "application/x-www-form-urlencoded", "httpMethod": "GET" }, "listField": "users", "keyField": "accountID", "colsToPropsMap": { "accountID": "$userInfoList.accountID}~#~char", "username": "${userInfoList.name}~#~char", "customproperty1": "${userInfoList.emailId}~#~char", "customproperty2": "${userInfoList.FirstName}~#~char", "customproperty3": "${userInfoList.LastName}~#~char", "customproperty4": "${userInfoList.company}~#~char", "customproperty5": "${userInfoList.timezone}~#~char", "customproperty6": "${userInfoList.lastLogin}~#~char", "customproperty7": "${userInfoList.status}~#~char", "customproperty8": "${userInfoList.accountId}~#~char", "customproperty9": "${userInfoList.id}~#~char" }, "disableDeletedAccounts": true } } }, "entitlementParams":{ "connection":"userAuth", "processingType":"SequentialAndIterative", "entTypes":{ "groups":{ "entTypeOrder":0, "call":{ "call1":{ "callOrder":0, "stageNumber": 0, "http":{ "url":"_ _ _", "httpHeaders":{ "content-Type": "application/json", "Accept": "application/json", "Authorization": "${access_token}" }, "httpContentType":"application/json", "httpMethod":"GET" }, "listField":"", "keyField":"entitlementID", "colsToPropsMap":{ "entitlementID":"${groupInfoList.groupId}~#~char", "entitlement_value":"${groupInfoList.groupName}~#~char", "customproperty1":"${groupInfoList.groupId}~#~char", "customproperty2":"${groupInfoList.createdDate}~#~char", "displayname":"${groupInfoList.groupName}~#~char" }, "disableDeletedEntitlements": true } } } } }, "acctEntParams": { "entTypes": { "Roles": { "call": { "call1": { "processingType": "http", "connection": "userAuth", "http": { "url": "_ _ _", "httpContentType": "application/json", "httpMethod": "GET", "httpHeaders": { "Authorization": "${access_token}" } }, "listField": "value", "acctKeyField": "accountID", "entKeyField": "entitlementID", "acctIdPath": "UserId", "entIdPath": "SecurityRoleIdentifier" } } } } } }