---
title: "Accept Task"
method: PUT
path: "/tasks/{taskId}/accept"
tags: ["Task"]
---

# Accept Task

`PUT /tasks/{taskId}/accept`

Accepts a task. The authenticated user becomes the owner of the accepted task and can start work on it. Optionally, the task can be accepted on behalf of a group by providing the `onBehalfOfGroup` query parameter. In this case, the authenticated user must be a member of the specified group, and the group must be present in the task's assignee list. The `onBehalfOfGroup` parameter is allowed only if the [task](#/operations/GetTask) has `configuration.CONCURRENT_EDITING_ENABLED = true`.

## Query parameters

- `onBehalfOfGroup` string

## Headers

- `Authorization` string, required
- `X-LC-Tenant` string, required

## Response `204`

No Content

## Other responses

- `400` — Error codes: * "empty": Empty value for variable mentioned in the "name" field on the error response.
- `401` — The user could not be identified.
- `403` — Error codes: * "forbidden": the authenticated user is not allowed to read the resource.
- `404` — Error codes: * "notFound": the resource could not be found by identifier.
- `409` — Error codes: * "alreadyOwned": the task is already owned * "invalidStatus": the task status doesn't permit the accept operation

---

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