Search query that returns all Access Profiles an Identity has

Hello,

Is it possible to create a search that returns a list of access profiles that an Identity has, given their id?

I DON’T want a search that returns all users that own a specific access profile, rather a list of all access profiles that a single user has.

Thanks!

Refer this API link

This method retrieves a list of access item for the identity filtered by the access item type

Update the below parameters in the API call with values in the braces
X-SailPoint-Experimental — headerrequired (true)
type — query (accessProfile)

I have seen that API before, but I am needing this information within a search query, not an API call.

I think IDN’s search query does not support returning Access Profiles as a list directly. It can only return Identities that match a specific criteria, but not a list of users access profiles

If this is something you don’t need to do frequently, then you can simply search the user and use GET Report/Download report from search with select “Include Access Details” which would give you all type of access including APs, Roles, Ents and you could filter out APs.