Skip to main content
Skip table of contents

Search: Find Users by Creation Date Range

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
audit.creationDate:[now-60d TO now] AND isSupportUser:false

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


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.