parent
9d683e4669
commit
86729a862c
14 changed files with 44 additions and 41 deletions
|
@ -29,7 +29,9 @@ usage = """create-user --new-email=<email address> --new-password=<password> --n
|
|||
Create a user. You must be a realm admin to use this API, and the user
|
||||
will be created in your realm.
|
||||
|
||||
Example: create-user --site=http://localhost:9991 --user=rwbarton@example.com --new-email=jarthur@example.com --new-password=random17 --new-full-name 'J. Arthur Random' --new-short-name='jarthur'
|
||||
Example: create-user --new-email=jarthur@example.com --new-password=random17 --new-full-name 'J. Arthur Random' --new-short-name='jarthur'
|
||||
|
||||
Specify your Zulip API credentials and server in a ~/.zuliprc file or using the options.
|
||||
"""
|
||||
|
||||
import zulip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue