pi user list

Command Help

> pi user list -h
Usage: pi user list [-h] [--format {csv,json,long,table,template} | --verbose]
                    [--model MODEL] [--disabled]
                    [identifier [identifier ...]]

Description: List all matching Users. A variety of format and filtering
options are supported.

Positional arguments:
  identifier            Filter Users by name.

Optional arguments:
  --disabled            Only list disabled Users.
  --format {csv,json,long,table,template}
                        Return the results using the specified data structure.
                        The template format produces files that can be used by
                        the pi add|edit commands with the --template option.
  --model MODEL         Use the specified report model (table report only).
  --verbose, -v         Alias for --format long.
  -h, --help            Show this help message and exit

More information and documentation available at:
  https://help.perforce.com/methodics/
Copyright © 2010-2025 Perforce, Inc.

Example

> pi user list
┌─────────┬───────────────────┬───────────────────────┐
│ USER    │ FULL NAME         │ EMAIL                 │
╞═════════╪═══════════════════╪═══════════════════════╡
│ admin   │ admin             │ root@localhost        │
│ mdxtut  │ MDX tutorial user │ mdxtut@example.com  │
│ newuser │                   │ newuser@example.com │
└─────────┴───────────────────┴───────────────────────┘
Found 3 matching object(s).