Hi all,
I have an issue with gam report user command
gam report users select user
user...@mydomain.com parameters accounts:admin_set_name,accounts:disabled_reason,accounts:last_login_time,accounts:last_sso_time filters accounts:is_disabled==true fulldatarequired all
I use this commmand to export a csv file wich includes the filed accounts:disabled_reason. If this filed is popoluted, the command show me another field name accounts:disabled_time (that I need)
The issue is the result of this command on users account different. For example I have an account disabled from to 2 years and another account disabled from 4 weeks
If I run the command on the suspended user from to 2 years I have all the data I need (accounts:disabled_reason and accounts:disabled_time), but if i run the command on the disabled user from 4 weeks this fields are both empty
Why? Can you help me?