---
title: "PATCH /admin/user/{userId}"
method: PATCH
path: "/admin/user/{userId}"
tags: ["admin"]
---

# PATCH /admin/user/{userId}

`PATCH /admin/user/{userId}`

Update a user info

## Path parameters

- `userId` string, required

## Request body

- object
  - `name` string
  - `isActivated` boolean

## Response `200`

Update a user info successfully.

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/versions/7515f3b33d79/schema)
