> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sqd.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Check Authentication Status

> Display the currently authenticated SQD Cloud account with sqd whoami — useful for verifying CLI identity and switching between organizations.

# `sqd whoami`

Show the user details for the current Cloud account

* [`sqd whoami`](#sqd-whoami)

## `sqd whoami`

Show the user details for the current Cloud account

```
USAGE
  $ sqd whoami [--interactive]

FLAGS
  --[no-]interactive  Disable interactive mode
```

*See code: [src/commands/whoami.ts](https://github.com/subsquid/squid-cli/tree/master/src/commands/whoami.ts)*
