Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Import Account JSON is not working.

saipraveengv
New Contributor III
New Contributor III

HI ,

 

I have configured import account json and there are not entitltments for the application. From the logs i can see the accounts are seen in the log but accounts are not getting associated with the endpoint. 

Is there anything that i am missing in the json. Can some one correct me what i am missing 

Import account JSON is attached and response from Postman is also added

Curl response:

curl --location --request GET 'https://vault.zoho.in/api/rest/json/v1/user' \
--header 'Authorization: Zoho-oauthtoken 1000.xxxxx' \
 
 

 

4 REPLIES 4

Saathvik
All-Star
All-Star

Are you saying you can see accounts in Saviynt but not associated with any endpoint or you are not seeing accounts in saviynt but in logs you can see they are getting pulled?


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.

saipraveengv
New Contributor III
New Contributor III

I can the accounts in logs but they getting associated to end points. Account Name is null is the error, where as the accountname is available for all the accounts shown in the logs

{
"accountParams": {
"processingType":"SequentialAndIterative",
"connection": "acctAuth",
"call": {
"call1": {
"http": {
"url": "https://vault.zoho.in/api/rest/json/v1/user",
"httpContentType": "application/json",
"httpMethod": "GET",
"httpHeaders": {
        "Authorization": "Zoho-oauthtoken ${access_token}",
        "Accept": "application/json"
      }
},
"listField": "",
"keyField": "accountID",
"colsToPropsMap": {
"accountID": "unique-id~#~char",
"name": "unique-id~#~char",
"displayName": "username~#~char",
"customproperty1": "email~#~char",
"customproperty2": "user_role~#~char",
"customproperty4": "user_auto_id~#~char",

"customproperty3":"enabled~#~char"
}}}
},
    "acctEntParams": {
        "processingType": "acctMapping"
    }
}

Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

saipraveengv
New Contributor III
New Contributor III

Same error, Account name is null