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

Requirement to add Entitlement from Different end point

kolipakularavi
New Contributor
New Contributor

Hi Team,

We have requirement of REST API connector provisioning

As part of this we need to

 

* Managed clicks on Manager Access for other -- >Request Access link

* Manager will be directed to the form for the APP 

*username,firstname, lastname will get populated and manager selects the entitlement.

if user selects PRIMARY/hub-unitB-publisher entitlements. Applies only to the Publisher role Get the business unit from Publisher role name Format is “hub<business-unit-name> publisher

user account should be updated with the department name unitB(for this we need call user update API)

Solution:

1. call create Account API ( createJson)

2. call entitlement API (addAccessJson)

3. call user account update API??? ( My first question ) from where i should call this. can i append call2 in addAccessJson)?

Second quesiton : where  can i implement the logic to verify the role is publisher role or what is the script?

Below is the diagram for your reference.

 

kolipakularavi_1-1698998389474.png

 

Regards,

Ravi.

 

 

 

1 REPLY 1

rushikeshvartak
All-Star
All-Star

On call 2 URL you can use if else condition to check which role is selected /added


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.