Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

This will find all Users created in the last 60 days which are not Support Users. Adapt the date range to your specific case. 

Code Block
audit.creationDate:[now-60d TO now] AND isSupportUser:false
Warning

The following attributes exists in the search: 

  • ✔isLocked:false

  • ✔isSupportUser:false

The following attributes do not exist in the search:

  • ❌isReadOnly:false

  • ❌isFederated:true

  • ❌isDeleted:true