GoodMemGoodMem
ReferenceCLIUser

User List

User List CLI command reference

goodmem user list

List readable human users

Synopsis

List one stable page of human users visible to the authenticated principal.

goodmem user list [flags]

Examples

  # List readable active users as a table
  goodmem user list

  # Filter by labels and include permanent tombstones
  goodmem user list --label team=search --include-deleted

  # Print only UUIDs for scripts
  goodmem user list --quiet

Options

  -f, --format string                Output format: table, json, compact, quiet (default "table")
  -h, --help                         help for list
  -i, --include-deleted              Include permanent tombstones
      --include-enrollment-summary   Include authorized bootstrap eligibility, open-enrollment status, and expiry
  -l, --label strings                Exact label selector key=value (repeatable)
      --max-results int32            Maximum users in one page
      --next-token string            Opaque token for the next page
      --no-trunc                     Do not truncate table values
  -q, --quiet                        Output only user UUIDs

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