Is there a search query a search I can run where i can use someone's employee ID and pick up the Add entitlement actions?

hi, im trying to create a search query where i can find what entitlements added to an identity using their employee number. this is what i tried from chatgpt but it didnt work:

action:“ENTITLEMENT_GRANTED” AND attributes.employeeId:“xxxxxx”

Hi @fayolaph ,

Welcome to SailPoint Developers Community:

action:“ENTITLEMENT_GRANTED” AND employeeId:“*”

Can you please try this.

Hi Dheeraj, its still not working somehow :frowning:

Hi @fayolaph,

Try using this query:

name:"Add Entitlement Passed" AND target.name:{Account Name Here (the user's account name in IdentityNow)}

Let me know if that works!

1 Like

Hi Ujjwal!
This worked for me, thanks a lot! :slight_smile:

1 Like