---
title: "Update user"
method: PUT
path: "/users/{id}"
tags: ["Users"]
---

# Update user

`PUT /users/{id}`

Updates the user information. Email cannot be updated.

## Path parameters

- `id` string, required

## Request body

- UserInput
  - `id` string
  - `displayName` string
  - `title` string
  - `email` string
  - `phoneNumber` string
  - `state` 'ACTIVE' | 'DISABLED' | 'EXPIRED'
  - `role` 'ADMIN' | 'FINANCE' | 'SALES' | 'SALES_MANAGER' | 'ACCOUNTANT' | 'BILLING_CLERK' | 'REVENUE_CLERK' | 'READ_ONLY' | 'EXECUTIVE' | 'CRM' | 'IMPORT' | 'BILLY_ADMIN' | 'BILLY_ENGINEER' | 'BILLY_SUPPORT' | 'BILLY_JOB'
  - `ssoOnly` boolean
  - `entityIds` string[]
  - `externalId` string

## Response `default`

successful operation

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
