Numbers¶
List numbers¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/numbers/
¶ - The API implemented using the GroupDnGetListRequestIf a phone number is used as the Group Calling Line ID it will be shown twice in the list.
Additional informations
- Request JSON Object:
numbers (array) – Minimum items: 1.
Add numbers¶
-
POST
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/numbers/
¶ - The API implemented using the GroupDnAssignListRequestThere is no partial success possible: it is a all or nothing
Remove numbers¶
-
DELETE
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/numbers/
¶ - The API implemented using the GroupDnUnassignListRequestThere is no partial success possible: it is a all or nothing