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

UltiPro - User Identity Source

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on February 19 2020 at 21:28 UTC

Hello, we are using UltiPro as our identity source for user import into SSM. The import is being kicked off by a UserImportJob trigger. Despite the pagination section being provided in the ImportUserJSON, we are receiving only 100 records, which is the cap provided by UltiPro. We have ~1,300 users that are expected to be imported. The import job does not seem to want to execute subsequent pages. The configuration was taken from the UltiPro connector documentation.


"pagination": {

"nextUrl": {

"nextUrlPath": "${headers?.Link?.split(',')?.size()==2?headers?.Link?.split(',')[0]?.replace('<', '')?.replace('>; rel=\"next\"','')?.trim():headers.Link.split(',')[1].replace('<', '').replace('>; rel=\"next\"','').trim()}"

}

}

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.
7 REPLIES 7

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on February 20 2020 at 03:13 UTC

Hi Ryan,


What is the type of connection or connector you are using?


Thanks

Ajay

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on February 20 2020 at 11:24 UTC

What, we are using the REST API connector. The documentation stated there was an UltiPro connector, but one could not be found in our system.
This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on February 24 2020 at 05:31 UTC

Hi Ryan,


I believe that our field team has worked with you on this. Please let me know if you are facing any issues.


Thank you

Vedanth B.K

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on September 21 2021 at 08:24 UTC

Hello All,


Would you be able to share the fix for this pagination issue for UltiPro user import using REST APIs. Also I have few questions regarding the integration approach listed below:


- Did you use basic authentication to connect to UltiPro as given in connector guide or using Oauth protocol?

- Any steps you can share to register the application with UltiPro to get the Oauth connection details.


Thanks,

Pallavi

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on October 26 2021 at 15:31 UTC

we are also using UltiPro as our identity source for user import into SSM. and facing the same  issue while importing by a UserImportJob trigger and receiving only 100 records. so could you please let us know what was the solution provided on the above scenario.

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on October 26 2021 at 19:29 UTC

Hi Nitin,


Just to ensure that you have all the JSON's set up correctly, could you follow the connector guide and validate if everything is good from your end.


https://saviynt.freshdesk.com/a/solutions/articles/43000435612



Regards,

Avinash Chhetri


This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on March 12 2022 at 22:21 UTC

Hi Nitin,

    We are using UKGpro as our identity source for user import into SSM.  The import is being kicked off by a UserImportJob trigger, the job went fine but no user has been imported into SSM. 


    Is there a way for us to connect, somehow I follow each one of step for REST API in this doc, but it's still not working at all? 


https://saviynt.freshdesk.com/a/solutions/articles/43000435612



This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.