v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBException
Assign an exception
Assigns a single exception to a user. Mirrors the bulk-assign auth and validation but acts on exactly one exception addressed by path. Returns the updated exception.
post/v1/exceptions/{exceptionId}/assign
Path parameters
exceptionIdstring uuid required
Exception ID (UUID)
Example:550e8400-e29b-41d4-a716-446655440000
Exception ID (UUID)
Request body
Example request
{
"assignee": "user@example.com"
}Response
OK
Example response
{
"assignedTo": "user@example.com",
"createdAt": "2025-01-15T10:30:00.000Z",
"dueAt": "2025-01-20T10:30:00.000Z",
"externalIssueId": "RECON-1234",
"externalSystem": "JIRA",
"id": "019c96a0-10d2-7134-ba5f-664142ee7052",
"reason": "Amount mismatch detected",
"resolutionNotes": "Resolved via force match",
"resolutionReason": "BUSINESS_DECISION",
"resolutionType": "FORCE_MATCH",
"severity": "HIGH",
"status": "OPEN",
"transactionId": "019c96a0-10ce-75fc-a273-dc799079a99c",
"updatedAt": "2025-01-15T10:30:00.000Z"
}