ziplinectl list-users

Lists all users in Zipline in a JSON format.

Usage

ziplinectl list-users [options]

Options

OptionDescription
-f, --formatFormat the JSON output for easier reading.
-e [key], --extra [key]Displays an extra property. See Extra for more information.
--idFind a specific user by ID.
-h, --helpDisplay 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


Last updated: 2/17/2025
Edit this page on GitHub