{ "accountParams": { "connection": "acctAuth", "includeExistingInActiveAccounts": true, "processingType": "SequentialAndIterative", "call": { "call1": { "callOrder": 0, "stageNumber": 0, "http": { "url": "https:///api/v1/scim/Users", "httpHeaders": { "Authorization": "${access_token}" }, "httpContentType": "application/json", "httpMethod": "GET" }, "listField": "Resources", "keyField": "accountID", "colsToPropsMap": { "accountID": "Id~#~char", "name": "UserName~#~char", "status": "active~#~bool", "displayName": "UserName~#~char", "customproperty1": "name.givenName~#~char", "customproperty2": "name.familyName~#~char", "customproperty4": "IsActive~#~char", "customproperty5": "email~#~char", "customproperty6": "title~#~char", "customproperty7": "externalId~#~char", "customproperty31": "STORE#ACC#ENT#MAPPINGINFO~#~char" } } }, "acctEntMappings": { "Roles": { "listPath": "roles.value", "idPath": "", "keyField": "entitlementID" } } }, "entitlementParams": { "connection": "acctAuth", "processingType": "SequentialAndIterative", "entTypes": { "Roles": { "call": { "call1": { "connection": "acctAuth", "callOrder": 0, "stageNumber": 0, "http": { "url": "https:///api/v1/roles", "httpMethod": "GET", "httpContentType": "application/json", "httpHeaders": { "Authorization": "${access_token}" } }, "listField": "roles", "keyField": "entitlementID", "colsToPropsMap": { "entitlementID": "id~#~char", "entitlement_value": "Name~#~char", "displayname": "DisplayName~#~char" }, "disableDeletedEntitlements": true } } } } }, "acctEntParams": { "processingType": "acctToEntMapping" } }