Reputation: 16354
Is there an API call that mimics the "Forward to Other's Phone" button under the "Call Handling and Forwarding" menu? I can add and edit a new "Call Forwarding Phone" via the REST API but can't find information on "Forward to Other's Phone".
This used to be called "Forward to other user's phones" in the previous UI.
The screenshot below shows where to find this feature in the Online Account Portal:
Upvotes: 1
Views: 167
Reputation: 16354
There is currently no API that handles the "Forward to Other's Phones" feature. As mentioned, "Add Call Forwarding Phone" feature is supported via the REST API.
Some differences between these two features include:
Forward to Other's Phones
/restapi/v1.0/account/{accountId}/devices
endpointCall Forwarding Phone
When this API is available, I'll update this answer with an explanation of how to use this.
Upvotes: 1