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

# getAccountsByUserId

> Get all the accounts information for the User using 'Basic <API_KEY>'.

Get all the accounts information for the User using 'Basic \<API\_KEY>'.

```graphql theme={null}
query {
  getAccountsByUserId(
    userId: UUID!
  ): [Account]
}
```

## Arguments

<ParamField body="userId" type="UUID!" required>
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`[Account]`](/api-reference/types/account) — Represents the account operable by the application.
