---
title: "Update a user's status"
method: PUT
path: "/v1/workspaces/{workspaceId}/users/{userId}"
tags: ["Workspace"]
---

# Update a user's status

`PUT /v1/workspaces/{workspaceId}/users/{userId}`

## Path parameters

- `workspaceId` string, required — Represents a workspace identifier across the system.
- `userId` string, required — Represents a user identifier across the system.

## Request body

- UpdateUserStatusRequest
  - `status` 'ACTIVE' | 'INACTIVE', required — Represents membership status.

## Response `200`

OK

- WorkspaceDtoV1 — unresolved $ref

---

[API](https://skmtc.dev/clockify/apis/clockify-api.md) · [All operations](https://skmtc.dev/clockify/apis/clockify-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clockify/clockify-api/revisions/a5b636acbcd8/schema)
