---
title: "Updates the authorized user"
method: PATCH
path: "/user"
tags: ["User API"]
---

# Updates the authorized user

`PATCH /user`

## Request body

- UpdateUserRequest
  - `name` string — The name of the user

## Response `200`

- UserView
  - `url` string — API endpoint to GET this object
  - `html_url` string — Web URL to view this object in Buddy.works
  - `id` integer — The ID of the user
  - `name` string — The name of the user
  - `avatar_url` string — The avatar URL of the user
  - `email` string — The email address of the user
  - `workspaces_url` string — The workspaces URL of the user

---

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