AuthorizedUsersConnection
Paginated list of authorized users on the current account.
type AuthorizedUsersConnection {
items: [AuthorizedUser!]!
nextToken: String
}
Fields
AuthorizedUsersConnection.items ● [AuthorizedUser!]! non-null object
Page of authorized users.
AuthorizedUsersConnection.nextToken ● String scalar
Token to fetch the next page. null when there are no more results.
Returned By
authorizedUsers query