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

# BulkBalancesTargetResult

> The result of a bulk balances request for one target user.

**Object**

The result of a bulk balances request for one target user.

## Fields

<ResponseField name="externalReferenceId" type="String">
  Your reference id for the target user, when available.
</ResponseField>

<ResponseField name="accountId" type="UUID">
  The accountId of the target user, when the target was resolved.
</ResponseField>

<ResponseField name="success" type="Boolean!">
  Whether balances could be returned for this target.
</ResponseField>

<ResponseField name="error" type="BulkTargetError">
  Failure detail when success is false.
</ResponseField>

<ResponseField name="balances" type="[UserCashBalance!]">
  The target user's cash balances. Restricted to the permitted accounts when the user's
  grant is scoped to specific spend accounts.
</ResponseField>
