---
title: 目前帳戶物件 | RunAPI
description: 已驗證身分的使用者，以及由所提供標準 API 金鑰所選取的目前帳戶。
url: https://runapi.ai/zh-TW/docs/api/management/current-account/object.md
canonical: https://runapi.ai/zh-TW/docs/api/management/current-account/object
locale: zh-TW
---

> HTML 版本: https://runapi.ai/zh-TW/docs/api/management/current-account/object
> 代理程式網站索引: https://runapi.ai/llms.txt

# 目前帳戶物件

已驗證身分的使用者，以及由所提供標準 API 金鑰所選取的目前帳戶。

## 物件欄位

資源可重複使用物件所共用的穩定欄位。

### 目前帳戶

```json
{
  "account": {
    "description": "API 金鑰所選取的目前帳戶。",
    "properties": {
      "id": {
        "description": "目前帳戶識別碼。",
        "required": true,
        "type": "integer"
      },
      "name": {
        "description": "目前帳戶名稱。",
        "required": true,
        "type": "string"
      }
    },
    "required": true,
    "type": "object"
  },
  "email": {
    "description": "已驗證使用者的電子郵件地址。",
    "required": true,
    "type": "string"
  },
  "id": {
    "description": "已驗證使用者的識別碼。",
    "required": true,
    "type": "integer"
  },
  "name": {
    "description": "已驗證使用者的名稱。",
    "required": true,
    "type": "string"
  }
}
```

## 相關參考資料

- [目前帳戶](https://runapi.ai/zh-TW/docs/api/management/current-account.md)
- [擷取目前帳號](https://runapi.ai/zh-TW/docs/api/management/current-account/retrieve.md)

---

## RunAPI 的更多內容

- [首頁](https://runapi.ai/zh-TW/.md)
- [模型目錄](https://runapi.ai/zh-TW/models.md)
- [價格](https://runapi.ai/zh-TW/pricing.md)
- [提供商](https://runapi.ai/zh-TW/models)
- [文件](https://runapi.ai/zh-TW/docs/guides)
- [SDK](https://runapi.ai/zh-TW/sdk.md)
- [CLI](https://runapi.ai/zh-TW/cli.md)
- [MCP Server](https://runapi.ai/zh-TW/mcp.md)
- [Claude Code 與 Cursor](https://runapi.ai/zh-TW/claude-code-vs-cursor.md)
- [Cursor API 設定](https://runapi.ai/zh-TW/cursor-api-setup.md)
- [RunAPI 與 OpenRouter](https://runapi.ai/zh-TW/openrouter-alternative.md)
- [企業版](https://runapi.ai/zh-TW/contact.md)
- [聯絡我們](https://runapi.ai/zh-TW/contact.md)
- [服務條款](https://runapi.ai/zh-TW/terms.md)
- [隱私權](https://runapi.ai/zh-TW/privacy.md)
- [代理程式網站索引](https://runapi.ai/llms.txt)

聯絡我們: contact@runapi.ai

## 結構化資料

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-TW",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-TW",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/zh-TW/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-TW",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-TW",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/zh-TWicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-TW",
    "@type": "TechArticle",
    "headline": "目前帳戶物件",
    "description": "已驗證身分的使用者，以及由所提供標準 API 金鑰所選取的目前帳戶。",
    "url": "https://runapi.ai/zh-TW/docs/api/management/current-account/object",
    "mainEntityOfPage": "https://runapi.ai/zh-TW/docs/api/management/current-account/object"
  }
]
```
