> For the complete documentation index, see [llms.txt](https://organizations.takomo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://organizations.takomo.io/command-line-usage/account/list-accounts.md).

# List accounts

List accounts.

## Usage

```bash
tkm org accounts list
```

## Positional arguments

This command has no positional arguments.

## Options

In addition to the [common options](https://docs.takomo.io/command-line-usage/common-options), this command has no command-specific options.

## IAM permissions

These are the minimum IAM permissions required to run this command.

```yaml
Statement:
  - Effect: Allow
    Action:
      - organizations:DescribeOrganization
      - organizations:ListAccounts
    Resource: "*"
```

## Examples

List accounts.

```bash
tkm org accounts list
```
