# Azion CLI whoami

The `azion whoami` command prints the email address of the user currently authenticated on the Azion CLI. It's a quick way to confirm which account your commands will run against, which is especially handy when you work with more than one Azion account on the same machine. The command reads the locally stored credentials and outputs the associated email.

:::note 
If you aren't logged in, `azion whoami` has no authenticated user to report. Run `azion login` first to authenticate the CLI.
:::

---

## Usage

```bash
$ azion whoami
```

## Local options

### help

The `-h` or `--help` flag displays more information about the `azion whoami` command. It's an optional flag.

## Related commands

- [azion login](/en/documentation/products/cli/login/): authenticates the CLI with your Azion account.
- [azion logout](/en/documentation/products/cli/logout/): signs out and removes the locally stored personal token.