Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Issue with ImportAccountandEnt JSON to read a response

jag666
New Contributor
New Contributor

We are using REST connector to integrate one app and the response from Postman as below while importing accounts. This is in Array format and not in a proper json structure(I believe). Can anyone experienced this.

 

[
{
"id": "e6cf",
"name": "fame mara",
"email": "fame.mara@abc.com",
"departmentName": "UD",
"area": "",
"userPrincipal": "fame.mara@abc.com",
"isAdmin": true,
"isSuperUser": false,
"isReadOnly": false,
"roleId": "8c5e0",
"alternateRoleId": null,
"felStageId": null,
"role": null,
"alternateRole": null,
"felStage": null,
"felStages": [],
"operators": [],
"roleOrder": 0
},
{
"id": "a926ca4",
"name": "man.ta",
"email": "man.ta@abc.com",
"departmentName": null,
"area": "",
"userPrincipal": "man.ta@abc.com",
"isAdmin": true,
"isSuperUser": false,
"isReadOnly": false,
"roleId": "f0ff",
"alternateRoleId": null,
"felStageId": null,
"role": null,
"alternateRole": null,
"felStage": null,
"felStages": [],
"operators": [],
"roleOrder": 0
}

]

1 REPLY 1

SB
Saviynt Employee
Saviynt Employee

Can you confirm if the job is failing or are the accounts not getting imported even though the job is successfully run. Also update ConfigJSON param in the REST connection with value {"showLogs":true} to print additional logs.

Please also share the Import JSON you are using.

 


Regards,
Sahil