Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

Forum Posts

Resolved! Create Account JSON throwing error

Hi, We are doing an Azure AD integration with Saviynt and this is the JSON we are using for Create Account. It throws the following error while trying to create an account. Request for some help to resolve this.{"headers":null,"message":{"html":{"hea...

SinchanaC by New Contributor
  • 351 Views
  • 3 replies
  • 0 kudos

Multiple Rest API calls

Have similar requirement as: https://forums.saviynt.com/t5/identity-governance/multiple-rest-api-calls-in-rest-connectionjson/td-p/68403 Where 1st call to the API gateway and 2nd call to the actual API. In 2nd call need to pass the access_token from ...

how to get token from headers

Hi Team, In create ticket json am getting an error "unable creation access token" because I have rest connection with token in response headers. I have followed the rest connector doc and tried the below format but am getting an error "unable creatio...

09 by New Contributor III
  • 586 Views
  • 8 replies
  • 0 kudos

Required correct JSON format

Hi,We have a requirement that AD userprincipalname need to be update with @XYZ.com ( saviynt's email attribute needs to map with AD's Userprincipalname. We have multiple email domains i.e.,@AB.com, @CB.com but in AD's userprincipalname, domain needs ...

Harish1 by New Contributor II
  • 276 Views
  • 5 replies
  • 0 kudos

Rest Connector Pagination issue

Hi Team, For pagination we are getting next page token value in response and then that token we have to pass in body of the next api call. How we can achieve this use case in Saviynt ? Example :  Postman Response : Request Body for next call :    

gwagh_0-1703757060020.png gwagh_1-1703757121584.png
gwagh by Regular Contributor
  • 234 Views
  • 2 replies
  • 0 kudos

Resolved! Syntax for listField

Hi Team , We are getting api response in list so it will be in Saviynt.  listfield that I used is -"listField": "data.users",is it correct??Account Import json :{"accountParams":{"connection": "userAuth","processingType": "SequentialAndIterative","ca...

gwagh_0-1703236826436.png gwagh_1-1703237079422.png
gwagh by Regular Contributor
  • 568 Views
  • 5 replies
  • 0 kudos

SOAP Workday Grant Access not working

Hi,  I have the following Grant Access JSON setup exactly how the workday SOAP connector provided and while the access task gets completed successfully the role is not getting provisioned to Workday. No errors in the logs as well.  [{"CONNECTION": "a...

umang28 by Regular Contributor
  • 1520 Views
  • 12 replies
  • 0 kudos

SOAP Connector Error Handling

Hello,While using a Workday SOAP connector how do I make sure to fail an update user task when an error is thrown in the logs? Currently the task is getting completed even though an error occurred while calling the web service. There is no status in ...

umang28 by Regular Contributor
  • 856 Views
  • 5 replies
  • 0 kudos

SAP ECC Parameters will not Update

Hi all,I am experiencing an issue when I trigger an account update on a user's SAP ECC account. All attributes that were changed will be updated to the target system, but the SAP Parameters outlined in the UpdateAccountJSON will not update on that us...

Wes by New Contributor III
  • 296 Views
  • 3 replies
  • 0 kudos

Organization data in AD account creation

Hi,We have a requirement to use some of the organization data(customproperties or attributes) during the user's AD account creation.(for example in ACCOUNTNAMERULE or other JSONs in connection)Any suggestions on how to implement this?Thanks!Best rega...

HarishG by Regular Contributor
  • 216 Views
  • 1 replies
  • 0 kudos

Resolved! Sav4SavREST accounts import always returns active status for all accounts

Hello,We noticed that Sav4SavREST accounts that are disabled using a disable account task/job go back to the active state the next time our Sav4SavREST account import jobs run. I suppose this is related to statusColumn/activeStatus in the ImportAccou...

glegault by New Contributor II
  • 1064 Views
  • 7 replies
  • 0 kudos

Validthrough account attribute not getting populated when importing accounts from servicenow

Validthrough attribute is not getting populated due to date format issue, when we tried to populate it in a customproperty we see the expected results.The importent json is :{"accountParams": {"connection": "acctAuth","processingType": "SequentialAnd...

PiyushRai by New Contributor
  • 376 Views
  • 2 replies
  • 0 kudos

to remove space from Sam account name

Hi Team,we have the  sam account name logic as below , but due the same if there is a space in the name for eg first name John Last Name S M then the sam Account name is getting created with space to over come the same we have implemented the below l...

Aparna by New Contributor III
  • 245 Views
  • 3 replies
  • 0 kudos

How to design connection JSON for constant non expired key for REST applications

Hello Everyone,I am working new REST based application. This application uses constant non expire key xxxxx for authentication instead of generating token by using username and password. see blelow screen of create account.   I designed connection JS...

Rajesh_IAM_0-1702300190924.png
Rajesh_IAM by Regular Contributor
  • 921 Views
  • 24 replies
  • 0 kudos

BMC Helix REST connection

Hi All,We have a requirement of integrating BMX Helix rest based (which is a ticketing tool) for import and provisioning.Can someone provide the create, update account JSON and documentation if anyone have.Regards,Rajesh 

rajeshg by New Contributor
  • 338 Views
  • 3 replies
  • 0 kudos

Resolved! Oracle PLM Onboarding

Hello,We are in the process of onboarding Oracle PLM (Fusion application). We have been able to establish the connection and run the job. But no accounts are getting imported after successfully running the job.Connection JSON:{ "authentications": { "...

Vidhimehta_0-1700061628502.png Vidhimehta_1-1700061667296.png
Vidhimehta by Regular Contributor
  • 1347 Views
  • 23 replies
  • 0 kudos

Unable to evaluate URL parameter

Hello Team,We are getting the below error when try to update the user attribute.Below is UpdateUserJson{"actions": {"Update Login": {"call": [{"name": "Update Login","callOrder": 0,"connection": "acctAuth","url": "https://xxxxxxxxxxxxxxxxxxxxxxxxxxxx...

RCreddy_0-1702012094041.png
RCreddy by New Contributor
  • 198 Views
  • 2 replies
  • 0 kudos

Azure AD Group Management Filtering

Hi all, I wanted to check if we can manage groups of Azure AD from Saviynt marking them with a value like "Saviynt Managed" in some custom property of Saviynt entitlement and updating them in some column of Azure AD group and while reconciling from A...

Vinay_K_N by New Contributor II
  • 269 Views
  • 1 replies
  • 0 kudos

how to handle dollar sign $ in variable binding

Hello Team,In a REST connection. I defined some variables in ConnectionJSON and tried to use them in ImportAccountEntJSON.httpParams contained multiple parameters, host, port and authMethod should be from ConnectionJSON via binding variables. There a...

Lynn by New Contributor II
  • 532 Views
  • 7 replies
  • 0 kudos

OAuth 1 integration

We need to perform OAUTH1.0 based authentication for rest connector, there is no documentation on portal around the same. Has someone configured OAUTH1.0? We tried below Json but it is not working.   "authentications": {    "userAuth": {      "authTy...

AbhinavPandey_0-1698954893491.png AbhinavPandey_1-1698954910307.png AbhinavPandey_2-1698954933991.png

Enhanced Query - Users table restriction

Hi,This is with reference to Custom Query that will be deprecated in 23.9 version.  We have a situation where in we need to use the below mentioned query under Enhanced Query as there is a restriction of Users table.O365 is not a not added as Birthri...

nsapna by Regular Contributor
  • 217 Views
  • 1 replies
  • 0 kudos

Add attributes

Hello Team,We have a requirement for adding the attributes where two  attributes needs to be added (attribute 1, attribute 2) for only particular OUAttribute 1 needs to be populated with User typeAttribute 2 needs to be populated with their first ini...

RCreddy by New Contributor
  • 277 Views
  • 3 replies
  • 0 kudos

NetSuite Onboarding

Hello, We are onboarding the NetSuite application via the SOAP connector and the connection has been successful using the below connection JSON. however, while running the jobs, the jobs are getting failed and error mentioned below. Kindly guide on h...

Vidhimehta_0-1697528471963.png
Vidhimehta by Regular Contributor
  • 1735 Views
  • 28 replies
  • 0 kudos

Oracle HCM - ImportUserJSON sample

Does Saviynt support importing users from Oracle HCM?  I went through the documentation link (https://docs.saviyntcloud.com/bundle/OracleERPCloud-v23x/page/Content/Introduction.htm),  however it does not provide any sample for ImportUserJSON.    Can ...

RV_0-1700602831681.png
RV by Regular Contributor
  • 316 Views
  • 1 replies
  • 0 kudos