pi user

Commands related to managing Perforce IPLM users.

Command Overview Help

> pi user -h
Usage: pi user [-h] SUBCOMMAND ...

Description: Commands related to Users. These subcommands are used to add,
edit, delete and list information about Users.

Optional arguments:
  -h, --help  Show this help message and exit

Available sub-commands:
  SUBCOMMAND
    add       Create a new User.
    disable   Disable an existing User.
    edit      Edit an existing User.
    enable    Enable a disabled User.
    list (ls)
              List all matching Users.
    obliterate
              Permanently delete an existing disabled User.
    sync      Sync an externally derived Users/Groups definition.

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

USER template

[USER]
# Username is required and must be a unique identifier.
# Must not contain colons ":" or newline characters.
name = newuser

# Email is required
email =

# Password is required
password =

# Full name is optional
fullname =

# Description is optional
description =

# The Icon is optional
icon =

Subcommands