Call Forwarding Services¶
Display user’s call forwarding always¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/cfa/
¶ The API is mapped to UserCallForwardingAlwaysGetRequest
Update a user’s call forwarding always¶
-
PUT
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/cfa/
¶ The API is mapped to UserCallForwardingAlwaysModifyRequest
Additional restrictions
- Response JSON Object:
destination (string) – Length in range 0 - 161.
Display user’s call forwarding busy¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/cfb/
¶ The API is mapped to UserCallForwardingBusyGetRequest
Update a user’s call forwarding busy¶
-
PUT
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/cfb/
¶ The API is mapped to UserCallForwardingBusyModifyRequest
Additional restrictions
- Response JSON Object:
destination (string) – Length in range 0 - 161.
Display user’s call forwarding no answer¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/cfna/
¶ The API is mapped to UserCallForwardingNoAnswerGetRequest
Additional informations
- Response JSON Object:
numberOfRings (integer) – Value in range 0, 2 - 20.
Update a user’s call forwarding no answer¶
-
PUT
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/cfna/
¶ The API is mapped to UserCallForwardingNoAnswerModifyRequest
Additional restrictions
- Response JSON Object:
destination (string) – Length in range 0 - 161.
numberOfRings (integer) – Value in range 0, 2 - 20.
Display user’s call forwarding not reachable¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/cfnr/
¶ The API is mapped to UserCallForwardingNotReachableGetRequest
Update a user’s call forwarding not reachable¶
-
PUT
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/cfnr/
¶ The API is mapped to UserCallForwardingNotReachableModifyRequest
Additional restrictions
- Response JSON Object:
destination (string) – Length in range 0 - 161.