# authorizedUsers

Lists dashboard users authorized on the current account. Caller must have `ADMIN_ACCESS` (or use an API key).

```
authorizedUsers(

  token: String

  pageSize: Int

): AuthorizedUsersConnection!
```

### Arguments[​](#arguments "Direct link to Arguments")

#### [`authorizedUsers.token`](#token) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#token "Direct link to token")

#### [`authorizedUsers.pageSize`](#page-size) ● [`Int`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) scalar[​](#page-size "Direct link to page-size")

### Type[​](#type "Direct link to Type")

#### [`AuthorizedUsersConnection`](https://docs.monei.com/apis/graphql/types/objects/authorized-users-connection/.md) object[​](#authorizedusersconnection- "Direct link to authorizedusersconnection-")

Paginated list of authorized users on the current account.
