---
title: "Update user"
method: POST
path: "/user"
tags: ["[v1] User"]
---

# Update user

`POST /user`

Update user's data. If `user_id` is not provided, the data for the user associated with the API key will be updated.

## Request body

- object
  - `get_users` boolean — if provided then returns users data
  - `user_id` string — user id to update or comma-separated user ids to get if `get_users` is `true`
  - `display_name` string — user display name, typically name and surname

## Response `200`

OK - returns empty response when everything went ok

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

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