---
title: "Show account information"
method: GET
path: "/account"
tags: ["accounts"]
---

# Show account information

`GET /account`

## Response `200`

Successful response

- Account — Information about the account & its owner
  - `id` integer, required — ID of the entity
  - `company_address` string, nullable — Address of the company
  - `company_name` string, nullable — Name of the company
  - `has_photo_attachments_toggle` boolean, nullable — Whether photo attachments can be turned on & off
  - `has_tasks_toggle` boolean, nullable — Whether tasks can be turned on & off
  - `is_3d_bim_enabled` boolean, nullable — Whether BIM is enabled
  - `is_submittals_enabled` boolean, nullable — Whether Submittal module is enabled
  - `is_change_orders_enabled` boolean, nullable — Whether Change Orders module is enabled
  - `is_pm_enabled` boolean, nullable — Whether RFI module is enabled
  - `has_pm` boolean, nullable — Whether any PM module is enabled
  - `has_specs` boolean, nullable — Whether specs module is enabled
  - `invoice_email` string, nullable — Email to send the invoice to
  - `owner` User — General information of a user
    - `id` integer, required — ID of user
    - `account_id` integer, nullable — ID of the account this user belongs to
    - `invited_by_id` integer, nullable — ID of the user who invited this user to the platform
    - `is_email_deliverable` boolean, required — If email can be delivered to this user
    - `company` string, nullable — Name of the company this user belongs to
    - `company_type` 'ARCHITECT_SLASH_DESIGNER' | 'GENERAL_CONTRACTOR' | 'OWNER' | 'SPECIALTY_CONTRACTOR' | 'OTHER' | 'null', nullable — Type of the company this user belongs to
    - `email` string, required — Email of this user
    - `first_name` string, required — First name of this user
    - `job_title` string, nullable — Title this user holds at their job
    - `language` string, required — Preferred language of this user
    - `last_name` string, required — Last name of this user
    - `phone_number` string, nullable — Phone number of this user
    - `photo_url` string, nullable — URL where the profile picture of this user lives
    - `email_notifications` 'never' | 'daily' | 'instantly' | 'null', nullable — Email notification preference of this user for delivering task updates
    - `sync_scheme` 'smart_cellular' | 'full_cellular', required — Synchronization scheme of this user used by the mobile apps
    - `account_role` 'account_member' | 'account_admin' — The role of the user in the account they belong to
    - `email_addresses` object[] — Deprecated. Use the "email" property instead
    - `is_confirmed` boolean — Whether the user has accepted the invitation if there was one
    - `created_at` string, date-time, required — Time when the server created this user
    - `current_sign_in_at` string, date-time, nullable — Last time the user was seen online
    - `in_app_purchase_end_at` string, date-time, nullable — When the in app purchase this user made ends
    - `updated_at` string, date-time, required — Time when the server last updated this user
    - `trade_type` 'CONCRETE' | 'EARTHWORK' | 'ELECTRICAL' | 'FIRE_SUPPRESSION' | 'FRAMING_AND_OR_DRYWALL' | 'HVAC' | 'LOW_VOLTAGE' | 'MECHANICAL' | 'PLUMBING' | 'UTILITIES' | 'OTHER' | 'null', nullable — Type of the trade this user's company belongs to

---

[API](https://skmtc.dev/fieldwire/apis/fieldwire-super-api.md) · [All operations](https://skmtc.dev/fieldwire/apis/fieldwire-super-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fieldwire/fieldwire-super-api/revisions/66ee1c20b92d/schema)
