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.

Required Permissions
The user must be an admin or have task-manage-config:write permissions.

Path parameters

taskTemplateIdUUIDRequired

The id of the task template.

taskBundleIdstringRequired

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