Skip to content

passbolt_list_user

speatzle edited this page Mar 26, 2024 · 9 revisions

doc/passbolt_list_user.md## passbolt list user

Lists Passbolt Users

Synopsis

Lists Passbolt Users

passbolt list user [flags]

Options

  -a, --admin                  Only show Admins
  -c, --column stringArray     Columns to return, possible Columns:
                               ID, Username, FirstName, LastName, Role, CreatedTimestamp, ModifiedTimestamp (default [ID,Username,FirstName,LastName,Role])
  -g, --group stringArray      Users that are members of groups
  -h, --help                   help for user
  -r, --resource stringArray   Users that have access to resources
  -s, --search string          Search for Users

Options inherited from parent commands

      --config string               Config File
      --debug                       Enable Debug Logging
      --filter string               Define a CEl expression as filter for any list commands. In the expression, all available columns of subcommand can be used (see -c/--column).
                                    See also CEl specifications under https://github.com/google/cel-spec.
                                    Examples:
                                    	--filter '(Name == "SomeName" || matches(Name, "RegExpr")) && URI.startsWith("https://auth.")'
                                    	--filter 'Username == "User" && CreatedTimestamp > timestamp("2022-06-10T00:00:00.000-00:00")'
  -j, --json                        Output JSON
      --mfaDelay duration           Delay between MFA Attempts, only used in noninteractive modes (default 10s)
      --mfaMode string              How to Handle MFA, the following Modes exist: none, interactive-totp and noninteractive-totp (default "interactive-totp")
      --mfaRetrys uint              How often to retry TOTP Auth, only used in nointeractive modes (default 3)
      --mfaTotpOffset duration      TOTP Generation offset only used in noninteractive-totp mode
      --mfaTotpToken string         Token to generate TOTP's, only used in nointeractive-totp mode
      --serverAddress string        Passbolt Server Address (https://passbolt.example.com)
      --timeout duration            Timeout for the Context (default 1m0s)
      --userPassword string         Passbolt User Password
      --userPrivateKey string       Passbolt User Private Key
      --userPrivateKeyFile string   Passbolt User Private Key File, if set then the userPrivateKey will be Overwritten with the File Content

SEE ALSO