UserAccount Object
Represents tha association of an account and user
Fields
#
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.
isBillingContact
Boolean !
Non-null
Indicates whether the user is a billing user for the account and should recieve billing communications.
isAccountContact
Boolean !
Non-null
Indicates whether the user should recieve account level communications.
Usages
#
References
#
- Field accounts from Useruseruser
- Field users from GlobalAccount
Previous
User