PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click HERE

Bulk Access request for user

Diptansu_Sinha
New Contributor III
New Contributor III

Hello Team , 

We are using DB connector for one new integration where we need to use Bulk user request feature . Client has some questions regarding this need your input:

1. How many provisioning retries are happening from Saviynt for connection errors. and where to configure the limit ?

2. Lets say for 4 users , each 3entitlements are submitted. Then in Create account Stored proc whether it will pass username1 , (ent1,ent2,ent3) all at a time or it will be called three times same stored proc and it will pass username1,ent1 then username1,ent2 then username1,ent3  like that .

 

Please suggest

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

1. How many provisioning retries are happening from Saviynt for connection errors? and where to configure the limit? --> Its only one and its not configurable

2. Let's say for 4 users, 3 entitlements are submitted. Then, in the Create Account Stored Proc, whether it will pass username1 (ent1,ent2,ent3) all at a time or it will be called three times in the same stored proc, it will pass username1,ent1, then username1,ent2, then username1,ent3, and so on. It will call 1:1 per entitlement from add access JSON. Create Account JSON does not expose entitlement user requesting.

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

NM
Honored Contributor
Honored Contributor

@Diptansu_Sinha , you can't pass entitlement in create account json.. you need to use dynamic attribute.