> ## 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.

# User

> Represents the User who has access to the account.

**Object**

Represents the User who has access to the account.

## Fields

<ResponseField name="userId" type="UUID">
  The userId associated with the account.
</ResponseField>

<ResponseField name="firstName" type="String">
  The first name of the user.
</ResponseField>

<ResponseField name="lastName" type="String">
  The last name of the user.
</ResponseField>
