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.

Request

This endpoint expects a list of UUIDs.

Response

No Content