Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

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 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

npise
New Contributor III
New Contributor III

 Here you go

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


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

npise
New Contributor III
New Contributor III

Yes data is in array.

Array won’t work


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

npise
New Contributor III
New Contributor III

yes. its valid json