---
title: Oggetto Account corrente | RunAPI
description: L'utente autenticato e l'account corrente selezionato dalla Chiave API
  Standard presentata.
url: https://runapi.ai/it/docs/api/management/current-account/object.md
canonical: https://runapi.ai/it/docs/api/management/current-account/object
locale: it
---

> Versione HTML: https://runapi.ai/it/docs/api/management/current-account/object
> Indice del sito per gli agenti: https://runapi.ai/llms.txt

# Oggetto Account corrente

L'utente autenticato e l'account corrente selezionato dalla Chiave API Standard presentata.

## Campi dell'oggetto

Campi stabili condivisi dall'oggetto riutilizzabile della risorsa.

### Account corrente

```json
{
  "account": {
    "description": "Account corrente selezionato dalla Chiave API.",
    "properties": {
      "id": {
        "description": "Identificatore dell'account corrente.",
        "required": true,
        "type": "integer"
      },
      "name": {
        "description": "Nome dell'account corrente.",
        "required": true,
        "type": "string"
      }
    },
    "required": true,
    "type": "object"
  },
  "email": {
    "description": "Indirizzo email dell'utente autenticato.",
    "required": true,
    "type": "string"
  },
  "id": {
    "description": "Identificatore dell'utente autenticato.",
    "required": true,
    "type": "integer"
  },
  "name": {
    "description": "Nome dell'utente autenticato.",
    "required": true,
    "type": "string"
  }
}
```

## Riferimento correlato

- [Account corrente](https://runapi.ai/it/docs/api/management/current-account.md)
- [Recupera l'account corrente](https://runapi.ai/it/docs/api/management/current-account/retrieve.md)

---

## Altre risorse di RunAPI

- [Home](https://runapi.ai/it/.md)
- [Catalogo dei modelli](https://runapi.ai/it/models.md)
- [Prezzi](https://runapi.ai/it/pricing.md)
- [Fornitori](https://runapi.ai/it/models)
- [Documentazione](https://runapi.ai/it/docs/guides)
- [SDK](https://runapi.ai/it/sdk.md)
- [CLI](https://runapi.ai/it/cli.md)
- [MCP Server](https://runapi.ai/it/mcp.md)
- [Claude Code vs Cursor](https://runapi.ai/it/claude-code-vs-cursor.md)
- [Configurazione Cursor API](https://runapi.ai/it/cursor-api-setup.md)
- [RunAPI vs OpenRouter](https://runapi.ai/it/openrouter-alternative.md)
- [Enterprise](https://runapi.ai/it/contact.md)
- [Contatti](https://runapi.ai/it/contact.md)
- [Termini](https://runapi.ai/it/terms.md)
- [Privacy](https://runapi.ai/it/privacy.md)
- [Indice del sito per gli agenti](https://runapi.ai/llms.txt)

Contatti: contact@runapi.ai

## Dati strutturati

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "it",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/it",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/it/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "it",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/it",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/iticon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "it",
    "@type": "TechArticle",
    "headline": "Oggetto Account corrente",
    "description": "L'utente autenticato e l'account corrente selezionato dalla Chiave API Standard presentata.",
    "url": "https://runapi.ai/it/docs/api/management/current-account/object",
    "mainEntityOfPage": "https://runapi.ai/it/docs/api/management/current-account/object"
  }
]
```
