✨ Bulk assign users to tasks
<Card href="https://humansignal.com/goenterprise"> <img style="pointer-events: none; margin-left: 0px; margin-right: 0px;" src="https://docs.humansignal.com/images/badge.svg" alt="Label Studio Enterprise badge"/> <p style="margin-top: 10px; font-size: 14px;"> This endpoint is not available in Label Studio Community Edition. [Learn more about Label Studio Enterprise](https://humansignal.com/goenterprise) </p> </Card> Assign multiple users to a collection of tasks within a specific project.Path parameters
Request body
Example request
{
"filters": {
"items": [
{
"filter": "filter:tasks:id",
"operator": "greater",
"type": "Number",
"value": 123
}
]
}
}Response
Success
Changes
Changed in 5 of the 97 revisions of this API.328
- ○
added the optional property
task_idsto the response with the201statusresponse-optional-property-added
- ○
- ▲
request body became required
request-body-became-required
- ▲
added
PrepareParamsFiltersRequestto thefiltersrequest propertyallOflistrequest-property-all-of-added
- ▲
the
filtersrequest property type/format changed fromobject/to/request-property-type-changed
- ●
removed the request property
filters/conjunctionrequest-property-removed
- ●
removed the request property
filters/itemsrequest-property-removed
- ○
added the media type
application/x-www-form-urlencodedto the request bodyrequest-body-media-type-added
- ○
added the media type
multipart/form-datato the request bodyrequest-body-media-type-added
- ○
the request property
filtersbecame nullablerequest-property-became-nullable
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the new optional request property
filters/items/items/child_filtersnew-optional-request-property
- ○
- ○
api operation id
api_projects_tasks_assignees_createremoved and replaced withapi_projects_tasks_assignees_bulk_createapi-operation-id-removed
- ○
- ○
added the new
in_listenum value to the request propertyfilters/items/items/operatorrequest-property-enum-value-added
- ○
added the new
not_in_listenum value to the request propertyfilters/items/items/operatorrequest-property-enum-value-added
- ○
Of the 97 revisions, 1 has no diff computed.