CloneRights.wr
04-24-2017
This method clones the user rights of one operator to one or more other operators. All user rights are removed from the other operators and then the rights are cloned. The other operators that get the cloned user rights keep their same username, password, and other personal information.
Parameters
- Number : opnumber - The opnumber of the operator we want to clone user rights from.
- String : listofops - Comma separated list of opnumbers to clone user rights to.
Useage
Example Request
GET /cloneRights.wr?sidtoken=000000000000000000000000000&listofops=6942%2C6916%2C6917&opnumber=6797 HTTP/1.1
Host: api.voicebroadcasting.com
Content-Type: application/x-www-form-urlencoded
Example Response
{"apirid":"abc123","result":"ok"}