Click HERE to see how Saviynt Intelligence is transforming the industry. |
10/10/2024 12:17 AM - edited 10/10/2024 06:04 AM
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]
Solved! Go to Solution.
10/10/2024 05:50 AM
10/10/2024 06:59 AM - last edited on 10/10/2024 08:29 AM by Sunil
Thanks for the prompt response @rushikeshvartak
In response getting all the accounts info.
PFA.
Thanks
10/10/2024 07:45 AM
10/10/2024 07:54 AM
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
10/10/2024 09:27 AM
{
"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": {}
}
10/10/2024 09:45 AM
Thanks, will validate and update the results
10/14/2024 06:54 AM
Hi @rushikeshvartak
Thanks a lot.
Above JSON is working fine. I need to apply Pagination.
Could you please help with that. thanks