Need a search query to find if any user experience changes in employeeType

Hi there,

Could I kindly request for help on creating a search query to find if any user has experience changes in employeeType?

I have tried the below query. but there are no results:
name:"Modify Account Passed" AND attribute.name:"employeeType"

Thank you!

Looping @fayolaph for visibility.

Hi,

Its not possible. Modify account is part of events and employee type is part of identities.

You first need to get modifyaccount from events, then form a search query for identities.

-Abhinov

The query you are trying to execute will not give you any results as the search attributes are completely different, one is an identity attribute while other is a name of event.

What is the exact requirement? Can you elaborate a bit?

so im trying to find out which identities that had their employeetype modified, for example from TEMP to PRMT, but not limited to these two values

Hm!

You can only find out the using “name:“Modify Account Passed”“

Also, another approacvh could be using a WORKFLOW in SailPoint ISC where you are using ”Identity Attribute Change Trigger” and this trigger will be executed only when there is a Change in “employeeType“ identity attribute.

Once the workflow is executed, you can either trigger an email notification with user details as only those users whose employeeType has changed will be included in the WF or else, you can trigger an “Create Account“ request which will write an entry in flat file using a Source created only for this purpose using SQL Loader Connector.

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