Account
Retrieve information about the current user's account.
Table Specific Information
Select
Retrieve information about current user's account
SELECT * FROM Account
Columns
Name | Type | References | Description |
Id [KEY] | Integer | The unique identifier of the account in Highrise. | |
Name | String | The name the account is registered for. | |
Subdomain | String | The account's subdomain. | |
Plan | String | The plan the account was opened with. | |
OwnerId | Integer | The identifier of the account's user. | |
PeopleCount | Integer | The number of persons maintained in the account. | |
Storage | Integer | The bytes taken up in the account. | |
SSLEnabled | Boolean | Whether SSL is enabled for the account. | |
CreatedAt | Datetime | The date and time when the account was created. | |
UpdatedAt | Datetime | The date and time when the task category was last updated. |