GoodMemGoodMem
ReferenceCLIUser

User Create

User Create CLI command reference

goodmem user create

Create a dormant human user

goodmem user create [flags]

Examples

  # Create a user with a server-generated UUID
  goodmem user create --email [email protected] --display-name "Sarah"

  # Supply a stable UUID and labels for an external identity directory
  goodmem user create --id 70e025f6-76ca-4cbe-b8fc-7dab8e84590a \
    --email [email protected] --username sarah --label team=search

Options

  -n, --display-name string   Optional human-facing name
      --email string          Unique email address
  -f, --format string         Output format: json, compact, quiet (default "json")
  -h, --help                  help for create
      --id string             Optional client-provided user UUID
  -l, --label strings         Label key=value (repeatable)
      --username string       Optional unique username

Options inherited from parent commands

      --api-key string   API key for authentication (can also be set via GOODMEM_API_KEY environment variable)
      --server string    GoodMem server address (gRPC API)

SEE ALSO