Reporting - A breakdown of entitlements by role

I’m trying to figure out how to print a report from ISC that lists all the roles and the entitlements associated with them. Looking at reports and AIC, I haven’t been able to figure it out. The documentation isn’t showing anything that quite fits what I’m looking for either.

For a visual aid, something like this:

Role A = Entitlement 1, Entitlement 2, Entitlement 3
Role A = Entitlement 12, Entitlement 7, Entitlement 5
…etc

Hi @jared-fox , if roles are associated with direct entitlements instead of APs, I believe report can be pulled from search.

I don’t see the entitlements in API output as well, here roles are directly associated with APs.

1 Like

Hey Theja,
Thanks for the information. What API call did you use to get that output?
The roles I am attempting to get reports for are associated with direct entitlements. Do you have any idea what that search would look like?

/beta/roles/:id should pull id, type and name like below

You can also get more detail on entitlements if you use /beta/roles/:id/entitlements

{{baseUrl}}/roles

Can provide you required details , This API will get all the entitlement or AP associated with all the role exist in your tenant .

2 Likes

This API lists the Entitlements associated with a given role.

1 Like