Connection JSON { "authentications":{ "acctAuth":{ "authType":"Basic", "httpHeaders":{ "Accept":"application/json" }, "authError":[ "InvalidAuthenticationToken", "AuthenticationFailed", "Authentication_MissingOrMalformed", "Authentication_ExpiredToken" ], "properties":{ "userName":"xxxxxx", "password":"xxxxxxxx" }, "url":"url", "httpMethod":"POST", "httpContentType":"application/json", "errorPath":"error.code", "maxRefreshTryCount":5, "tokenType":"Basic", "accessToken":"Basic xxxxxxxx", "retryFailureStatusCode":[ 403, 401, 500 ] } } } -------------------------------------------------------------------------------------------------------- IMPORTACCTENTJSON { "accountParams": { "connection": "acctAuth", "processingType": "SequentialAndIterative", "call": { "call1": { "callOrder": 0, "stageNumber": 0, "http": { "url": "url", "httpHeaders": { "Authorization": "${access_token}", "accessToken": "xxxxxxxx" }, "httpContentType": "application/json", "httpMethod": "POST" }, "listField": "data", "keyField": "accountID", "statusConfig": { "active": "true", "inactive": "false" }, "colsToPropsMap": { "accountID": "username~#~char", "name": "username~#~char", "displayName": "pin_number~#~char", "customproperty1": "id~#~char", "customproperty2": "email~#~char", "customproperty3": "first_name~#~char", "customproperty4": "last_name~#~char", "customproperty5": "timezone~#~char", "status": "active~#~char", "customproperty6": "role~#~char", "customproperty7": "location~#~char", "customproperty8": "type~#~char", "customproperty9": "auto_assign~#~char", "customproperty10": "departments~#~char", "customproperty11": "status~#~char", "customproperty12": "groups~#~char" } } }, "entitlementParams": { "connection": "acctAuth", "processingType": "SequentialAndIterative", "entTypes": { "Role": { "entTypeOrder": 1, "call": { "call1": { "callOrder": 0, "stageNumber": 0, "http": { "url": "url", "httpHeaders": { "Authorization": "${access_token}", "accessToken": "xxxxxxxx" }, "httpContentType": "application/json", "httpMethod": "GET" }, "listField": "data.groups", "keyField": "entitlementID", "colsToPropsMap": { "entitlementID": "groups~#~char", "entitlement_value": "groups~#~char" } } } } } }, "acctEntParams": { "entTypes": { "Role": { "entKeyField": "entitlementID", "acctKeyField": "accountID", "call": { "call1": { "processingType": "http", "connection": "acctAuth", "callOrder": 0, "stageNumber": 0, "http": { "httpHeaders": { "Authorization": "${access_token}", "accessToken": "xxxxxxxxx" }, "url": "url", "httpContentType": "application/json", "httpMethod": "GET" }, "listField": "data.groups", "acctIdPath": "username", "entIdPath": "groups", "colsToPropsMap": { "uuid": "sys_id~#~char" } } } } } } } } -----------------------------------------