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

Resolved! Exchange Online Email Creation

I have a use case to create mailboxes directly onto exchange online. I was looking through the documentation and found office365 onboarding documentation. Does anyone have any documentation on how to properly set up Exchange online and how to manage ...

cdavis2 by Regular Contributor
  • 238 Views
  • 1 replies
  • 0 kudos

REST + Pagination through BODY

Hi,I'm integrating a REST based application and for that the pagination configurations have to be passed via BODY.All the pagination examples available are ONLY related to configurations passed through Query Params.While searching, I found another po...

nikhil_0-1710746727877.png
nikhil by New Contributor III
  • 110 Views
  • 2 replies
  • 1 kudos

REST + Access Import Job Failing

Hi, I'm working on a REST integration and have the following Import Account JSON.  Previously I was able to run both account and access imports successfully. However, during the account import, I wasn't able to map the corresponding entitlements to t...

nikhil_0-1710685765336.png
nikhil by New Contributor III
  • 402 Views
  • 10 replies
  • 0 kudos

Rest if else json

Hi Team,how to do if else for json data in rest update account json. If cp2!=av then i want to include fn and Ln on Update requset json.  Below is example{if(cp2!= 'av')"fn": "test","ln":"test",else"abc": "ff","abc1": "dd"}

iam01 by Regular Contributor
  • 100 Views
  • 1 replies
  • 0 kudos

Azure AD Entitlment Filter is not working

Hi Team, We have to import only 2 AAD groups from Azure AD based on groups displayname we tried below syntax but its importing all groups and account.  Please let us know the proper syntax for this use case.{ "group_filter":"displayName eq 'E3 Licens...

gwagh by Regular Contributor
  • 531 Views
  • 12 replies
  • 0 kudos

Resolved! Create dynamic attribut via API

Hello,We would like to create a dynamic attribut with the Savynt's API.We try to create a da with a  SQL query  We got a http code 401 with the message " Operation not allowed as you are entering a value that resembles or contains SQL query"  I think...

Antoine by New Contributor III
  • 395 Views
  • 7 replies
  • 0 kudos

Resolved! Unable to get ECM/api/testConnection working

Hi all,I'm trying make API calls to test if our connections are working or not.When I navigate to a connection in the UI and select Save & Test Connection, it returns Connection was Successful.However when I try to make an API call using testConnecti...

AliW_0-1710160458508.png
AliW by New Contributor
  • 146 Views
  • 3 replies
  • 0 kudos

Resolved! UpdateUserJSON is Failing

Below is the update user JSON: We are using REST API to update the user in INFOR Cloud  { "actions": { "Update Login": { "call": [ { "name": "Update Login", "callOrder": ...

GPS_0-1709320885400.png
GPS by New Contributor II
  • 241 Views
  • 3 replies
  • 0 kudos

REST - Pagination Syntax

Hi,I've tried multiple ways of setting up the pagination but haven't been able to successfully get the required results. Only the first page is read. Can you please assist on how can read all the pages through NextURL? "pagination": {"nextUrl": {"nex...

nikhil_0-1709722229605.png
nikhil by New Contributor III
  • 178 Views
  • 2 replies
  • 0 kudos

How does updateOrganization work?

We want to push organizations of our enterprise into Saviynt using the REST API. When an updateOrganization request is performed although there is no change in the sent data will Saviynt still perform an update or is that skipped when no changes in t...

ThomasL by New Contributor II
  • 133 Views
  • 3 replies
  • 0 kudos

How can I run Fetch Runtime Controls Data V2 API that return more than 500 records?

I have a Analytics query that contains more than 3000 records for disconnected system.API: /ECM/api/v5/fetchRuntimeControlsDataV2{    "analyticsid": "1521",    "max":"5000"} However, it only returns me 500 records  "displaycount": 500,    "msg": "suc...

oscarcheng by New Contributor III
  • 504 Views
  • 3 replies
  • 0 kudos

Duplicate users detection during user import

Hello all,I have workday source of truth. i am only reading from workday (it is a one way connection). I have imported all the users for now.I want to place a detection on newly imported users to detect the duplicates and block the user creation unti...

ray_0-1708093131411.png ray_1-1708093159558.png
ray by Regular Contributor
  • 251 Views
  • 5 replies
  • 0 kudos

Resolved! CreateTicket JSON Binding Variables

Hello,I'm trying to retrieve some variables related to the roles/entitlements of the access request to be inserted in a ticket. Apart from the ${allEntitlementsValues} variable, I can't manage to communicate other entitlement-related variables such a...

afauquem by New Contributor III
  • 898 Views
  • 13 replies
  • 0 kudos

Define User Update Rules via API

Greetings Everyone,We are in a condition by which we can automatically allow our developers to deploy their applications, without contaminating anyone else's resources.Something we are doing is extending our tooling, to take advantage of the API endp...

dmarble by New Contributor
  • 161 Views
  • 1 replies
  • 0 kudos

Provisioning to SAP Solution Manager

Hello, we are trying to integrate Saviynt with SAP system using the OOTB SAP connector. We are able to import the data but unable to provision any account. There are no error logs and we do not know even if Saviynt is able to make the call. Provision...

manu by New Contributor III
  • 1146 Views
  • 17 replies
  • 0 kudos

Resolved! Workday User Import using Rest Connector

Hi Team, We have use case to import user from Workday custom report using API. Saviynt will not connect directly to workday. They have their API exposed for Saviynt. Now I am using the REST connector to import user via API. But While importing users ...

gwagh_0-1708397748998.png gwagh_1-1708397807942.png
gwagh by Regular Contributor
  • 813 Views
  • 23 replies
  • 0 kudos

Resolved! Need Clarification on Dataset APIs

Hi,I need to store an attribute value in a dataset and utilize that in the create/update user form. Additionally i need to sync data between the source and the dataset daily using a custom JAR to call Saviynt dataset APIs.For uploading dataset value ...

gokul by Regular Contributor
  • 275 Views
  • 5 replies
  • 0 kudos

Rest connector Issue

Hi,Below is our requirement.The createUser POST URL is:https://{{host}}/auth/v1/companies/{{companyId}}/userscompanyID is a dynamic attribute (single select)Upon successful request, user gets the account for companyID "A".Suppose, next time the same ...

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
  • 270 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
  • 301 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
  • 632 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
  • 340 Views
  • 5 replies
  • 0 kudos