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. jsmith)

pgutil security users show --username="jsmith"

Example output:

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

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

Also note that source options must also be specified unless you have the "Default" source configured. See Working with Sources to learn more.