OperatorAdd.wr

04-24-2017

This method is used to create a operator/user for a specific client.

Parameters

  • String : opname - The username/login that will be used to log in with.
  • String : password - The user's password.
  • Number : opnumberrights - (optional) Specifies an opnumber to use as a template to clone user rights from.

Useage

Example Request

POST /operatorAdd.wr HTTP/1.1
Host: api.voicebroadcasting.com
Content-Type: application/x-www-form-urlencoded

sidtoken=000000000000000000000000000&opname=TestUser1303240775878
&password=validPassword1

Example Response

{"clientid":67890,"opnumber":92134,"rightscloned":0}