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 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
  • 1034 Views
  • 23 replies
  • 0 kudos

coupa RemoveAccessJSON

hi Team, Could you please confirm that the OOTB coupa RemoveAccessJSON works without any modifications? The reason why I am asking is that the logic for Role does not appear correct to me. Thanks in advance. https://docs.saviyntcloud.com/bundle/Coupa...

iam01 by Regular Contributor
  • 116 Views
  • 3 replies
  • 0 kudos

Resolved! Azure AD - Import Pagination

Hi All,I'm encountering an issue while customizing the AAD Account and Group Import. Below are the API responses:{"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#groups","@odata.nextLink": "https://graph.microsoft.com/v1.0/groups?$filte...

alvian by New Contributor II
  • 210 Views
  • 1 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 II
  • 208 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
  • 85 Views
  • 2 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
  • 336 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
  • 129 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
  • 235 Views
  • 1 replies
  • 0 kudos

JSON REST error

Hi Team, Below json body is working fine from postman. However i am getting following errorJSON:{    "login": "ddf@sf.org",    "email": "ddf@sf.org",    "firstname": "test",    "lastname": "test 05",    "fullname": "test test 05",    "employee-number...

iam01 by Regular Contributor
  • 187 Views
  • 8 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
  • 396 Views
  • 10 replies
  • 0 kudos

Need pointers in ImportAccountEntJSON

Hi,We have a requirement of pulling only accounts of odd 100 groups Saviynt. The REST API supported by application returns groups and their membership in below format. The users API will end up in returning all application accounts which ~25k however...

prajakta by New Contributor III
  • 178 Views
  • 5 replies
  • 0 kudos

Resolved! Helpdesk Create Ticket per Task

Hi,I have a specific requirement where I'd like to generate 1 ISM ticket (createTicket JSON) per requested entitlement through a single access request entitlement. Is this possible with the product? Or is it possible to have a dynamic call through a ...

afauquem by New Contributor III
  • 103 Views
  • 1 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
  • 99 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
  • 522 Views
  • 12 replies
  • 0 kudos

Account Variables - CreateTicket JSON

Hi,I need to use some user account attributes in the CreateTicketJSON.In the documentation, I seen that AccountsObj are available but I don’t find the syntax to use.I tried : ${account.customproperty1}, ${task?.accountKey?.customproperty1} but it doe...

afauquem by New Contributor III
  • 281 Views
  • 7 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
  • 239 Views
  • 3 replies
  • 0 kudos