10/11/2023
05:13 PM
- last edited on
10/11/2023
10:59 PM
by
Sunil
I am trying to create account import json :
Here is my response:
10/11/2023 06:26 PM - edited 10/11/2023 06:26 PM
Check the correlation rule at the endpoint level.
If there is no correlation rule set, the account will not be linked.
Or
10/12/2023 06:14 AM
Co-relation rule is already setup in our environment.
10/12/2023 11:49 AM
@Karankumar : Changing below mapping and see if that works
"listField":"result.records[]",
to
"listField":"result.records",
10/16/2023 07:01 AM
yes that worked but am seeing issue in the below mapping which maps accounts and entitlements.
Can you help me with the mapping:
{
"result": {
"count": 1.0,
"records": [
{
"members": [
{
"display_name": "test test (TS57947)",
"user_name": "TST57947",
"email": "test.test1@<HOSTNAME>.com",
"id": "a09c00ec1b693380b309ea807e4bcbf3"
},
{
"display_name": "test test (TS49471)",
"user_name": "TST49471",
"email": "test.test2@<HOSTNAME>.com",
"id": "af7cc4ac1b693380b309ea807e4bcb4a"
},
{
"display_name": "test test (TS64496)",
"user_name": "TST64496",
"email": "test.test3@<HOSTNAME>.com",
"id": "dcbcccec1b693380b309ea807e4bcb2b"
}
],
"member_count": 3.0,
"id": "3b785b771b68f4500262a648624bcb86",
"name": " ProSurvtest Approvers",
"description": "",
"manager": {
"display_name": "test test (TS49471)",
"user_name": "TST49471",
"email": "test.test4@<HOSTNAME>.com"
}
}
}
10/16/2023 07:32 AM
@Karankumar : What is the JSON you have used for respective block?