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

# ApplicationUser

> Represents the User who grants access to the application with scopes.

**Object**

Represents the User who grants access to the application with scopes.

## Fields

<ResponseField name="userId" type="UUID">
  The userId that has granted the scopes.
</ResponseField>

<ResponseField name="scopes" type="[ScopeType]">
  The user scopes available the application.
</ResponseField>

<ResponseField name="accounts" type="[Account]">
  The accounts that the user has access to.
</ResponseField>
