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

# getApplicationUsers

> Get the users who have granted scopes to the application using 'Basic <API_KEY>'.

Get the users who have granted scopes to the application using 'Basic \<API\_KEY>'.

```graphql theme={null}
query {
  getApplicationUsers(
    paginate: OffsetInput
  ): [ApplicationUser]
}
```

## Arguments

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

## Returns

[`[ApplicationUser]`](/api-reference/types/application-user) — Represents the User who grants access to the application with scopes.
