REST- Account Import job success, but no accounts are imported from target

npise
New Contributor III
New Contributor III

I am unable to see accounts for REST connector..

this is my importAccountEntJSON

{
"accountParams": {
"connection": "acctAuth",
"processingType": "SequentialAndIterative",
"statusAndThresholdConfig": {
"statusColumn": "customproperty26",
"activeStatus": [
"true"
],
"deleteLinks": true,
"accountThresholdValue": 10,
"correlateInactiveAccounts": false,
"inactivateAccountsNotInFile": true,
"deleteAccEntForActiveAccounts": true
},
"call": {
"call1": {
"callOrder": 0,
"stageNumber": 0,
"http": {
"url": "https://api5.fastpathassure.com/api/core/users",
"httpHeaders": {
"Authorization": "${access_token}",
"TenantId": "2b3cadfc-e017-4274-92f8-XXXXXX"
},
"httpMethod": "GET",
"httpContentType": "application/x-www-form-urlencoded"
},
"listField": "",
"keyField": "accountID",
"statusConfig": {
"active": "true",
"inactive": "false"
},
"colsToPropsMap": {
"accountID": "UserID~#~char",
"name": "Email~#~char",
"customproperty1": "UserLogonName~#~char",
"customproperty26": "Active~#~char",
"customproperty25": "UserID~#~char"
}
}
}
}
}

ran the following job:

Application Data import(Single Threaded)

full import and import type as Accounts

job completion status is success

Endpoint works using postman

6 REPLIES 6

rushikeshvartak
All-Star
All-Star

Share postman screenshot 

npise
New Contributor III
New Contributor III

 Here you go

Data looks like in array. It should be json format can you confirm 

npise
New Contributor III
New Contributor III

Yes data is in array.

Array won’t work

npise
New Contributor III
New Contributor III

yes. its valid json