Skip to main content

Bulk Assign Reimbursement Cases

POST 

/api/amazon/unified/reimbursement-cases/bulk-assign

Assigns (or unassigns) several cases at once.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Request body fields:

  • ids (required, array of integers, 1–500, distinct) — case IDs.
  • user_id (required, integer or null) — a user of this account, or null to unassign.

Returns how many cases changed.

Request​

Responses​

OK

Response Headers
    Content-Type