What does the SHOW USERS SQL command do in Snowflake?
SHOW USERS
SHOW USERS lists all users in the Snowflake account. It is a read-only metadata command; it neither reports only connected users nor changes user accounts.
Community Discussion