> 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/input-types/account-order-by-input.md).

# AccountOrderByInput

Defines the sorting configuration for the accounts list.

```graphql
input AccountOrderByInput {
  accountName: Sort
  email: Sort
  name: Sort
}
```

### Fields

#### accountName ● [`Sort`](/api/graphql/data-access/enumerations/sort.md) enum <a href="#account-name" id="account-name"></a>

#### email ● [`Sort`](/api/graphql/data-access/enumerations/sort.md) enum <a href="#email" id="email"></a>

#### name ● [`Sort`](/api/graphql/data-access/enumerations/sort.md) enum <a href="#name" id="name"></a>

### Member Of

[`accounts`](/api/graphql/data-access/queries/accounts.md) query
