---
title: "Update the authenticated user"
method: PUT
path: "/user"
tags: ["User"]
---

# Update the authenticated user

`PUT /user`

Update the authenticated user profile

## Request body

- UserUpdate
  - `name` string, required — The display name for this user
  - `picture_url` string, uri, required — URL to the picture associated with this user
  - `description` string — A description of the user

## Response `202`

Accepted

- UpdateAccepted — Accepted request response for existing resource
  - `status` string

## Other responses

- `400` — Invalid request
- `403` — Access forbidden
- `404` — Not found
- `422` — Validation Error
- `500` — Server error

---

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