ReferenceCLIUser
User Get
User Get CLI command reference
goodmem user get
Get a human user
Synopsis
Get one human user by UUID, email, or username.
With no selector, the command gets the currently authenticated human.
goodmem user get [user-id] [flags]Examples
# Get the currently authenticated human
goodmem user get
# Select one user by UUID, email, or username
goodmem user get 70e025f6-76ca-4cbe-b8fc-7dab8e84590a
goodmem user get --email [email protected]
goodmem user get --username sarahOptions
--email string Select by exact email address
-f, --format string Output format: json, compact, quiet (default "json")
-h, --help help for get
-i, --include-deleted Include a permanent tombstone
--username string Select by exact usernameOptions 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
- goodmem user - Manage human users