Hi All,
I am looking for a GAM only way to find all of the accounts where a user is in the Manager's Email field.
We use the managers email field to designate who is responsible for a service account or an account such as a club / society advisor, Departmental Chair, etc. As part of the account disabling process we would like to identify all of the accounts that a user is responsible for so we can either move them to another user or disable them.
So far the only thing I have been able to come up with is:
gam print users limittoou Dept_accounts fields relations manager | grep <email>
I would really like to remove the "| grep <email>" and use a straight gam command as our disabling process is a script running gam commands. I have tried using various options like csv_output_row_filter or emailmatchpattern but none seem to work.
Any help or ideas would be greatly appreciated.
Thank you.
Ray