--- title: organization list description: >- Lists the Shopify organizations that you have access to, along with their organization IDs. api_name: shopify-cli source_url: html: 'https://shopify.dev/docs/api/shopify-cli/general-commands/organization-list' md: >- https://shopify.dev/docs/api/shopify-cli/general-commands/organization-list.md --- # organization list Lists the Shopify organizations that you have access to, along with their organization IDs. #### Flags The following flags are available for the `organization list` command: * **--no-color** **env: SHOPIFY\_FLAG\_NO\_COLOR** Disable color output. * **--verbose** **env: SHOPIFY\_FLAG\_VERBOSE** Increase the verbosity of the output. * **-j, --json** **env: SHOPIFY\_FLAG\_JSON** Output the result as JSON. Automatically disables color output. Examples ### Examples * #### ##### organization list ```sh shopify organization list [flags] ``` ***