---
title: "PUT /users/{userGuid}"
method: PUT
path: "/users/{userGuid}"
tags: ["user"]
---

# PUT /users/{userGuid}

`PUT /users/{userGuid}`

Update an existing user

## Path parameters

- `userGuid` string, required — uuid of the user to update

## Request body

- unknown

## Response `201`

UserUpdateSuccessResponse

- UserUpdateSuccessResponse
  - `data` string
  - `message` string

## Other responses

- `400` — FailureResponse

---

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