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

Forum Posts

REST - Issue with RemoveAccessJson

Hello,For removing group for a user , I need to call update API and pass the existing members of the group after removing the user from the list. I am making 2 calls, 1st to get the group details and 2nd to update the group. Now, even though I am usi...

piyushm by Regular Contributor II
  • 300 Views
  • 3 replies
  • 0 kudos

Resolved! REST - Unable to map Response status field

Hello,I have a REST application where the status code is 200 even if there is any failure or bad request. The status field in the response is either "Failed" or "Success". Below is the response for one failed scenario. {"Id": "","status": "Failed","e...

piyushm by Regular Contributor II
  • 343 Views
  • 4 replies
  • 0 kudos

Resolved! Saviynt-Workday Attribute Mapping for manager

Hello i need to get the direct manager for the user from workday.For that i need to access the last Management_Chain_Data and get the Manager from it. i attached a screenshot showing the path.I tried to use the function [last()] but it doesn't seem t...

Sans titre.png
ray by Regular Contributor
  • 693 Views
  • 14 replies
  • 0 kudos

Issue with saviynt for saviynt connection

To update the user's customproperty1 from analytics1 and customproperty2 from analytics2, I have created a sav4sav connection.I can update CP1 when I call only 1 analytics, but when I call both analytics1 and analytics2 to update CP1, CP2 at the same...

Abhi by New Contributor III
  • 369 Views
  • 5 replies
  • 0 kudos

Rest Connector : Syntax for Account Import

Hi Team,We have to import account using Rest connector, in Postman we triggered api's 1st api will give id's and in the next api call we have to pass that id to fetch meta data. Now I am getting 1st api response in below format:{"meta": {"query_time"...

gwagh by Regular Contributor
  • 415 Views
  • 5 replies
  • 0 kudos

Resolved! Status ImportAccountEntJSON

I need to retrieve status of an account from application the status is available in HN_Is_Active__c. The value of HN_Is_Active__c is true or false , since status only accepts Active or Inactive how do i modify below attribute so that i retrieve Activ...

BT by Regular Contributor
  • 379 Views
  • 2 replies
  • 0 kudos

Resolved! Saviynt-Workday Attribute Mapping

Hello,I am working on the Account Import Mapping Payload between Saviynt and workday.I am trying to retreive the attribut Organization_Name from that is a multivalued attribut under the Organization_Data.Worker_Organization_DataI tried the mappings b...

ray by Regular Contributor
  • 275 Views
  • 2 replies
  • 0 kudos

Azure AD Connector

Hello Team,We have an active Azure AD connection and need to enter filter to import only AAD groups and teams for that are not on-prem synced. We need to add the Consistency Level to import the required groups. As per the topic in Solved: Azure AD Co...

Vidhimehta by Regular Contributor
  • 194 Views
  • 1 replies
  • 0 kudos

Displayname must be the same as CN value while creating groups in Active Directory through API

While trying to create groups in Active Directory through the API with a different displayname than cn name, we ran into a bug (or at least we think it's a bug). The entitlement_value of our entitlement is different than our displayname. The entitlem...

Caesrob_2-1699954773490.png Caesrob_3-1699954791893.png Caesrob_4-1699954803971.png
Caesrob by Regular Contributor
  • 599 Views
  • 3 replies
  • 0 kudos

Populate Account Name in Dynamic Attribute

Hi All,Is there any way to populate the 'Account Name' in a dynamic attribute while raising a request?.We are integrating GitHub with Saviynt. Here, creating an account through Saviynt implies adding the GitHub user account to the organization.Now, s...

AS5278 by Regular Contributor II
  • 431 Views
  • 4 replies
  • 0 kudos

Saviynt API UpdateUser request

I'm having some issues with update user request, when I try to update user with this method via Postman I get an error: user username is not allowed to update.Request body:Response:User which I'm using for Saviynt API has all the web service right as...

nmuzinic_1-1705332017564.png nmuzinic_2-1705332062272.png nmuzinic_3-1705332137348.png
nmuzinic by New Contributor III
  • 716 Views
  • 19 replies
  • 0 kudos

DocuSign Update Account JSON

Hi Team,I trying to update user's displayname. but not able to update on the target application. If i trying via postman, its writing on the target application properly. Here I attached updateAccountJSON and error which I got from the Saviynt task.Do...

Sahana by New Contributor II
  • 211 Views
  • 2 replies
  • 0 kudos

403 Forbidden API /uploadUserRequest

Hi,We are currently trying to trigger a csv file via uploadUserRequest. We are using the endpoint https:/{Base_url}/ECM/api/v5/uploadUserRequest according to the documentation here: https://documenter.getpostman.com/view/23973797/2s9YC5xBrz#a6d2f398-...

alex1_0-1705669580462.png alex1_1-1705669689582.png
alex1 by New Contributor III
  • 513 Views
  • 8 replies
  • 0 kudos

Creation of a new virtual appliance

Hi Team,We are working on a client requirement where we need to onboard another separate AD instance and in order to do that we need to create a new virtual appliance. Could you please provide us any documentation for the same covering end to end det...

aakash_12 by New Contributor
  • 168 Views
  • 1 replies
  • 0 kudos

Need to invoke Saviynt Rest API in production environment from third party application securely

Need to invoke Saviynt Rest API in production environment from third party application securely through OpenID connect or some other method.We are able to find below link but unable to find the steps to configure this.https://forums.saviynt.com/t5/sa...

Sav4Sav userimport failing

Hi. We are trying to use the sav4sav connection to perform a userImport and update some CP to a value using preprocessor. Here are the current connectionJson and userImportJson:{"authentications": {"acctAuth": {"authType": "oauth2","httpHeaders": {"A...

GCP Non Production Practice

What is best practice to integrate Saviynt non-prod with GCP? Does GCP need to have a new tenant only for non-Prod? ORCreate a Sub Organization (name it Non-Prod) and only limit Saviynt Dev integration to manager accounts and access only within that ...

svalluri by New Contributor
  • 112 Views
  • 1 replies
  • 0 kudos

BUG: /v5/uploadUserRequest 500 response

Hello,I am using the endpoint {{base_url}}/v5/uploadUserRequest to upload users with a csv file. I get the response: <Response [500]> {"msg": "error occurred while uploading users", "errorcode": "1"} However, the user(s) are uploaded correctly and th...

oscar-am by New Contributor III
  • 500 Views
  • 7 replies
  • 0 kudos

Resolved! Bulk Upload Users Via API v23.9

Hi, I am trying to use the API to bulk upload users via a csv file. I am using the following example as stated in the docs https://documenter.getpostman.com/view/23973797/2s9YC5xBrz#a6d2f398-08cb-4a62-b839-c6640a5ceff1 Here's my code:       import r...

oscaramelin_0-1705493723101.png
oscar-am by New Contributor III
  • 593 Views
  • 4 replies
  • 0 kudos

Rest Connector Pagination in Import Account JSON

Hi, Postman response on a get User request is as shown below.  ],    "pageable": {        "sort": {            "unsorted": true,            "sorted": false,            "empty": true        },        "pageNumber": 0,        "pageSize": 20,        "off...