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?
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.