02/06/2023 05:35 AM
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:
02/06/2023 06:32 AM
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?
02/06/2023 07:42 AM
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
02/06/2023 05:45 PM
{
"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"
}
}
02/07/2023 02:01 AM
Same error, Account name is null