pi group list

Command Help

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

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

Positional arguments:
  identifier            Filter Groups by name.

Optional arguments:
  --disabled            Only list disabled Groups.
  --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 group list
┌──────────┬────────────────────────┐
│ GROUP    │ DESCRIPTION            │
╞══════════╪════════════════════════╡
│ admin    │ Admins                 │
│ all      │ All users              │
│ analog   │ analog designers       │
│ backend  │ backend designers      │
│ circuit  │ Circuit users          │
│ frontend │ frontend designers     │
│ layout   │ Layout users           │
│ newgrp   │ a new group            │
│ project  │ members of the project │
│ projman  │ project managers group │
│ tutorial │ tutorial users         │
└──────────┴────────────────────────┘
Found 11 matching object(s).