# AuthorizedUsersConnection

Paginated list of authorized users on the current account.

```
type AuthorizedUsersConnection {

  items: [AuthorizedUser!]!

  nextToken: String

}
```

### Fields[​](#fields "Enlace directo al Fields")

#### [`AuthorizedUsersConnection.items`](#items) ● [`[AuthorizedUser!]!`](https://docs.monei.com/es/es/apis/graphql/types/objects/authorized-user/.md) non-null object[​](#items "Enlace directo al items")

Page of authorized users.

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

Token to fetch the next page. `null` when there are no more results.

### Returned By[​](#returned-by "Enlace directo al Returned By")

[`authorizedUsers`](https://docs.monei.com/es/es/apis/graphql/operations/queries/authorized-users/.md) query
