Forum Posts

Resolved! Import of accounts taking too long

Hi, we are trying to import about 50,000 accounts but when we run the job it takes around 2 days to do the full import (we assume this is because we need to make 50,000 api calls, one for each user to get their attributes). We are just wondering if t...

too_long.png

scim rest api reference

Hello Team,We are trying to get the accounts and entitlements from SAP IdM through scim based REST. Has  anyone worked on scim before? If yes, please need a reference on how importAccountEntJSON will look like. Searched few forum posts and saw the fo...

Harsha by New Contributor III
  • 106 Views
  • 8 replies
  • 0 kudos

Jira pagination problem

Hello everybody,We are implementing Jira but we can't figure out how can the pagination should be done since it does not accept the pagination forms written in the Jira connection documentation on Saviynt.For accounts there isn't any info in the resp...

Naz_A_1-1683888147892.png
Naz_A by New Contributor
  • 91 Views
  • 5 replies
  • 0 kudos

Resolved! Querying role users via API

Hi all,I'm trying to integrate with an external system, and part of that is syncing roles and their membership. One of our roles has a ton of users, and just running /getRoles with `requestedObject=users` times out the request.I need to query the use...

ig by New Contributor II
  • 133 Views
  • 6 replies
  • 0 kudos

Saviynt API

I am using Saviynt APIs1.0 AuthenticationPOSTGet Authorization TokenMYURL/ECM/api/loginBody(RAW){"username":"xxxxxxx","password":"xxxxxxx"}I am using my personal account to get the access token.I have SSO enabled from the start. I don't have any LOCA...

stalluri by New Contributor
  • 94 Views
  • 3 replies
  • 0 kudos

Multiple API call in Soap Connector

Hi team, I have a requirement to update firstname and lastname of the user in target.To achieve this, we need to fetch the unique identifier of the user - Business Card in first call and pass it as input in second API call. (as we don't have recon fr...

smithamg by Regular Contributor
  • 631 Views
  • 14 replies
  • 0 kudos

Resolved! /createrequest API is failing with 500 Internal server error when trying to remove a role from user.

Hi Team, When we are trying to provision/remove a role from user by using "/createrequest" API, we are getting an error message as "An unexpected error occured" with 500 status code.   API Name : {{url}}/ECM/{{path}}/createrequest     I can see below...

screenshot.png
Anurag by New Contributor III
  • 279 Views
  • 11 replies
  • 0 kudos

Dataset logic in custom JAR

Hi Team,We currently have 3 datasets we suspect that its taking longer time  to import due to this. Can anyone help what to do in such situation? Will custom jar solve issue? Has anyone added dataset logic in custom jar and put that in SAV file, if y...

Harsha by New Contributor III
  • 162 Views
  • 5 replies
  • 0 kudos

Convert String to Title Case

Is there an easier way to convert strings into Title Case format? Currently I have the following logic in CreateAccountJSON API call to ServiceNow which works as expected: \"u_employee_name_middle\":\"${user.middlename==null?'':user.middlename.contai...

Diego by New Contributor II
  • 111 Views
  • 4 replies
  • 0 kudos