Add operator to group
add_operator_to_groupMUTATES Olark data: adds an operator to a group (team). Olark API: POST /groups/{group_id}/operators (JSON body { operator_id }). Reversible via remove_operator_from_group. Adding to a nonexistent group returns 404.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | The group (team) id to add the operator to (path only; required). | |
| operator_id | Yes | The operator id to add (sent in the JSON body; required). |