Trying to create a WebRTC phone but I keep getting this error:
"message": "A web rtc phone has already been assigned to this user.",
"code": "bad.request",
"status": 400,
This is a brand new user with no WebRTC Phone assigned.
Has anyone else seen this before?
Below is the API call I used:
{
"name": "Test3Phone",
"division": {
"name": "Test"
},
"site": {
"id": "a7a44643-a224-414a-a943-b30026a31c0b"
},
"phoneBaseSettings": {
"id": "5ba9a72d-dfbc-42cc-a9bb-08bbaf857ce0"
},
"lines": [
{
"name": "Test3Phone_1",
"lineBaseSettings": {
"id": "6e2fc59b-b891-4642-b7d8-df7986e5fbdf"
},
"properties": {
"station_label": {
"value": {
"instance": null
}
},
"station_lineLabel": {
"value": {
"instance": "Test3Line"
}
},
"station_lineKeyPosition": {
"value": {
"instance": 0
}
}
}
}
],
"webRtcUser": {
"id": "b6e52b16-0e4c-4eca-ab5b-aaea711f795a"
}
}