---
title: "Update Staff User"
method: PATCH
path: "/admin/staff/{user_id}"
tags: ["Admin"]
---

# Update Staff User

`PATCH /admin/staff/{user_id}`

Update a staff user's settings. Requires admin authentication.

## Path parameters

- `user_id` string, required

## Request body

- UpdateStaffUserRequest — Request to update a staff user's settings
  - `meeting_phone_number` string, nullable
  - `voip_extension` string, nullable
  - `user_type` 'admin' | 'staff' — Enum for user types

## Response `200`

Successful Response

- UpdateStaffUserResponse — Response after updating a staff user
  - `id` string, required
  - `meeting_phone_number` string, nullable
  - `voip_extension` string, nullable
  - `user_type` 'admin' | 'staff', required — Enum for user types
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
