# 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 "Enlace directo al Arguments")

#### [`authorizedUsers.token`](#token) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#token "Enlace directo al token")

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

### Type[​](#type "Enlace directo al Type")

#### [`AuthorizedUsersConnection`](https://docs.monei.com/es/es/apis/graphql/types/objects/authorized-users-connection/.md) object[​](#authorizedusersconnection- "Enlace directo al authorizedusersconnection-")

Paginated list of authorized users on the current account.
