Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

REST - Access Entitlements Objects in Create Account JSON ?

IAM_99
Regular Contributor II
Regular Contributor II

Hi All,

We have to access Entitlements metadata ( what user selected in ARS ) in CreateAccount JSON , Dynamic Attribute is the not an option.

Any other ways we can achieve this ?

 

Thanks,

suresh

6 REPLIES 6

SB
Saviynt Employee
Saviynt Employee

Entitlement object cannot be passed in Create Account JSON.


Regards,
Sahil

IAM_99
Regular Contributor II
Regular Contributor II

 Can we call CreateAccountJSON in AddAccess ?

SB
Saviynt Employee
Saviynt Employee

These are individual JSON calls and cannot be clubbed together. When you raise a request for new user in Saviynt (no existing account in target), it will create a New Account task and if any Entitlement is selected during request, a New Access task will be created after approval.


Regards,
Sahil

IAM_99
Regular Contributor II
Regular Contributor II

We have selected ' EntitlementOnly' in SS, so its not creating New Account Task, just thought of making blank in CreateAccountJSON , shift that  to AddAccess to get Entitlements values but its not working.

SB
Saviynt Employee
Saviynt Employee

The task will not be created but the application will still use the CreateAccountJSON to create account in target and this will be a background process.


Regards,
Sahil

rushikeshvartak
All-Star
All-Star

You can’t access entitlements object in create account json . Workaround use dyanmic attributes


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