---
title: "Update a User"
method: PUT
path: "/api/record/crmuser/{id}"
---

# Update a User

`PUT /api/record/crmuser/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `firstname` string, required — First name
  - `languageid` integer, required — Language the system will display in for this user. Can set 1037 for Hebrew or 1033 for English (Picklist).
  - `roleid` string, required — The GUID of the role assigned to this user. Will control the user's permissions.
  - `username` string, required — Email address used to sign into the system.
  - `businessunitid` string — The GUID of the business unit assigned to this user. May control the user's sharing level.
  - `callerid` string — Phone extension number
  - `emailaddress1` string — Email address used to receive all emails from the system, will be used to reset the password of this user.
  - `employeeid` string — Employee ID
  - `fax` string — Fax
  - `isworking` integer — Sets if the user is currently working (Picklist).
  - `jobtitle` string — Job title
  - `lastname` string — Last name
  - `locale` integer — Sets the date time format displayed in this user's system (Picklist).
  - `ownerid` string — Must be set as the GUID of this system user. Will be used for permissions.
  - `pcfgoal` number, float — Personal goal for this user.
  - `salutation` integer — Salutation (Picklist)
  - `sipid` string — The user's SIPID from the organization's call center.
  - `sipidusername` string — The user's SIPID username.
  - `telephone1` string — Primary phone number
  - `telephone2` string — Secondary phone number
  - `telephone3` string — Third used phone number
  - `timezone` string — Time zone (Picklist)

## Response `200`

200

- object
  - `success` boolean
  - `data` string
  - `message` string

## Other responses

- `400` — 400
- `401` — 401

---

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