[COMMAND]

Changing the Phone Number of an Operator

The op_update_target command is used to change the phone number for a specific operator. It has no effect on VoIP-based operators.

Parameters

operator_id
required
number The unique, system-allocated ID of the intended operator.
target
required
string The operator's new phone number.

Example Request

Copy
{"command":{"command_type":"op_update_target", "operator_id":808, "target":"09128736450"}}

Responses

On Success:

If the operator's phone number is successfully changed, an op_status event will return updated details about the operator.

This command has no direct effect on the operator's current state.