infomaniak_get_account_full
Retrieve complete organization details including legal entity, billing info, VAT, locale, timezone, support tier, 2FA policy, and user roles. Requires account ID from list organizations.
Instructions
Full organization detail: legal entity, billing address(es), VAT, locale, timezone, logo URLs, support tier (premium=2), 2FA-required policy, your role (owner/admin/billing/user), user/owner counts, tags. Manager-private.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Account/organization id. Discover via infomaniak_list_organizations. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| legal_entity_type | No | ||
| website | No | ||
| phone | No | ||
| vat_number | No | ||
| locale | No | ||
| timezone | No | ||
| logo | No | ||
| logo_square | No | ||
| support_level | No | ||
| has_2fa_required | No | ||
| beta | No | ||
| type | No | "owner" | "admin" | "billing" | "user" — your role. | |
| billing | No | ||
| mailing | No | ||
| workspace_only | No | ||
| no_access | No | ||
| is_blocked | No | ||
| is_customer | No | ||
| is_sso | No | ||
| nb_users | No | ||
| count_owners | No | ||
| has_customer_paiement_method | No | ||
| addresses | No | ||
| tags | No | ||
| created_at | No |