Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

Show User

view on GitHub

Show User is available as a pgutil command, and will return account details of a specified User.

Command Specification (CLI)

The security users show command is used to show the details of a specified User's account.

The --username option is always required.

Showing a User requires the user name (e.g. "John Smith")

pgutil security users show --username="John Smith"

Example output:

User name: John Smith
Display name: jsmith
Email: jsmith@kramerica.com
Group membership: Developers

Note: The User's password details will be omitted from the output.