I need to generate a report of access profiles with their respective entitlements. Would it be possible to generate this type of report directly through the Sailpoint UI?, or can I only do it by creating a script that exports this data using the Sailpoint APIs?
This can only be done via API using the sp-config export. You can also do this with the VS Code extension. If you want to include all the access profiles you will need to make sure to load all of them first then do your export. This report is really good for advanced users who are use to working with JSON. If you need something that is more user friendly then you would need to build a custom script to pull this information. Hope this helps.