mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
add support for archiving user, no details avail on what it does yet, leave undocumented till then
This commit is contained in:
@@ -6699,6 +6699,9 @@ def getUserAttributes(i, cd, updateCmd):
|
||||
elif myarg == u'suspended':
|
||||
body[u'suspended'] = getBoolean(sys.argv[i+1], myarg)
|
||||
i += 2
|
||||
elif myarg == u'archived':
|
||||
body[u'archived'] = getBoolean(sys.argv[i+1], myarg)
|
||||
i += 2
|
||||
elif myarg == u'gal':
|
||||
body[u'includeInGlobalAddressList'] = getBoolean(sys.argv[i+1], myarg)
|
||||
i += 2
|
||||
|
||||
Reference in New Issue
Block a user