> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/queries/account.md).

# account

Retrieves a single account by its ID.

```graphql
account(
  id: ID!
): Account!
```

### Arguments

#### id ● [`ID!`](/api/graphql/data-access/scalars/id.md) non-null scalar <a href="#id" id="id"></a>

### Type

#### [`Account`](/api/graphql/data-access/object-types/account.md) object

Represents an account (in a single data source) of a user.
