---
title: "Webhook Operations Order Operator Assigned"
method: POST
path: "operations.order.operator_assigned"
---

# Webhook Operations Order Operator Assigned

`POST operations.order.operator_assigned` (webhook)

Sent when one or more operators are assigned to an order.

## Payload

- OperationsOrderOperatorAssignedWebhookPayload
  - `event_type` 'operations.order.operator_assigned'
  - `event_timestamp` string, date-time, required — UTC timestamp when the event occurred
  - `order_id` string, required — The order operators were assigned to
  - `org_id` string, required — The org whose assignees were updated (coordinator or executor)
  - `operator_user_ids` string[], required — Operators assigned to the order for this org

## Acknowledgement `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
