---
title: "Add User to a Workspace with Workspace Collaborator access role"
method: PUT
path: "/api/v1/workspaces/{workspaceId}/users/{userId}"
tags: ["Workspaces"]
---

# Add User to a Workspace with Workspace Collaborator access role

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

## Path parameters

- `workspaceId` string, uuid, required
- `userId` string, uuid, required

## Request body

- ExternalAPIContractsRequestsV1AddUserToWorkspaceRequest
  - `requestId` string, uuid, nullable — Idempotency key

## Response `200`

OK

---

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