> ## 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.

# `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)*


## Related topics

- [Authentication](/en/cloud/reference/cli/auth.md)
- [Authorization](/en/sdk/squid-sdk/solana/reference/openreader/configuration/authorization.md)
- [Troubleshooting](/en/cloud/troubleshooting.md)
- [Deployment Guide](/en/cloud/deployment-guide.md)
- [Query EVM Transactions](/en/portal/evm/examples/query-transactions.md)
