Incoming Calling Plan Services¶
Display user’s external incoming calling plan¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/incoming_calling_plan/
¶ The API is mapped to UserExternalCallingLineIDDeliveryGetRequest
Additional informations
- Response JSON Object:
allowFromOutsideGroup (string) – See allowFromOutsideGroup from Incoming Calling Plan Permissions.
Update a user’s external incoming calling plan¶
-
PUT
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/users/
(string: user_id)/services/incoming_calling_plan/
¶ The API is mapped to UserExternalCallingLineIDDeliveryModifyRequest
Additional restrictions
- Request JSON Object:
allowFromOutsideGroup (string) – See allowFromOutsideGroup from Incoming Calling Plan Permissions.