Tickets APIPUT/api/v1/tickets/{id}/assignment
Product availabilityAlgaPSAAlgaDesk
Update ticket assignment
Updates the primary ticket assignment, with optional per-operation notification suppression.
Path parameters
idstring <uuid>Required
UUID path identifier from underlying resource tables.
Request body
Content type: application/json · schema WorkV1TicketAssignmentUpdateBody
assigned_tostring <uuid>Nullable
suppressContactNotificationsboolean
When true, suppresses customer-facing email and portal notifications for this operation.
suppressInternalNotificationsboolean
When true, also suppresses agent and watcher notifications. Requires suppressContactNotifications=true.
Response body
Success response 200 · schema WorkV1ApiSuccess
anyOf (option 2)array of object
Response codes
400
Validation or request parsing failure.
401
API key missing/invalid or associated user missing.
403
RBAC denied for ticket resource action.
404
Target resource not found.
500
Unexpected controller/service failure.