# AuthorizedUsersConnection

Paginated list of authorized users on the current account.

```
type AuthorizedUsersConnection {

  items: [AuthorizedUser!]!

  nextToken: String

}
```

### Fields[​](#fields "Direct link to Fields")

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

Page of authorized users.

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

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

### Returned By[​](#returned-by "Direct link to Returned By")

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