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, 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
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!
Hi Ujjwal!
This worked for me, thanks a lot!