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

# user

View your account information and current balance.

<RequestExample>
  ```bash Command theme={"theme":{"light":"github-light","dark":"github-dark"}}
  runpodctl user
  ```
</RequestExample>

## Alias

You can use `me` as a shorthand for `user`:

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
runpodctl me
```

## Description

The `user` command displays information about your Runpod account, including:

* Account email
* Current credit balance
* Current spend per hour
* Spend limit
* Notification settings

## Example output

```json theme={"theme":{"light":"github-light","dark":"github-dark"}}
{
  "clientBalance": 435.85,
  "currentSpendPerHr": 0.001,
  "email": "user@example.com",
  "id": "user_abc123",
  "notifyLowBalance": true,
  "notifyPodsGeneral": true,
  "notifyPodsStale": true,
  "spendLimit": 180
}
```

## Related commands

* [`runpodctl billing`](/runpodctl/reference/runpodctl-billing)
* [`runpodctl config`](/runpodctl/reference/runpodctl-config)
