SHOW USERS lists the users for all databases.
Since the keywords
ROLES and USERS can now be used interchangeably in SQL statements for enhanced PostgreSQL compatibility, SHOW USERS is now an alias for .Synopsis
Required privileges
The user must have the on thesystem.users and system.role_members tables.
Example
\du :

