Assigns a list of users to task templates.
Users that are not passed and are already assigned will be removed.
Removes existing task template assignments and adds the new assignment.
<Check title="Required Permissions">The user must be an admin or have `task-manage-config:write` permissions.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
taskBundleId
The id of the task bundle.
taskTemplateId
The id of the task template.
Request
The list of users to assign by id.
Response
OK