How to Extract privileged access profiles from the search query

Can anyone help me on search query for extracting Privileged access profiles from Sailpoint IDN

Hi @FaizullahShaik,

try with this:

@access(privileged:true)

also, on this link you can find some examples for all Searchable Fields:

@enistri_devo thanks for the reply but I am getting users list who is having access profile in their account but I am looking for the access profiles which are in our sailpoint environment

@entitlements(privileged:true)

1 Like

I agree with @Anshu_Kunal .

@entitlements(privileged:true)

Please take a look at below link provided below, for references.

Thanks!!

2 Likes

Hi @FaizullahShaik,

You may try using below query to get privileged access profiles:
@entitlements(privileged:true)

Thank You.

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.