Assigns a list of users to a task.
Assigns a list of users to a task. Replaces existing assignments with the provided list. <Check title="Required Permissions" icon="key">The user must have permission to access the requested resource.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
taskId
The id of the task.
Request
The id of the users.
Response
No Content
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

