> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Account

> Represents the account operable by the application.

**Object**

Represents the account operable by the application.

## Fields

<ResponseField name="accountId" type="UUID">
  The id of the account.
</ResponseField>

<ResponseField name="type" type="AccountType">
  The type of account.
</ResponseField>

<ResponseField name="accountName" type="String">
  The name of the business or first and last name of the user.
</ResponseField>

<ResponseField name="seats" type="[Seat]">
  The seats owned with the account.
</ResponseField>

<ResponseField name="user" type="User">
  The user associated with the account.
</ResponseField>

<ResponseField name="business" type="Business">
  The business associated with the account.
</ResponseField>
