Create an operator
create_operatorMUTATES Olark data: creates a new operator (chat agent). Olark API: POST /operators (JSON). Required: email and password; nickname (display name) optional. NOTE: creating an operator CONSUMES A PAID SEAT (billing side effect). Returns the created operator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The operator's login email (required). | ||
| fields | No | Additional documented Olark fields to send in the JSON write body — merged OVER the typed fields above. | |
| nickname | No | The operator's display name shown in chat. | |
| password | Yes | The operator's initial password (required). |