# tigris organizations list

List all organizations you belong to and interactively select one as active.

**Alias:** `l`

## Usage[​](#usage "Direct link to Usage")

```
tigris organizations list [flags]

t3 orgs l [flags]
```

## Flags[​](#flags "Direct link to Flags")

| Name             | Required | Default  | Description                                              |
| ---------------- | -------- | -------- | -------------------------------------------------------- |
| `--format`, `-f` | No       | `select` | Output format. Options: `json`, `table`, `xml`, `select` |
| `--select`, `-i` | No       | —        | Interactive selection mode                               |

## Examples[​](#examples "Direct link to Examples")

```
# List and select an organization interactively

tigris orgs list



# List organizations as JSON

tigris orgs list --format json
```
