---
title: "Update a user (admin)"
method: PATCH
path: "/v1/users/{id}"
tags: ["Users"]
---

# Update a user (admin)

`PATCH /v1/users/{id}`

## Path parameters

- `id` string, required

## Request body

- object
  - `plan` 'free' | 'starter' | 'agency' | 'enterprise'
  - `active` boolean
  - `name` string
  - `slug` string
  - `timezone` string

## Response `200`

Default Response

---

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