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

Accounts are not importing into Saviynt using Import Account Json

pradeepv
New Contributor III
New Contributor III

Hi,

I need to import Only Accounts into Saviynt.

PFA for the 

1. JSON
2.Postman Response
3.ERROR

Your response is highly appreciated!

[This message has been edited by moderator mask sensitive information]

7 REPLIES 7

rushikeshvartak
All-Star
All-Star
  • Does account are pulled ?
  • Share detailed logs

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

pradeepv
New Contributor III
New Contributor III

Thanks for the prompt response @rushikeshvartak 

In response getting all the accounts info.

PFA. 

Thanks


  • Does account are pulled ? and created in saviynt ?

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

pradeepv
New Contributor III
New Contributor III

Accounts which need to be created getting in the web service call response. Please see in the attached logs

Accounts are not created in Saviynt

{
   "accountParams":{
      "connection":"userAuth",
      "processingType":"SequentialAndIterative",
      "statusAndThresholdConfig":{
         "accountThresholdValue":500
      },
      "call":{
         "call1":{
            "callOrder":0,
            "stageNumber":0,
            "http":{
               "url":"https://app.com/user-management/scim/v2/Users",
               "httpContentType":"application/json",
               "httpMethod":"GET",
               "httpHeaders":{
                  "Authorization":"${access_token}",
                  "Accept":"application/json"
               }
            },
            "listField":"Resources",
            "keyField":"accountID",
            "colsToPropsMap":{
               "CUSTOMPROPERTY1":"name.givenName~#~char",
               "CUSTOMPROPERTY2":"name.familyName~#~char",
               "name":"userName~#~char",
               "accountID":"email~#~char",
               "customproperty31":"STORE#ACC#ENT#MAPPINGINFO~#~char"
            }
         }
      }
   },  "entitlementParams": {},
  "acctEntParams": {}
}

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

pradeepv
New Contributor III
New Contributor III

Thanks, will validate and update the results

pradeepv
New Contributor III
New Contributor III

Hi @rushikeshvartak 
Thanks a lot.  

Above JSON is working fine.  I need to apply Pagination.

Could you please help with that. thanks