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.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

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