Import AcctEnt JSON : { "accountParams": { "connection": "userAuth", "createUsers": true, "adminName": "admin", "processingType": "SequentialAndIterative", "statusAndThresholdConfig": { "deleteLinks": false, "accountThresholdValue": 30, "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": "id~#~char", "name": "id~#~char" }, "disableDeletedAccounts": true }, "call2": { "callOrder": 1, "stageNumber": 3, "http": { "url": "_ _ _", "httpHeaders": { "Authorization": "${access_token}" }, "httpContentType": "application/x-www-form-urlencoded", "httpMethod": "GET" }, "inputParams": { "dependentCall": true }, "listField": "", "keyField": "accountID", "nextApiKeyField": "accountID", "colsToPropsMap": { "accountID": "id~#~char", "name": "username~#~char", "customproperty1": "emailId~#~char", "customproperty2": "lastName~#~char", "customproperty3": "company~#~char", "customproperty4": "timezone~#~char", "customproperty5": "defaultEndpoint~#~char", "customproperty6": "lastLogin~#~char" } } } }, "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" } } } } } }