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

Application Integration with Saviynt

SatyakamRay
New Contributor II
New Contributor II

We are trying to integrate Application “OMS” with Saviynt. For on-boarding the application, we have created a Connection in which we have provided all the required information and JSONs. For CreateAccountJSON we are facing issue i.e. when we are trying to create an account providing all the required parameters through postman, we are able to create the account as mentioned in the below Snapshots but when we are trying to create an account in Saviynt we are unable to do so as Saviynt is throwing an error also mentioned in the below Snapshots.

Snapshots:-

  1. Postman Snapshot

SatyakamRay_0-1709609801217.png2.Saviynt Response regarding CreateAccountJSON

SatyakamRay_2-1709610457207.png

JSONs:-
1.Create Account JSON:-
{
"accountIdPath": "accountName",
"call": [
{
"name": "call1",
"connection": "acctAuth",
"url": ABC,
"httpMethod": "POST",
"httpParams": "{DEF}",
"httpHeaders": {
"Authorization": "${access_token}"
},
"httpContentType": "application/json",
"successResponses": {
"statusCode": [
200,
201
]
}
}
]
}


2.ADD Access JSON:-
{
"call": [
{
"name": "call1",
"connection": "acctAuth",
"url": ABC,
"httpMethod": "POST",
"httpParams": "{DEF}",
"httpHeaders": {
"Authorization": "${access_token}"
},
"httpContentType": "application/json",
"successResponses": {
"statusCode": [200,201]
}
}
]
}

[This message has been edited to mask sensitive info an image]

3 REPLIES 3

adarshk
Saviynt Employee
Saviynt Employee

Hi,

Can you share the error line from logs? make sure sensitive information is masked. 

Also, validate if the right status code is passed while creation. 

SatyakamRay
New Contributor II
New Contributor II

Hi Adarsh,

The issue has been resolved by our team. Thank you so much for the help you offered, really appreciate that.

Dave
Community Manager
Community Manager

@SatyakamRay 

To help others who may have a similar problem, what was the solution that your team provided?