---
title: "Show all account users projects"
method: GET
path: "/api/v3/account/users/{user_id}/projects"
tags: ["account users projects"]
---

# Show all account users projects

`GET /api/v3/account/users/{user_id}/projects`

## Path parameters

- `user_id` string, uuid, required

## Headers

- `Fieldwire-Version` string, date, required

## Response `200`

Successful response

- Project[]
  - `id` string, uuid, required — ID of the entity
  - `account_id` integer, required — Account id project is under
  - `has_logo` boolean, required — Boolean if project has logo
  - `has_specs` boolean — If project has specs module enabled
  - `is_3d_bim_enabled` boolean, nullable — If 3D BIM is enabled for this project
  - `is_mobile_location_creation_enabled` boolean, nullable — If location creation on mobile is enabled for this project
  - `is_email_notifications_enabled` boolean, required — Whether email notifications are enabled for this project
  - `is_markup_symbols_enabled` boolean, nullable — Whether markup symbols is enabled for this project
  - `is_plan_text_search_enabled` boolean — Whether plan text search is enabled for this project
  - `prompt_effort_on_complete` boolean, required — Whether prompt to input effort should be shown on marking tasks as completed
  - `address` string, nullable — Address of this project
  - `code` string, nullable — Code of this project
  - `color` string, required — Color to use for this project for highlighting in the UI
  - `currency` string, required — Currency to use for the `cost_value` of `Task`s in this project
  - `default_pm_group_id` string, uuid, nullable — The default PmGroup for this project, if it is a PM-enabled project
  - `logo_url` string, nullable — URL of the logo for this project
  - `man_power_units` string, required — Unit to use for the `man_power_value` of `Task`s in this project
  - `name` string, required — Name of this project
  - `time_zone` string, required — Timezone of this project
  - `min_verified_at_days` integer — Count of days after which verified tasks are archived
  - `sheets_limit` integer, nullable — Count of the latest sheet versions that should be cached on the mobile apps
  - `owner_email` string, nullable — Email of user who owns the project
  - `plan_name` 'Basic' | 'Pro' | 'Business' | 'Enterprise' — Tier this project belongs to
  - `is_premium` boolean, required — If this is a premium project
  - `is_pm_enabled` boolean, required — If this is a pm enabled project
  - `is_submittals_enabled` boolean, required — If submittals is enabled for this project
  - `is_change_orders_enabled` boolean, required — If change orders is enabled for this project
  - `is_ai_enabled` boolean, required — If AI features are enabled in the account this project is under
  - `is_mfa_enabled` boolean, required — If MFA is enabled in the account this project is under
  - `rfi_visibility` 0 | 1 — If RFIs in this project are visible to all companies or only to lead companies (if PM enabled)
  - `is_enterprise` boolean, required — If this project is an enterprise project
  - `work_week` boolean[], nullable — Array of seven boolean values indicating whether Sunday-Saturday are work days
  - `archived_at` string, date-time, nullable — Time when this project was archived
  - `created_at` string, date-time, required — Time when the server created the entity
  - `device_created_at` string, date-time, required — Time when the device created the entity
  - `resolved_conflict` boolean, required — Specifies if PUT/PATCH request was rejected - do not store this field!
  - `device_updated_at` string, date-time, required — Time when the device last updated the entity
  - `updated_at` string, date-time, required — Time when the server last updated the entity
  - `deleted_at` string, date-time, nullable — Time the server deleted the entity
  - `plans_automation` object, nullable — Plans automation metadata
    - `id` string, uuid — Automation instance id
    - `status` 'starting' | 'started' | 'stopped' | 'error' — Status of automation instance
    - `name` string — Name of automation eg: Google Drive

---

[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)
