ziplinectl list-users
Lists all users in Zipline in a JSON format.
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:
view
oauthProviders
totpSecret
passkeys
quota
sessions
Example Usage
List all users:
ziplinectl list-users
List all users and include oauth providers:
ziplinectl list-users -e oauthProviders
List all users and include both oauthProviders
and quota
:
ziplinectl list-users -e oauthProviders -e quota
ziplinectl set-user
Modify a user's properties.
2FA
2 Factor Authentication with TOTP (time-based one-time password) is a...
Last updated: 2/17/2025
Edit this page on GitHub