GetAccount
Retrieve information about the connected account.
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |
| Id | String | The account's unique identifier. |
| Slug | String | The account's slug. |
| Name | String | The account's name. |
| CountryCode | String | The account's country two-letter code in ISO3166 format |
| FirstDayOfTheWeek | String | The first day of the week for the account (sunday / monday) |
| ShowTimelineWeekends | Bool | Show weekends in timeline |
| Logo | String | The account's logo. |
| Tier | String | The account's tier. |
| PlanTier | String | The plan's tier. |
| PlanVersion | Int | The plan's version. |
| PlanPeriod | String | The plan's time period. |
| PlanMaxUsers | Int | The maximum users allowed in the plan. |
| ActiveMembersCount | Int | The number of active member users in the account |
| SignUpProductKind | String | The product the account signed up to first. |