---
title: Current Account object
url: https://runapi.ai/docs/api/management/current-account/object.md
canonical: https://runapi.ai/docs/api/management/current-account/object
locale: en
---

# Current Account object

The authenticated user and the current account selected by the presented Standard API key.

## Object fields

Stable fields shared by the resource's reusable object.

### Current Account

```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"
  }
}
```

## Related reference

- [Current Account](/docs/api/management/current-account)
- [Retrieve the current account](/docs/api/management/current-account/retrieve)
