Skip to main content

Assign Reimbursement Case

POST 

/api/amazon/unified/reimbursement-cases/:reimbursementCase/assign

Assigns a reimbursement case to a user, or unassigns it.

Not yet available to API tokens

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

Request body fields:

  • assigned_user_id (optional, integer, nullable) — ID of the user to assign the case to. Send null (or omit) to unassign.

Returns the updated case.

Request

Responses

OK

Response Headers
    Content-Type