mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-29 18:31:38 +00:00
Updated gam info users <UserTypeEntity> to not include group tree infornation unless option grouptree is specified.
This commit is contained in:
@@ -42228,7 +42228,8 @@ def infoUsers(entityList):
|
||||
|
||||
cd = buildGAPIObject(API.DIRECTORY)
|
||||
ci = None
|
||||
getAliases = getBuildingNames = getCIGroupsTree = getGroups = getGroupsTree = getLicenses = getSchemas = not GC.Values[GC.QUICK_INFO_USER]
|
||||
getAliases = getBuildingNames = getCIGroupsTree = getGroups = getLicenses = getSchemas = not GC.Values[GC.QUICK_INFO_USER]
|
||||
getGroupsTree = False
|
||||
FJQC = FormatJSONQuoteChar()
|
||||
projection = 'full'
|
||||
customFieldMask = None
|
||||
|
||||
Reference in New Issue
Block a user