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:
Name | Type | Description |
---|---|---|
id | String | Account ID |
display_name | String | Display name |
username | String | Username |
first_name | String | First name |
last_name | String | Last name |
email | String | Email addresses |
password | String | Password |
status | Object | An Account Status object. |
organization | String | The ID of the organization to which this account belongs. |
profile | Object | A Profile object representing the account profile. |
roles | String Array | An array of role IDs. |
custom_fields | Object Array | An 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. |
locale | String | An ISO 639-1 language code |
is_admin | Boolean | If True, this account has administrator permissions. |
is_tenant_user | Boolean | If True, this account is the owner of the organization. |
is_super_user | Boolean | If True, this account is a super user. |