{ "accountParams": { "connection": "userAuth", "processingType": "SequentialAndIterative", "statusAndThresholdConfig": { "accountThresholdValue": 200, "deleteLinks": true, "correlateInactiveAccounts": false, "inactivateAccountsNotInFile": false, "deleteAccEntForActiveAccounts": true }, "call": { "call1": { "callOrder": 0, "stageNumber": 0, "http": { "url": "https://url/scim2/Users", "httpHeaders": { "Authorization": "${access_token}" }, "httpContentType": "application/json", "httpMethod": "GET" }, "listField": "Resources", "keyField": "accountID", "colsToPropsMap": { "accountID": "id~#~char", "NAME": "userName~#~char", "customproperty1": "emails[0].value~#~char", "customproperty2": "name.giveName~#~char", "customproperty3": "id~#~char", "customproperty4": "name.familyName~#~char", "customproperty5": "meta.created~#~char", "customproperty6": "meta.location~#~char", "customproperty7": "meta.lastModified~#~char", "customproperty8": "meta.resourceType~#~char" }, "unsuccessResponses": { "statusCode": [ 400, 403, 401, 404, 409, 501, 500, null ] } } } }, "entitlementParams": { "connection": "userAuth", "processingType": "SequentialAndIterative", "entTypes": { "Groups": { "entTypeOrder": 0, "call": { "call1": { "connection": "userAuth", "callOrder": 0, "stageNumber": 0, "http": { "httpHeaders": { "Authorization": "${access_token}", "Accept": "application/json" }, "url": "https://url/scim2/Groups", "httpContentType": "application/json", "httpMethod": "GET" }, "listField": "Resources", "keyField": "entitlementID", "colsToPropsMap": { "entitlementID": "id~#~char", "entitlement_value": "displayName~#~char", "displayname": "displayName~#~char", "description": "displayName~#~char", "entitlement_glossary": "displayName~#~char", "customproperty1": "meta.created~#~char", "customproperty2": "meta.location~#~char", "customproperty3": "meta.lastmodified~#~char" } } } } } }, "acctEntParams": { "connection": "userAuth", "entTypes": { "Groups": { "call": { "call1": { "callOrder": 0, "stageNumber": 0, "processingType": "httpEntToAcct", "http": { "httpHeaders": { "Authorization": "${access_token}" }, "url": "https://url/scim2/Groups/${id}", "httpContentType": "application/json", "httpMethod": "GET" }, "listField": "members", "entKeyField": "entitlementID", "acctIdPath": "value", "acctKeyField": "accountID" } } } } } }