Account object

Overview

An account object represents a user's account on the FanHero platform inside an organization.

To learn more, read About Accounts.

Properties

The account object could have all or a subset of the following properties:

NameTypeDescription
idStringAccount ID
display_nameStringDisplay name
usernameStringUsername
first_nameStringFirst name
last_nameStringLast name
emailStringEmail addresses
passwordStringPassword
statusObjectAn Account Status object.
organizationStringThe ID of the organization to which this account belongs.
profileObjectA Profile object representing the account profile.
rolesString ArrayAn array of role IDs.
custom_fieldsObject ArrayAn array of key-value pairs that represent custom properties of the account. Custome properties could be specific to your country of origin, business model, etc.
localeStringAn ISO 639-1 language code
is_adminBooleanIf True, this account has administrator permissions.
is_tenant_userBooleanIf True, this account is the owner of the organization.
is_super_userBooleanIf True, this account is a super user.