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

# whoami

> Display the current authenticated user

Show information about your current CLI session, including your name and email address.

## Usage

```bash theme={null}
base44 whoami
```

## Example output

```
Logged in as Jane Smith (jane@example.com)
```

## See also

* [`login`](/developers/references/cli/commands/login): Sign in to the CLI
* [`logout`](/developers/references/cli/commands/logout): Sign out from the CLI
