v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-031984301.2 MB
Task

Accept Task

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 has configuration.CONCURRENT_EDITING_ENABLED = true.

put/tasks/{taskId}/accept

Query parameters

onBehalfOfGroupstring

The identifier of the group on behalf of which the task is being accepted. The authenticated user must be a member of the specified group, and the group must be present in the task's assignee list.

Headers

Authorizationstring required

The bearer access token provided by Auth0.

X-LC-Tenantstring required

The identifier of the account where the request is executed.

Response

No Content