---
title: "Assign users to project task"
method: PUT
path: "/v3/projects/{taskId}/assign"
tags: ["[v3] Projects"]
---

# Assign users to project task

`PUT /v3/projects/{taskId}/assign`

Assigns one or more users to the selected project task with the provided project role.

## Path parameters

- `taskId` integer, required

## Headers

- `Accept` string
- `Content-Type` string

## Request body

- object
  - `userIds` integer[], required — List of user IDs to assign to the task.
  - `roleId` integer, required — Project role ID to assign to all listed users.

## Response `200`

Users assigned successfully

- object
  - `data` string

## Other responses

- `400` — Bad request or exposed business error
- `403` — Forbidden
- `500` — Internal server error

---

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