{ "accountParams": { "connection": "acctAuth", "createUsers": false, "processingType": "SequentialAndIterative", "statusAndThresholdConfig": { "statusColumn": "customproperty10", "activeStatus": ["true", "active", "1", true], "deleteLinks": true, "accountThresholdValue": 300000, "correlateInactiveAccounts": true, "inactivateAccountsNotInFile": false, "deleteAccEntForActiveAccounts": true }, "includeExistingInActiveAccounts": true, "call": { "call1": { "callOrder": 0, "stageNumber": 0, "http": { "url": "https://usermanagement.adobe.io/v2/usermanagement/users//0", "httpHeaders": { "Authorization": "${access_token}", "Accept": "application/json", "x-api-key": "" }, "httpMethod": "GET" }, "listField": "users", "keyField": "accountID", "colsToPropsMap": { "accountID": "id~#~char", "name": "username~#~char", "displayName": "email~#~char", "customproperty1": "domain~#~char", "customproperty2": "firstname~#~char", "customproperty3": "lastname~#~char", "customproperty4": "country~#~char", "customproperty5": "type~#~char", "customproperty10": "status~#~char", "customproperty31": "STORE#ACC#ENT#MAPPINGINFO~#~char" }, "pagination": { "nextUrl": { "nextUrlPath": "${response?.completeResponseMap?.lastPage==false? 'https://usermanagement.adobe.io/v2/usermanagement/users//'+Math.incrementExact(Integer.parseInt(headers.get('X-Current-Page'))):null}" } } } }, "entitlementParams": { "connection": "acctAuth", "processingType": "SequentialAndIterative", "entTypes": { "Roles": { "entTypeOrder": 0, "entTypeLabels": {}, "call": { "call1": { "callOrder": 0, "stageNumber": 0, "http": { "url": "https://usermanagement.adobe.io/v2/usermanagement/groups//0", "httpHeaders": { "Authorization": "${access_token}", "Accept": "application/json", "x-api-key": "" }, "httpMethod": "GET" }, "listField": "groups", "keyField": "entitlementID", "colsToPropsMap": { "entitlementID": "groupId~#~char", "entitlement_value": "groupName~#~char", "customproperty1": "type~#~char", "customproperty2": "memberCount~#~char", "customproperty3": "productName~#~char", "description": "adminGroupName~#~char" }, "disableDeletedEntitlements": true } } } } }, "acctEntParams": { "connection": "acctAuth", "entTypes": { "Roles": { "call": { "call1": { "callOrder": 0, "stageNumber": 0, "processingType": "httpEntToAcct", "http": { "httpHeaders": { "Authorization": "${access_token}", "Accept": "application/json", "x-api-key": "" }, "url": "https://usermanagement.adobe.io/v2/usermanagement/users//0/${id}", "httpMethod": "GET" }, "listField": "users", "entKeyField": "entitlementID", "acctIdPath": "id", "acctKeyField": "accountID" } } } } } } }