---
title: "Update user"
method: PUT
path: "/v1/users"
tags: ["users"]
---

# Update user

`PUT /v1/users`

Update the details of a user.

## Headers

- `Workspace` string, required

## Request body

- EndUserRequest
  - `email` string, required — The user's email address.
  - `protectedUser` boolean, required — The protection status of the user.

## Response `200`

Success

- EndUserResponse
  - `id` string — The unique identifier of the user.
  - `email` string — The user’s email address.
  - `name` string — The user’s full name.
  - `protectedUser` boolean — The protection status of the user.

## Other responses

- `400` — Bad request, validation error
- `401` — Unauthorized request
- `403` — Access forbidden
- `429` — Too Many Requests
- `500` — Internal server error

---

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