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

MS Office 365 Connector

Hi,We are about to begin onboarding of MS Office 365 application. I could not find any information about the management of admin roles in the connector documentation.Does account import from O365 connector bring in admin roles assigned to the users?A...

PRana by New Contributor
  • 27 Views
  • 2 replies
  • 0 kudos

createrequest error using API example

Hello,I'm using the PowerShell example for Fetch Request History Details found at https://documenter.getpostman.com/view/1797923/RWaLwo21?version=latest (Access Request > Request History > Fetch Request History Details) and I'm having some issues get...

jcarlone by New Contributor
  • 99 Views
  • 3 replies
  • 1 kudos

REST Connector - Connection JSON Issue

We have a requirement to integrate the MasterControl application with Saviynt, which is REST API based. One point to notice is that the application's API supports passing the parameter in the body of the request. Therefore, we constructed our connect...

suryavav_0-1704296119525.png
suryavav by New Contributor III
  • 881 Views
  • 23 replies
  • 0 kudos

Resolved! Analytics Pagination in custom Java Code

Has anyone used analytics results in a java code for processing and how to use pagination in that case? Any examples of that will be very helpful. {    "requestor": "admin",    "analyticsname": "EntitlementMetaData_And_Owner_Details",    "pagination"...

Kramerica by New Contributor
  • 147 Views
  • 1 replies
  • 0 kudos

roleQuery in getRoles API

Hi,We have a requirement to use the roleQuery attribute in Saviynt getRoles API to fetch all enterprise roles except the inactive ones.I tried something like "roleQuery": "r.status != 0" but it still returns the inactive roles from the system.Any hel...

aksharkay by New Contributor III
  • 53 Views
  • 2 replies
  • 0 kudos

Runtime analytics _ issue with fetching data

Create a runtime analytics below query which is basically pointing to a single username. i can see output of one user in Run History. However when i do this invoke the API the response is below.select u.username as username , u.firstname as firstname...

09 by New Contributor III
  • 95 Views
  • 4 replies
  • 0 kudos

enable to read call1 variables

i am invoking 2 APIs in updateuser json. Am facing issue with second invocation. Call1 am getting the access_token and am unable to pass the token in call2. CALL1 RESPONSE:   "ERROR","Call response: {"access_token":"eyJ0eXAiOPZja1T6X9WWMs__zM53M3wz2C...

iam01 by Regular Contributor
  • 208 Views
  • 14 replies
  • 0 kudos

Workday RAAS Array attributes

Hello,I am trying to import or map phone numbers from workday which are in the format as shown below. Workday Report{"Report_Entry": [{"CLASS": "Full time","Public_Work_Phones_group": [{"deviceType": "Telephone","phoneNumber": "(222) 5558888"},{"devi...

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

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
  • 133 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
  • 61 Views
  • 2 replies
  • 0 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
  • 222 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
  • 66 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
  • 304 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
  • 271 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
  • 99 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
  • 173 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
  • 109 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
  • 97 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
  • 436 Views
  • 3 replies
  • 0 kudos