Which role can execute the SHOW ORGANIZATION ACCOUNTS command successfully?
Which role can execute the SHOW ORGANIZATION ACCOUNTS command successfully?
The SHOW ORGANIZATION ACCOUNTS command in Snowflake is designed to display information about all the accounts in an organization. According to the Snowflake documentation, this command can only be executed by the ORGADMIN role, which is specifically granted the permissions to manage organization-level objects and operations.
https://docs.snowflake.com/en/sql-reference/sql/show-organization-accounts
correct