Issue
I want to use the CLI to determine which Enterprise Accounts (not teams) my user has access to.
Resolution
Install the Enterprise CLI plugin: https://www.npmjs.com/package/@heroku-cli/plugin-enterprise#heroku-enterprise
After installing the plugin, use the command below to list your accounts:
$ heroku enterprise
Enterprise Name
playtronics
cosmo
To view all members of a specific enterprise account and their access levels, use the command below:
$ heroku enterprise:members -e Account-name