{
"opencollection": "1.0.0",
"info": {
"name": "Webex Admin Address Book Numbers API",
"version": "1.0.0"
},
"items": [
{
"info": {
"name": "Numbers",
"type": "folder"
},
"items": [
{
"info": {
"name": "Add Phone Numbers to a location",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/telephony/config/locations/:locationId/numbers",
"params": [
{
"name": "locationId",
"value": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzM2ZTFlM2Y1LWJhODEtNDRiNC05ZGQ1LWIyMmVlNGY1MDIyZA",
"type": "path",
"description": "LocationId to which numbers should be added."
},
{
"name": "orgId",
"value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE",
"type": "query",
"description": "Organization of the Route Group."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Adds a specified set of phone numbers to a location for an organization. Phone numbers must follow the E.164 format.\n\nEach location has a set of phone numbers that can be assigned to people, workspaces, or features. Active phone numbers are in service.\n\nAdding a phone number to a location requires a full administrator auth token with a scope of `spark-admin:telephony_config_write`.\n\nPhone numbers included in the request that already exist in the location will simply be ignored.\n\n
\n\n