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

# Show all projects users for an account

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

## Path parameters

- `project_id` string, uuid, required

## Query parameters

- `filters[email_like]` string
- `filters[email_eq]` string
- `filters[last_name_like]` string
- `filters[last_name_eq]` string
- `filters[first_name_like]` string
- `filters[first_name_eq]` string
- `filters[phone_number_like]` string
- `filters[company_like]` string
- `filters[company_eq]` string
- `filters[job_title_like]` string
- `filters[job_title_eq]` string
- `filters[language_eq]` string
- `filters[is_confirmed_eq]` string
- `filters[created_at_gte]` string
- `filters[created_at_gt]` string
- `filters[created_at_lte]` string
- `filters[created_at_lt]` string
- `filters[updated_at_gte]` string
- `filters[updated_at_gt]` string
- `filters[updated_at_lte]` string
- `filters[updated_at_lt]` string

## Headers

- `Fieldwire-Version` string, date, required

## Response `200`

Successful response

- UserWithProject[]
  - `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
  - `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
  - `is_approved` boolean, nullable — If this user is approved to be a part of the project
  - `project_id` string, uuid — ID of the project this user belongs to
  - `is_admin` boolean, nullable — If this user is an admin in this project
  - `user_deleted_at` string, date-time, nullable — Time when this user was deleted from this project
  - `user_blocked_at` string, date-time, nullable — Deprected: Time when this user was blocked from accessing this project
  - `role` 'admin' | 'member' | 'follower' | 'null', nullable — Role this user holds in this project

---

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