Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/06/2024 02:38 PM
I am looking for an option to map group owners directly from REST api call. I am using acctEntParams field in entitlmentparams of importaccountentjson.
Below response of the REST API. In the json response ListOwner attribute shows the owner of that group . Currently I have populated the account username value in customproperty2 of that owner in saviynt.
"acctEntParams": {
"entTypes": {
"Groups": {
"call": {
"call1": {
"processingType": "httpEntToAcct",
"connection": "acctAuth",
"callOrder": 0,
"stageNumber": 1,
"http": {
"httpHeaders": {
"Authorization": "${access_token}"
},
"url": http://XXXXXXXXXXX/names.nsf/api/data/documents/unid/${id},
"httpContentType": "application/x-www-form-urlencoded",
"httpMethod": "GET"
},
"listField": "Members",
"acctKeyField": "customproperty2",
"entKeyField": "entitlementID",
"ownerIdPath": "ListOwner",
"ownerKeyField": "customproperty2"
}
}
}
}
},
"entMappingParams": {
"processingType": "SequentialAndIterative",
"entTypes": {
"Groups": {
"ent1KeyField": "entitlementID",
"call": {
"call1": {
"connection": "acctAuth",
"callOrder": 0,
"stageNumber": 0,
"http": {
"httpHeaders": {
"Authorization": "${access_token}"
},
"url": http://XXXXXXXXXXX/names.nsf/api/data/documents/unid/${id},
"httpContentType": "application/x-www-form-urlencoded",
"httpMethod": "GET"
},
"listField": "",
"ent1IdPath": "ListName",
"ent2IdPath": "Members[]",
"ent2KeyField": "entitlementID",
"targetEntType": "Groups",
"mappingTypes": [
"ENT2"
]
}
}
}
}
}
we are able to map the accounts to Entitlement but still facing the issue to map the nested Entitlements and Entitlement Owner.
08/06/2024 08:43 PM
08/12/2024 06:55 AM
How to map the nested groups as shown in above postman output?
08/12/2024 06:59 AM
Refer above post and prepare draft json.
08/12/2024 07:34 AM
Above example is for Entitlement Owner and but I am looking for nested Entitlements Examples as per shown in Postman output.
Entitlement detail rest api show the Accounts map to that Entitlement and nested groups.
Nested Group Output in Postman using EntAcc Rest APi.
Nested Group JSON-
08/12/2024 09:24 AM
Share logs with above configuration and share JSON in text format
10/23/2024 11:50 AM
Was this resolved? I am also having same issue and would like to know if you're able to fix this