GuidesCTL
ziplinectl list-users
List all users in Zipline
Usage
ziplinectl list-users [options]Options
| Option | Description |
|---|---|
-f, --format | Format the JSON output for easier reading. |
-e [key], --extra [key] | Displays an extra property. See Extra for more information. |
--id | Find a specific user by ID. |
-h, --help | Display options and arguments for this command. |
Extra
A list of available properties:
viewoauthProviderstotpSecretpasskeysquotasessions
Example Usage
List all users:
ziplinectl list-usersList all users and include oauth providers:
ziplinectl list-users -e oauthProvidersList all users and include both oauthProviders and quota:
ziplinectl list-users -e oauthProviders -e quota