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

# Update a User

`PUT /user`

Update an existing User in the DB

## Query parameters

- `id` integer

## Request body

- User
  - `email` string, required
  - `name` string, required
  - `id` string
  - `password` string, required

## Response `200`

Show Added User

## Other responses

- `404` — User not found

---

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