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

sk
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

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"
    }
}

saipraveengv
New Contributor III
New Contributor III

Same error, Account name is null