Hi @markomanium thanks for the response. Yes I tried that but the issue is getting the JSON response formatted….
I tried jsonpath.com but not having luck playing with the query
@mario_rod in jsonpath.com , have you tried extracting data, using something like this $[*].name? That should extract all entitlements’ names from the role.
but now I need to save to an excel file and uploading data to online converters is not an option for obvious reasons. Using the excel import feature does not seem to work cleanly either.
Is the best option at this point using Pyton or the powershell sdk?
@mario_rod Extracting this data into excel file should be fairly easy with Python/Java e.g. Or you can use Chatgpt to create an excel file for you out of the data provided (if you are sure you aren’t providing sensitive information, but in this case, doesn’t look sensitive to me).