UserAccount Object
Represents tha association of an account and user
Fields
#
isAccountContact
Boolean !
Non-null
Indicates whether the user should recieve account level communications.
isBillingContact
Boolean !
Non-null
Indicates whether the user is a billing user for the account and should recieve billing communications.
isPartner
Boolean !
Non-null
Indicates whether the user is a partner user (not employee) for the account. Please note partner users do not count against any plan user limits.
Usages
#
References
#
- Field accounts from UserUserUser
- Field users from GlobalAccount
Previous
User