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

# BulkConnectedOAuthUser

> A user connected to your application through an active OAuth grant.

**Object**

A user connected to your application through an active OAuth grant.

## Fields

<ResponseField name="externalReferenceId" type="String">
  Your reference id for this user, if one was provided when the user connected. Users
  without an externalReferenceId cannot be selected individually by bulk operations and are
  only reachable in ALL\_CONNECTED mode.
</ResponseField>

<ResponseField name="accountId" type="UUID">
  The accountId of the connected user.
</ResponseField>

<ResponseField name="userId" type="UUID">
  The userId of the connected user.
</ResponseField>

<ResponseField name="scopes" type="[ScopeType!]!">
  The scopes the user has granted to your application.
</ResponseField>

<ResponseField name="connectedAt" type="DateTime">
  When the user connected to your application.
</ResponseField>
