cURL
curl --request PATCH \ --url https://api.example.com/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.
JWT token obtained from AWS Cognito or custom authentication service
List of case IDs.
Assignee user ID.
Cases assigned successfully.
Success message