update docstring
This commit is contained in:
parent
ea6ad0a554
commit
c08377eef5
1 changed files with 2 additions and 3 deletions
|
|
@ -10067,9 +10067,8 @@ class RootExports(object):
|
|||
|
||||
def listUsers(self, userType=koji.USERTYPES['NORMAL'], prefix=None, queryOpts=None):
|
||||
"""List all users in the system.
|
||||
type can be either koji.USERTYPES['NORMAL']
|
||||
or koji.USERTYPES['HOST']. Returns a list of maps with the
|
||||
following keys:
|
||||
userType can be an integer value from koji.USERTYPES (defaults to 0,
|
||||
i.e. normal users). Returns a list of maps with the following keys:
|
||||
|
||||
- id
|
||||
- name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue