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. <Check title="Required Permissions">Any authenticated user.</Check>

Authentication

AuthorizationBearer

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

Path Parameters

taskIdstringRequiredformat: "uuid"
The id of the task.

Request

The list of user ids to assign.

Response

No Content