curl --request PATCH \
--url http://localhost/api/api/cases/bulk_assign \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"case_list": [
123
],
"assignee": 123
}
'"<string>"Assign multiple cases to a specific assignee.
curl --request PATCH \
--url http://localhost/api/api/cases/bulk_assign \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"case_list": [
123
],
"assignee": 123
}
'"<string>"JWT token obtained from AWS Cognito or custom authentication service
Cases assigned successfully.
Success message