
RonZ.94926 (Customer) asked a question.
We have auto import on but not auto confirm due to a messy AD structure. Auto confirm would result in service accounts being added to Okta, we only one real people. Is there a way to find the last users added by an import so I can see if it's a real person and confirm them. I have 1800 imported users to review to look for real people. I get an email everytime the import runs, if it shows a new user added I'd like to be able to find that new user in the 1800 easily. I don't know of a filter I can apply to the logs to do that.
In the meantime I will submit a an idea to allow sorting of the Imported users by date and time they were imported, that would solve the issue as well.

Try:
displayMessage eq "Create user triggered by import process"
or
displayMessage eq "Create user triggered by import process" and eventType eq "system.import.user.create"
That's what I use. To be more specific I use one that creates based off our AD integration, but I think my ID would different than yours.
Here's what mine looks like:
displayMessage eq "Create user triggered by import process" and target.id eq "<random letters and numbers>"