When generating a list of accounts that have been suspended for over a year I am getting inconsistent results.
Previously I used:
gam config csv_output_row_filter "accounts.is_suspended:boolean:true,accounts.disabled_time:date<-365d" report user user all parameters accounts:is_suspended,accounts:disabled_reason
But that now generated nothing!!!
When I now run:
gam config csv_output_row_filter "accounts.disabled_time:date>-330d" redirect csv /Users/smith/goo_suspendedusers_recent330.csv report user user all parameters accounts:is_suspended,accounts:disabled_reason
I do generate the results I think I should have but the column accounts:is_suspended
is showing True or False sort of randomly and when I look at those users that are False they are indeed SUSPENDED.
gam info user _____
Very Strange...
-- Dierk