users property

List<AccountUser>? users
getter/setter pair

Users with access to the account.

Every account (except for subaccounts) must have at least one admin user.

Implementation

core.List<AccountUser>? users;