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

AcctEnt Mapping URL

jezzanuena
Regular Contributor II
Regular Contributor II

Hi Everyone! We're working on Account-Entitlement mapping however the case is quite different. The URL that we have contains the account ID (Red) and the entitlement ID (yellow😞

jezzanuena_0-1730882900446.png

We are using the below JSON however, nothing is happening, please help may be I am missing something in the JSON:

 

  "acctEntParams": {
      "connection": "acctAuth",
      "entTypes": {
          "Roles": {
              "call": {
                  "call1": {
                      "callOrder": 0,
                      "stageNumber": 0,
                      "processingType": "httpEntToAcct",
                      "http": {
                          "httpHeaders": {
                              "Authorization": "${access_token}"
                          },
                          "url": "https://abc.api.netsuite.com/services/rest/record/v1/employee/${account.accountID}/roles/${id}",
                          "httpContentType": "application/json",
                          "httpMethod": "GET"
                      },
                      "listField": "selectedRole",
                      "entIdpath": "id",
                      "entKeyField": "entitlementID",
                      "acctKeyField": "accountID"
                  }
              }
          }
      }
  }
3 REPLIES 3

NM
Esteemed Contributor
Esteemed Contributor

@jezzanuena you can pass both entitlement value and account id, do you have a seperate API call which gives all details of account and groups by only passing one value?


If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'

jezzanuena
Regular Contributor II
Regular Contributor II

I can pass accountID to get the account details but no entitlement, Same with entitlement, but to get the entitlement details added to the account, I need to pass the entitlementID and accountID

NM
Esteemed Contributor
Esteemed Contributor

@jezzanuena Don't think it is supported.


If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'