I’m trying to return a list of all terminated users from the previous day. I set my search query to “attributes.cloudLifecycleState:terminated AND attributes.endDate:[now-1d TO now]”. This returns no results but I know we have a user that was terminated the previous day.
If i change the query to “attributes.cloudLifecycleState:terminated AND attributes.endDate:[now-2d TO now]” then the terminated user shows up. Wondering how Sailpoint interprets “now” since it doesn’t appear to be current date/time.
Sorry can you elaborate? Also our values in the “endDate” field is just something like “11/8/2023”. When Sailpoint sees this, is it defaulting to 11/8/2023 12 AM UTC since we don’t have a timestamp associated with the date?
Is “now” literally the current datetime when the saved search is ran?