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
taskId
The id of the task.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects a list of UUIDs.
Response
No Content