Share all details related to your problem, including any error messages you may have received.
Hello,
We set up a SCIM application and the accounts are returning perfectly. Unfortunately, the entitlements are coming in as a a full JSON string with application, accountname, display etc. on.
I wondered if there was an easy way to filter the JSON of entitlements so that it would only return the value of “display” rather than the full JSON string
Hi Keiran,
Welcome to the SailPoint Developer’s Community. There is actualy pretty simple solution depending in which object you have this problem:
If it is the value on the user account object which holds entitlements assigned to this user you can use ResourceObjectCustomization rule to make the conversion.
If it is the value on the entitlement object then you can use ManagedAttributePromotion rule
For both options Java code is similar and pretty simple