Manage case assignees

post/resources/api/caseManagement/v2/cases/{caseId}/assignee

Path parameters

caseIdstring required

Unique case identifier. <br><br>You can find this identifier in the Dashboard when selecting a specific case, or save it when creating a new case via API.

Request body

assigneestring

Login of the user you want to assign the case to (usually a corporate email address).

RAW_BODY'{}' json

Send an empty body to make the case unassigned. <br> ⚠️ The request body must not be null; otherwise a 400 error is returned.

Changes

No recorded changes to this endpoint across all 1 revision of this API.