<?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: FAQ-Thread in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4613199#M862</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Is it possible to bypass the Webex sign-in screen when authorizing with an integration and the org/site has SSO is enabled?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes. You can append the &amp;amp;email= query parameter to your OAuth Authorization URL and it will lookup the user and direct them directly to their SSO sign-in. If a user's org doesn't have SSO enabled then they will still be taken to the Webex sign-in screen but the email address will already be populated and it will only ask them for their password.&lt;/P&gt;</description>
    <pubDate>Thu, 19 May 2022 15:31:59 GMT</pubDate>
    <dc:creator>Jeff Marshall</dc:creator>
    <dc:date>2022-05-19T15:31:59Z</dc:date>
    <item>
      <title>FAQ-Thread</title>
      <link>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4558598#M324</link>
      <description>&lt;P&gt;There are a couple of questions that are regulary raised in the #webex4devs space. Let's collect them here along with the answers.&lt;/P&gt;
&lt;P&gt;Please use seperate discussions for questions to not pollute this collection.&lt;/P&gt;
&lt;P&gt;Feel free to extend the collection.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is also a FAQ at the developer portal: &lt;A href="https://developer.webex.com/docs/frequently-asked-questions" target="_blank"&gt;https://developer.webex.com/docs/frequently-asked-questions&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe we can pin this thread?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 18:43:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4558598#M324</guid>
      <dc:creator>dtibbe</dc:creator>
      <dc:date>2022-02-24T18:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: FAQ-Thread</title>
      <link>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4558603#M325</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Can I bypass the REST APIs OAuth flow and use username/password for API calls in my integration?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;No. The OAuth flow must be used and cannot be bypassed. Along with the access token, you will receive a refresh token. As long as it is valid, you may use it to refresh your access token (receiving a new refresh token as well). So you may keep your integration running in a kind of service anyway.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can I see my active sessions?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Check out &lt;A href="https://idbroker.webex.com/idb/profile#/" target="_blank" rel="noopener"&gt;https://idbroker.webex.com/idb/profile#/&lt;/A&gt;. You will see your active Webex sessions and may end some of them manually.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Can I transfer the ownership of an integration or a bot?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Check out &lt;A href="https://applications.webexbots.cloud/" target="_blank" rel="noopener"&gt;https://applications.webexbots.cloud/&lt;/A&gt;. In case of having a paid organization, an org admin may also transfer ownership of orphan bots/integrations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Is there a list of servers from which webhooks are sent to my application?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;No, there is no such list available.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 10:56:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4558603#M325</guid>
      <dc:creator>dtibbe</dc:creator>
      <dc:date>2022-02-24T10:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: FAQ-Thread</title>
      <link>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4559068#M326</link>
      <description>&lt;P&gt;This is fantastic, thanks for putting these together &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 18:21:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4559068#M326</guid>
      <dc:creator>luzmacia</dc:creator>
      <dc:date>2022-02-24T18:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: FAQ-Thread</title>
      <link>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4565647#M375</link>
      <description>&lt;P&gt;&lt;STRONG&gt;How often can a refresh token be used and when will it be renewed?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Whenever an access token is issued, a refresh token is issued as well. That token can be used to renew the access token, see &lt;A href="https://developer.webex.com/docs/integrations#getting-an-access-token" target="_blank" rel="noopener"&gt;https://developer.webex.com/docs/integrations#getting-an-access-token&lt;/A&gt;.&lt;BR /&gt;A new access token will not be generated with each and every call. There is a random timer between 1 and 5 days when the access token recreation takes place. Refresh token will reset its validity back to 90 days (and remain the same so it can be re-used.).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;An error message "Unable to register, user as excessive device registrations" is shown. What can I do?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Your widget code seems not to clean up after being destroyed, ie. it does not call unregister(). In the error console, you will see a URL like &lt;A href="https://wdm-abc.wbx2.com/wdm/api/v1/devices" target="_blank" rel="noopener"&gt;https://wdm-abc.wbx2.com/wdm/api/v1/devices&lt;/A&gt; (the abc part may differ). Send a GET request to that URL including your access token and you will receive a list of registered devices including their URL. That can be used in a DELETE request to remove the registration and do the housekeeping manually.&lt;BR /&gt;Alternatively wait for a few days as each registration is valid for 7 days &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 08:48:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4565647#M375</guid>
      <dc:creator>dtibbe</dc:creator>
      <dc:date>2022-05-06T08:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: FAQ-Thread</title>
      <link>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4571742#M403</link>
      <description>&lt;P&gt;&lt;STRONG&gt;How can I tell if a message received by a webhook was sent from the Webex App or via API request?&lt;/STRONG&gt;&lt;BR /&gt;There is no way to tell this.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;How can I submit a feature request?&lt;/STRONG&gt;&lt;BR /&gt;Feature requests can be submitted through &lt;A href="https://ciscocollabcustomer.ideas.aha.io/" target="_blank" rel="noopener"&gt;https://ciscocollabcustomer.ideas.aha.io/&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;How do I manage contacts in the Webex app?&lt;/STRONG&gt;&lt;BR /&gt;Contacts can only be managed in the Webex app, there is no API for this at this time so it would need to be a feature request.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 17:03:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4571742#M403</guid>
      <dc:creator>Jeff Marshall</dc:creator>
      <dc:date>2022-03-23T17:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: FAQ-Thread</title>
      <link>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4581905#M477</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Is there an API that allows adding users with a CSV file?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;There is no direct support for adding users to an org via a CSV file. However, you could built your own script that reads the CSV file and does a POST to /people to create the users one by one.&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 12:54:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4581905#M477</guid>
      <dc:creator>Jeff Marshall</dc:creator>
      <dc:date>2022-03-30T12:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: FAQ-Thread</title>
      <link>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4595470#M679</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Are there APIs for &lt;A href="https://status.webex.com?" target="_blank"&gt;https://status.webex.com?&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;No. However, you can pull the raw JSON for the status page by doing a GET to &lt;A href="https://status.webex.com/index.json" target="_blank"&gt;https://status.webex.com/index.json&lt;/A&gt;. &lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 14:34:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4595470#M679</guid>
      <dc:creator>Jeff Marshall</dc:creator>
      <dc:date>2022-04-19T14:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: FAQ-Thread</title>
      <link>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4598552#M711</link>
      <description>&lt;P&gt;&lt;STRONG&gt;How do I use multiple redirect URIs for an integration's OAuth flow?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Each integration may specify multiple redirect URIs in its definition. During &lt;A href="https://developer.webex.com/docs/integrations#requesting-permission" target="_self"&gt;the authorization flow&lt;/A&gt;, the &lt;CODE&gt;redirect_uri&lt;/CODE&gt; parameter must match &lt;EM&gt;one&lt;/EM&gt; of them. If the OAuth succeeds, the user will be redirected to the specified one. By that, a user may be pointed to a dedicated URI based on any application-specific precondition.&lt;/P&gt;
&lt;P&gt;The redirect URIs may be changed later in the &lt;A href="https://developer.webex.com/my-apps" target="_self"&gt;application overview&lt;/A&gt;. Your &lt;CODE&gt;client_id&lt;/CODE&gt; and &lt;CODE&gt;client_secret&lt;/CODE&gt; will not change during that process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What kind of URIs are allowed to be used as redirect URIs?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;You may specify any URI. Most common (and probably only useful) are http/https URIs with public domains, but you may also specify http://localhost/ for instance or even foo://some.url.local/. For sure, your application need to handle these URIs properly in order to receive the access code and exchange it for a token.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2022 07:06:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4598552#M711</guid>
      <dc:creator>dtibbe</dc:creator>
      <dc:date>2022-04-24T07:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: FAQ-Thread</title>
      <link>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4606793#M771</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Error&amp;nbsp;"&lt;SPAN&gt;Parameter 'start' or 'end' is before current time." is thrown when creating a meeting through API.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As the error suggests, this is thrown due to the fact the start and/or end times used is already in the past. The API will default to UTC+0 time zone when no time zone is provided in the request payload, you need to ensure that the date/time chosen is in the future based on the time zone.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 10:38:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4606793#M771</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2022-05-09T10:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: FAQ-Thread</title>
      <link>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4610790#M814</link>
      <description>&lt;P&gt;&lt;STRONG&gt;How do I get next page of data set from API?&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have what is known as pagination, see here:&amp;nbsp;&lt;A href="https://developer.webex.com/docs/basics#pagination" target="_blank" rel="noopener"&gt;https://developer.webex.com/docs/basics#pagination&lt;/A&gt;&amp;nbsp;.&lt;BR /&gt;If you have set a max param in your request (or you're leaving it empty, meaning it will default to the API's default - usually 100 but can be different depending on which API is used) but the records available go past that threshold, then the API will&amp;nbsp;&lt;EM&gt;paginate&lt;/EM&gt; the results. You can access the next page of results using the URL returned in the&amp;nbsp;&lt;EM&gt;link&lt;/EM&gt; response header. You simply run this through a GET request with the same token, to get the next set of results. You can continue doing this for as long as there is a&amp;nbsp;&lt;EM&gt;link&lt;/EM&gt; response header. If one is not returned, it means you have reached the last page.&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 10:47:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4610790#M814</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2022-05-16T10:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: FAQ-Thread</title>
      <link>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4613199#M862</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Is it possible to bypass the Webex sign-in screen when authorizing with an integration and the org/site has SSO is enabled?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Yes. You can append the &amp;amp;email= query parameter to your OAuth Authorization URL and it will lookup the user and direct them directly to their SSO sign-in. If a user's org doesn't have SSO enabled then they will still be taken to the Webex sign-in screen but the email address will already be populated and it will only ask them for their password.&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 15:31:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4613199#M862</guid>
      <dc:creator>Jeff Marshall</dc:creator>
      <dc:date>2022-05-19T15:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: FAQ-Thread</title>
      <link>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4617707#M909</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Is it possible for Webex admin to create webhooks on behalf of users?&lt;BR /&gt;&lt;/STRONG&gt; &lt;/P&gt;
&lt;P&gt;There is no on behalf for creating webhooks. You could have your users authorize with an integration so it generates an access token and then use that to create a webhook under their account.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 16:49:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4617707#M909</guid>
      <dc:creator>Jeff Marshall</dc:creator>
      <dc:date>2022-05-25T16:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: FAQ-Thread</title>
      <link>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4670096#M1335</link>
      <description>&lt;P&gt;&lt;STRONG&gt;How do I list all messages in all spaces of my organization?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Only compliance officers are allowed to do so (and the integration requires the&amp;nbsp;&lt;CODE&gt;spark-compliance:messages_read&lt;/CODE&gt; scope). They may query each room to receive the messages in there.&lt;BR /&gt;See also &lt;A href="https://community.cisco.com/t5/webex-for-developers/list-all-webex-messages-with-admin-account/td-p/4669494" target="_self"&gt;List all Webex Messages with Admin Account &lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 17:14:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/faq-thread/m-p/4670096#M1335</guid>
      <dc:creator>dtibbe</dc:creator>
      <dc:date>2022-08-16T17:14:36Z</dc:date>
    </item>
  </channel>
</rss>

