Assigns a list of users to a given task

If a userId of an existing assignment is not present, the user will be unassigned from the task.

Required Permissions
Any authenticated user.

Path parameters

taskIdUUIDRequired
The id of the task.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

updateTaskPlannedDurationbooleanOptionalDefaults to true

Whether to update the task’s planned duration based on the assignments (default: true for backwards compatibility).

Request

This endpoint expects a list of UUIDs.

Response

No Content