Hi I am working with GAM (Google-Admin-Manager) to manage our Google Workspace directory and have a custom field with bool value.
I need to print all users having this field empty (without a value).
null
/NULL
does not work...
gam print users query "Non-Person_Account.Non-Person_Account=null"
I also tried: empty, value, "", none; Always running into an error.
GAM is build with Python. Can someone help?