01-24-2023 10:36 PM
i am trying to integrate the new app using REST connector.
I got 1 issue for importing account from app.
there are 2 arrays in the response.
here is the response sample for importaccountjson.
{ so the result of the import is the following : I hope to import an account one by one, not all accounts as above. is there a way to fix it?
i shared several accountimportjson I used. I could not see what I expected
|
01-25-2023 04:51 AM
Does firstname is unique?
01-25-2023 04:54 PM
Yes it is unique. There are few users in app due to test tenant. I think it is not unique issue.
All firstnames were combined an account name in saviynt now,
And Other attributes like username and email are too long to combine an account name saviynt. It looks like there is a length limitation.
01-25-2023 12:54 PM
Have you tried to set the listField as "users[0]" and then map the attributes as you did in first place ?
01-25-2023 05:12 PM
yes i have tried, btw it did not work.
"keyField": "name",
"listField": "users[0]",
"statusConfig": {
"active": "true"
},
"colsToPropsMap": {
"name": "firstName~#~char",
"status": "verified~#~char",
"customproperty1": "firstName~#~char",
"customproperty4": "verified~#~char"
}
01-29-2023 08:16 PM
is there any idea? please help me
01-29-2023 08:23 PM
keyField": "name",
"listField": "",
"statusConfig": {
"active": "true"
},
"colsToPropsMap": {
"name": "firstName~#~char",
"status": "verified~#~char",
"customproperty1": "firstName~#~char",
"customproperty4": "verified~#~char"
01-29-2023 08:31 PM
in this case, the response is null.