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

# getBulkConnectedOAuthUsers

> List the users connected to your application through active OAuth grants, using 'Basic <API_KEY>'.

List the users connected to your application through active OAuth grants, using
'Basic \<API\_KEY>'. Requires the bulk API capability on your application. Returns
identifiers and granted scopes only — never tokens.

```graphql theme={null}
query {
  getBulkConnectedOAuthUsers(
    paginate: BulkPaginationInput
  ): BulkConnectedOAuthUsers
}
```

## Arguments

<ParamField body="paginate" type="BulkPaginationInput">
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`BulkConnectedOAuthUsers`](/api-reference/types/bulk-connected-oauth-users) — A page of users connected to your application.
