---
title: "Update the account info for a user"
method: PATCH
path: "/account/users/{id}"
tags: ["account users"]
---

# Update the account info for a user

`PATCH /account/users/{id}`

## Path parameters

- `id` string, uuid, required

## Request body

- AccountUserUpdateInput — Input for updating account info for a user
  - `user` object — Input for updating account info of a user
    - `account_role` 'account_member' | 'account_admin' — Role this user holds in this account

## Response `201`

Successful response

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