Need to import 2 different entitlement types using SOAP connector

Adithya
New Contributor II
New Contributor II

Hi Technical Folks and Saviynt Team,

Its a SOAP based application (PROS GSD).

Requirement:

1. Using SOAP connector, Is it possible to bring two different entitlement types (Ex: 1. Roles 2. Work teams) which are associated with the user during import?

2. Using SOAP connector, Is it possible to call separate APIs based on entitlement type to add access?

Ex:  (i). If end user requested  "Role1" entitlement of type "Roles", Saviynt should call add Role API.

       (ii). If end user requested  "Work Team1" entitlement of type "Work Teams", Saviynt should call add Work Team API.

3. Using SOAP connector, Is it possible to call separate APIs based on entitlement type to remove access?

  Ex: (i). If end user removed "Role2" entitlement of type "Roles", Saviynt should call remove Role API.

          (ii). If end user removed "Work Team2" entitlement of type "Work Teams", Saviynt should call remove Work Teams API.
    
Please let us know if this can be doable or not in SOAP. If yes, please do share JSON configurations.

2 REPLIES 2

saikanumuri
Saviynt Employee
Saviynt Employee

Hi @Adithya 

Are these entitlement types (1. Roles 2. Work teams) the same across all the users?

What's the use case behind importing entitlement types as part of the user import? Are you looking to map these to user attributes and drive the request and entitlements based on the Dynamic attribute selection?

Adithya
New Contributor II
New Contributor II

1. Role and Work team are two different entitlement types within the application. Ex: User has access to Pricing Manager Role and Europe Work Team. (User will get pricing manager acces and he can only see Europe data within the application)

2. The requirement is during import, we need to bring Role and Work team as different entitlement types. After that we need to use enterprise roles to provision the access to user.