Hey All,
I've got an interesting use case that I'm trying to filter for with a GAM command. What I'd like to do is query the system for users with a specific domain (
example.com) and look for data that sits inside of a custom schema field.
For example, if I execute the following command:
gam print users schemas ExampleSchema > export.csv
This will provide me with a csv file with several unique fields that don't work off a command of Allfields, because (As best I can tell) the customSchema has it's own set of fields that it houses. I'd like to be able to just run something to the effect of:
gam user
example.com print users fields email,customSchemas.ExampleSchema
I think this is just a syntax issue with the custom schema that I'm leveraging, but any guidance would be greatly appreciated. Thanks in advanced!
-Rhin