users property
Users with access to the account.
Every account (except for subaccounts) must have at least one admin user.
Implementation
core.List<AccountUser>? users;
Users with access to the account.
Every account (except for subaccounts) must have at least one admin user.
core.List<AccountUser>? users;