Batch Commands 235
msmith@jumboinc.com sales
1 of a total of 1 matching records found.
• Return values are dependent upon the command’s parameter options. For
example, using
listusers ALL, targetOrg=Sales, childorgs=1,
fields=IID
will return only the org ID values for all users in the Sales
organization and sub organizations. (shown in the Administration Console
syntax):
100046267
100052426
100045290
3 of a total of 3 matching records found.
If you wanted the user’s name in addition to the org’s ID using
listusers
ALL, targetOrg=Sales, childorgs=1, fields=ADDRESS|IID
(shown in the
Administration Console syntax):
jim@jumboinc.com 100046267
carlos@jumboinc.com 100052426
asako@jumboinc.com 100045290
3 of a total of 3 matching records found.
Authorization
• Read: User Settings
• Write: User Settings
Note: The qstring filtering requires at least one All Standard Privileges
authorization.
Classification
Batch user management
Notes
• Enclose <user address> in double quotes or preceded with a ‘\’ symbol if it
contains a quote (‘), double quote (“), backslash (\), apostrophe, commas, #, =
symbols.
• When using a batch file, comments begin with a ‘#’ hash symbol. If not on a
separate line, the hash symbol could be interpreted as part of a user or
organization name.
Related Commands
Batch Commands: adduser, deleteuser, displayuser, modifyuser, resetuser,
suspenduser
Komentáře k této Příručce