<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Empty response adding 9800 by Mac in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/empty-response-adding-9800-by-mac/m-p/5324173#M4515</link>
    <description>&lt;P&gt;As of right now it doesn't appear that there would be any change to them being required to be registered before they show up in the devices API. However, you can submit a feature request for this through&amp;nbsp;&lt;A href="https://ciscocollabcustomer.ideas.aha.io" target="_blank"&gt;https://ciscocollabcustomer.ideas.aha.io&lt;/A&gt;&amp;nbsp;with your detailed use case and your concerns as that goes to the product teams for review.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Aug 2025 19:31:29 GMT</pubDate>
    <dc:creator>Jeff Marshall</dc:creator>
    <dc:date>2025-08-25T19:31:29Z</dc:date>
    <item>
      <title>Empty response adding 9800 by Mac</title>
      <link>https://community.cisco.com/t5/webex-for-developers/empty-response-adding-9800-by-mac/m-p/5323423#M4505</link>
      <description>&lt;P&gt;When adding a 9800 series device by Mac Address (POST &lt;A href="https://webexapis.com/v1/devices" target="_blank"&gt;https://webexapis.com/v1/devices&lt;/A&gt;) the response is a 204 (No Content) with no body and the device is added to Webex.&lt;/P&gt;
&lt;P&gt;Request&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;POST /v1/devices HTTP/1.1
Authorization: Bearer XXX
Content-Type: application/json; charset=utf-8
Host: webexapis.com
Connection: close
User-Agent: RapidAPI/4.3.7 (Macintosh; OS X/15.5.0) GCDHTTPRequest
Content-Length: 136
{"mac":"0CD5D39E9XXX”,”model":"Cisco 9841","personId":"XXX”}&lt;/PRE&gt;
&lt;P&gt;Response&lt;/P&gt;
&lt;PRE&gt;HTTP/1.1 204 No Content
X-Content-Type-Options: nosniff
Trackingid: ROUTERGW_5dd38f20-615a-46ac-9772-8782a4f1ce75
Date: Fri, 22 Aug 2025 20:20:20 GMT
X-Envoy-Upstream-Service-Time: 1840
X-Content-Type-Options: nosniff
Vary: Origin
Client-Compatibility-Hint: Unknown
X-Normalized-Path: /csdm/api/v1/hydra/devices
Trackingid: ROUTERGW_5dd38f20-615a-46ac-9772-8782a4f1ce75
Server: istio-envoy
Connection: close&lt;/PRE&gt;
&lt;P&gt;This is clearly an error with just the 9800, when I do the same request but for a 8800 (like the 8841) I get 200 status code and the following body:&lt;/P&gt;
&lt;PRE&gt;{
  "id": "XXX",
  "callingDeviceId": "XXX",
  "webexDeviceId": null,
  "displayName": "Stephen Welsh",
  "personId": "XXX",
  "orgId": "XXX",
  "capabilities": [],
  "permissions": [],
  "product": "Cisco 8841",
  "type": "phone",
  "tags": [],
  "mac": "0CD5D39E9XXX",
  "sipUrls": [
    null
  ],
  "errorCodes": [],
  "connectionStatus": "unknown",
  "workspaceLocationId": "XXX",
  "locationId": "XXX",
  "managedBy": "CISCO",
  "devicePlatform": "cisco",
  "lifecycle": "UNKNOWN",
  "plannedMaintenance": "off"
}&lt;/PRE&gt;
&lt;P&gt;Can this be reported as a bug? happy to provide more details if required.&lt;/P&gt;
&lt;P&gt;Stephen&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 21:10:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/empty-response-adding-9800-by-mac/m-p/5323423#M4505</guid>
      <dc:creator>Stephen Welsh</dc:creator>
      <dc:date>2025-08-22T21:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Empty response adding 9800 by Mac</title>
      <link>https://community.cisco.com/t5/webex-for-developers/empty-response-adding-9800-by-mac/m-p/5323442#M4507</link>
      <description>&lt;P&gt;I may have answered my own question, bit strange but according to this &lt;A href="https://developer.webex.com/blog/webex-apis-for-the-cisco-desk-phone-9800-series" target="_blank"&gt;&lt;SPAN&gt;blog post&lt;/SPAN&gt;&lt;/A&gt; PhoneOS devices (9800) are not fully added to Webex until they first register. From testing this includes querying for the device after being added it is not listed, this may impact the user experience if we cannot query if the device is already added (i.e. may appear like an error). This does make provisioning the 9800 via the Webex API more complex, in-particular handling edge cases.&lt;/P&gt;
&lt;P&gt;Is this always going to be the case as it does make for in inferior developer and user experience working with the latest phone models compared to MPP devices?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 22:58:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/empty-response-adding-9800-by-mac/m-p/5323442#M4507</guid>
      <dc:creator>Stephen Welsh</dc:creator>
      <dc:date>2025-08-22T22:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Empty response adding 9800 by Mac</title>
      <link>https://community.cisco.com/t5/webex-for-developers/empty-response-adding-9800-by-mac/m-p/5324173#M4515</link>
      <description>&lt;P&gt;As of right now it doesn't appear that there would be any change to them being required to be registered before they show up in the devices API. However, you can submit a feature request for this through&amp;nbsp;&lt;A href="https://ciscocollabcustomer.ideas.aha.io" target="_blank"&gt;https://ciscocollabcustomer.ideas.aha.io&lt;/A&gt;&amp;nbsp;with your detailed use case and your concerns as that goes to the product teams for review.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 19:31:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/empty-response-adding-9800-by-mac/m-p/5324173#M4515</guid>
      <dc:creator>Jeff Marshall</dc:creator>
      <dc:date>2025-08-25T19:31:29Z</dc:date>
    </item>
  </channel>
</rss>

