<?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: Webex SCIM API (identity.webex.com/identity/SCIM) invalid org ID in Webex Administration</title>
    <link>https://community.cisco.com/t5/webex-administration/webex-scim-api-identity-webex-com-identity-scim-invalid-org-id/m-p/4509744#M3521</link>
    <description>&lt;P&gt;Not using Azure - the API "&lt;SPAN&gt;&lt;A href="https://api.ciscospark.com/v1/scim/" target="_blank" rel="noopener"&gt;https://api.ciscospark.com/v1/scim/&lt;/A&gt;&lt;/SPAN&gt;" both with encoded and with unencoded orgId said "The requested resource could not be found" though. Yes the reason it worked for you is probably because you used an Org located in the US - for EU Orgs i needed to use identity-eu.webex.com and it worked, so that was the problem&lt;/P&gt;</description>
    <pubDate>Mon, 29 Nov 2021 07:49:06 GMT</pubDate>
    <dc:creator>pescla</dc:creator>
    <dc:date>2021-11-29T07:49:06Z</dc:date>
    <item>
      <title>Webex SCIM API (identity.webex.com/identity/SCIM) invalid org ID</title>
      <link>https://community.cisco.com/t5/webex-administration/webex-scim-api-identity-webex-com-identity-scim-invalid-org-id/m-p/4504855#M3472</link>
      <description>&lt;P&gt;So i am trying to update the Phone Numbers of Webex Users via the SCIM API. Its working fine for my own org. All you have to do for a GET (to test if it works) is get the org ID from Control Hub -&amp;gt; Account, then call &lt;SPAN&gt;&lt;A href="https://identity.webex.com/identity/scim/[ORGID]/v1/Users/" target="_blank" rel="noopener"&gt;https://identity.webex.com/identity/scim/[ORGID]/v1/Users/&lt;/A&gt; &lt;/SPAN&gt;with your personal access token if you have admin privs in this org. In my own org it works.&lt;/P&gt;&lt;P&gt;But today i was in a meeting with the customer that needed this solution, and we tested it with his account on his org. He has admin privs. We used the exact same request i did, and just replaced the access token and the org ID from his control hub.&lt;/P&gt;&lt;P&gt;But now we got the error "Invalid or missing OrgId" - how is that possible, when its the same request, and we got the orgId in the same way? Are there any prior steps i need to take to somehow allow the SCIM API on a new org? I tested it with a new temporary test org and it did not work there either, but since it works on my own org there must be something related to the Organization itself that blocks it sometimes?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 11:06:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-administration/webex-scim-api-identity-webex-com-identity-scim-invalid-org-id/m-p/4504855#M3472</guid>
      <dc:creator>pescla</dc:creator>
      <dc:date>2021-11-18T11:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Webex SCIM API (identity.webex.com/identity/SCIM) invalid org ID</title>
      <link>https://community.cisco.com/t5/webex-administration/webex-scim-api-identity-webex-com-identity-scim-invalid-org-id/m-p/4505446#M3473</link>
      <description>&lt;P&gt;It seems that the error is connected to the Data Location of the Webex Site. The working orgs are in Americas, the ones where it throws the error in Europe. No idea what the reason for that is so far&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 08:45:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-administration/webex-scim-api-identity-webex-com-identity-scim-invalid-org-id/m-p/4505446#M3473</guid>
      <dc:creator>pescla</dc:creator>
      <dc:date>2021-11-19T08:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Webex SCIM API (identity.webex.com/identity/SCIM) invalid org ID</title>
      <link>https://community.cisco.com/t5/webex-administration/webex-scim-api-identity-webex-com-identity-scim-invalid-org-id/m-p/4509411#M3509</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1008529"&gt;@pescla&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you using Azure Synchronization against Control Hub?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not sure where did you find this URL:&lt;BR /&gt;&lt;A href="https://identity.webex.com/identity/scim/[ORGID]/v1/Users/" target="_blank" rel="noopener"&gt;https://identity.webex.com/identity/scim/[ORGID]/v1/Users/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since the correct URL to use the SCIM integration with Webex is:&lt;BR /&gt;&lt;A href="https://api.ciscospark.com/v1/scim/{OrgId" target="_blank" rel="noopener"&gt;https://api.ciscospark.com/v1/scim/{OrgId&lt;/A&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Refer to:&lt;BR /&gt;Synchronize Azure Active Directory Users into Control Hub&lt;BR /&gt;&lt;A href="https://help.webex.com/en-US/article/6ta3gz/Synchronize-Azure-Active-Directory-Users-into-Control-Hub#id_105581" target="_blank" rel="noopener"&gt;https://help.webex.com/en-US/article/6ta3gz/Synchronize-Azure-Active-Directory-Users-into-Control-Hub#id_105581&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, I'm able to use the URL:&lt;BR /&gt;&lt;A href="https://identity.webex.com/identity/scim/[ORGID]/v1/Users/" target="_blank" rel="noopener"&gt;https://identity.webex.com/identity/scim/[ORGID]/v1/Users/&lt;/A&gt;&lt;BR /&gt;I'm using Postman and I can get a 200 OK, please be aware that an Authorization Bearer is needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screen Shot 2021-11-27 at 16.25.35.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/138098i29EDE8048DD3CE9B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-11-27 at 16.25.35.png" alt="Screen Shot 2021-11-27 at 16.25.35.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please rate if it's “Helpful”.&lt;BR /&gt;If this answered your question please click “Accept as Solution”.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Nov 2021 22:29:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-administration/webex-scim-api-identity-webex-com-identity-scim-invalid-org-id/m-p/4509411#M3509</guid>
      <dc:creator>josviz</dc:creator>
      <dc:date>2021-11-27T22:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Webex SCIM API (identity.webex.com/identity/SCIM) invalid org ID</title>
      <link>https://community.cisco.com/t5/webex-administration/webex-scim-api-identity-webex-com-identity-scim-invalid-org-id/m-p/4509744#M3521</link>
      <description>&lt;P&gt;Not using Azure - the API "&lt;SPAN&gt;&lt;A href="https://api.ciscospark.com/v1/scim/" target="_blank" rel="noopener"&gt;https://api.ciscospark.com/v1/scim/&lt;/A&gt;&lt;/SPAN&gt;" both with encoded and with unencoded orgId said "The requested resource could not be found" though. Yes the reason it worked for you is probably because you used an Org located in the US - for EU Orgs i needed to use identity-eu.webex.com and it worked, so that was the problem&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 07:49:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-administration/webex-scim-api-identity-webex-com-identity-scim-invalid-org-id/m-p/4509744#M3521</guid>
      <dc:creator>pescla</dc:creator>
      <dc:date>2021-11-29T07:49:06Z</dc:date>
    </item>
  </channel>
</rss>

