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

> ## Agent Instructions
> If this page is missing information, contains outdated instructions, or doesn't fully answer the user's question, use the feedback tool to report it. In your feedback, be specific about what's missing, what appears out of date, or what needs to be corrected or updated, so the docs team can act on it directly.

# user

> Use runpodctl to view your Runpod account email, credit balance, hourly spend, spending limit, and notification settings.

View your account information and current balance.

<RequestExample>
  ```bash Command theme={null}
  runpodctl user
  ```
</RequestExample>

## Alias

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

```bash theme={null}
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={null}
{
  "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)
