---
title: 当前账户对象
url: https://runapi.ai/zh-CN/docs/api/management/current-account/object.md
canonical: https://runapi.ai/zh-CN/docs/api/management/current-account/object
locale: zh-CN
---

# 当前账户对象

使用当前 Standard API 密钥完成身份验证的用户和账户。

## 对象字段

可复用资源对象共享的稳定字段。

### 当前账户

```json
{
  "account": {
    "description": "Current account selected by the API key.",
    "required": true,
    "type": "object"
  },
  "email": {
    "description": "Authenticated user email address.",
    "required": true,
    "type": "string"
  },
  "id": {
    "description": "Authenticated user identifier.",
    "required": true,
    "type": "integer"
  },
  "name": {
    "description": "Authenticated user name.",
    "required": true,
    "type": "string"
  }
}
```

## 相关参考

- [当前账户](/docs/api/management/current-account)
- [获取当前账户](/docs/api/management/current-account/retrieve)
