mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 01:41:36 +00:00
Document member restrictions; fix print users (#1430)
* Document member restrictions * Fix gam print users allfields custom all to include primaryEmail If you really want everything say: gam print users full
This commit is contained in:
@@ -9680,6 +9680,8 @@ def doPrintUsers():
|
||||
sortHeaders = True
|
||||
i += 1
|
||||
elif myarg in ['custom', 'schemas']:
|
||||
if not fieldsList:
|
||||
fieldsList = ['primaryEmail']
|
||||
fieldsList.append('customSchemas')
|
||||
if sys.argv[i + 1].lower() == 'all':
|
||||
projection = 'full'
|
||||
|
||||
Reference in New Issue
Block a user