curl --request POST \
--url https://nvidia.casebender.com/api/v1/bulk/cases/assign \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"assigneeId": "<string>",
"teamIds": [
"<string>"
],
"options": {
"selectAll": true,
"filters": {}
}
}
'Bulk assign cases to a user and/or teams (FUNC-014)
curl --request POST \
--url https://nvidia.casebender.com/api/v1/bulk/cases/assign \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"<string>"
],
"assigneeId": "<string>",
"teamIds": [
"<string>"
],
"options": {
"selectAll": true,
"filters": {}
}
}
'API key authentication. Use format: Bearer cbr_live_your_key
Default Response