Skip to content

passbolt_create_group

speatzle edited this page Mar 26, 2024 · 6 revisions

doc/passbolt_create_group.md## passbolt create group

Creates a Passbolt Group

Synopsis

Creates a Passbolt Group and Returns the Groups ID

passbolt create group [flags]

Options

  -h, --help                  help for group
  -m, --manager stringArray   Managers to Add to Group (atleast 1 is required)
  -n, --name string           Group Name
  -u, --user stringArray      Users to Add to Group

Options inherited from parent commands

      --config string               Config File
      --debug                       Enable Debug Logging
  -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