Query report for all entitlements for a specific user

I am looking for a search query that will list all of a users entitlements. There is a feature in the GUI that shows all the entitlements but it is not printable

Run a query from Search for the identities you want to list their access, when you go to download the results, toggle Include Access Details as shown below

You may use this API to fetch only the entitlements for a particular user.

/access-items?type=entitlement&limit=25&offset=0&count=true

Once you have the json you can store them in a csv file with the required data.

Hi @krigney
Good Day!

Kindly use below query to download all entitlement for a user. Make sure while downloading enable Include Access Details tab.
name:Identity Name AND @access(type:ENTITLEMENT)

Hope this works for you​:blush:
Thank you.