<?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: How to get short ORG ID from long orgId? in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/how-to-get-short-org-id-from-long-orgid/m-p/5316406#M4455</link>
    <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1903972"&gt;@YukioHashimoto&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To reverse lookup the short ORG-ID from the long ORG-ID used in Webex API, follow these steps:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Decode the long ORG-ID:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Base64Url decode the long ORG-ID. The decoded string will be formatted as follows:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;ciscospark://us/ORGANIZATION/{IdentityOrgUUID}&lt;/CODE&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Extract the Common Identity Organization ID:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Remove the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;ciscospark://us/ORGANIZATION/&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;prefix from the decoded string to leave the Common Identity Org UUID. This UUID is the short ORG-ID displayed in Control Hub.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Long ORG-ID:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi80Mjg0MGU3NC0wNmExLTQxNDEtYjhjNi05OGE0MXXXXXXXXXX&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Decoded string:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;ciscospark://us/ORGANIZATION/42840e74-06a1-8888-b8c6-98a416dXXXXX&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Short ORG-ID:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;42840e74-06a1-8888-b8c6-98a416dXXXXX&lt;/CODE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Also wanted to let you know about our new AI Assistant, available on our Developer Portal. To open it click on the blue circle next to your profile image or use this address &lt;CODE&gt;developer.webex.com/?ai-assistant-is-docked-window=true&lt;/CODE&gt; and to find out more about our AI Assistant, go to &lt;CODE&gt;developer.webex.com/admin/docs/webex-aI-assistant-for-develope&lt;/CODE&gt;. It’s a great tool for quickly finding information, answering common questions, or navigating resources. Feel free to give it a try!&lt;/P&gt;</description>
    <pubDate>Fri, 01 Aug 2025 12:49:13 GMT</pubDate>
    <dc:creator>Janos Benyovszki</dc:creator>
    <dc:date>2025-08-01T12:49:13Z</dc:date>
    <item>
      <title>How to get short ORG ID from long orgId?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/how-to-get-short-org-id-from-long-orgid/m-p/5316249#M4454</link>
      <description>&lt;P&gt;Hello. Experts,&lt;/P&gt;&lt;P&gt;Are there any ways to reverse lookup to get short ORG-ID displayed in Control Hub from&amp;nbsp; long ORG-ID starting with "&lt;SPAN&gt;Y2lzY29zcGFyazovL3..."&amp;nbsp;&lt;/SPAN&gt;used in Webex API?&lt;/P&gt;&lt;P&gt;We would like to do the reverse way of the following operation:&lt;/P&gt;&lt;P&gt;ORG-ID displayed&amp;nbsp; in Control Hub:&amp;nbsp;42840e74-06a1-8888-b8c6-98a416dXXXXX&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;curl -L --request GET \--url &lt;A title="https://webexapis.com/v1/organizations/42840e74-06a1-4141-b8c6-98a416d44766" href="https://webexapis.com/v1/organizations/42840e74-06a1-4141-b8c6-98a416d44766" target="_blank" rel="noreferrer noopener"&gt;https://webexapis.com/v1/organizations/42840e74-06a1-8888-b8c6-98a416dXXXXX&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"id": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi80Mjg0MGU3NC0wNmExLTQxNDEtYjhjNi05OGE0MXXXXXXXXXX",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"displayName": "XXXXXX",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"created": "2025-06-23T14:21:14.601Z"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 04:35:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/how-to-get-short-org-id-from-long-orgid/m-p/5316249#M4454</guid>
      <dc:creator>YukioHashimoto</dc:creator>
      <dc:date>2025-08-01T04:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get short ORG ID from long orgId?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/how-to-get-short-org-id-from-long-orgid/m-p/5316406#M4455</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1903972"&gt;@YukioHashimoto&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To reverse lookup the short ORG-ID from the long ORG-ID used in Webex API, follow these steps:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Decode the long ORG-ID:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Base64Url decode the long ORG-ID. The decoded string will be formatted as follows:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;ciscospark://us/ORGANIZATION/{IdentityOrgUUID}&lt;/CODE&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Extract the Common Identity Organization ID:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Remove the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;ciscospark://us/ORGANIZATION/&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;prefix from the decoded string to leave the Common Identity Org UUID. This UUID is the short ORG-ID displayed in Control Hub.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Long ORG-ID:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi80Mjg0MGU3NC0wNmExLTQxNDEtYjhjNi05OGE0MXXXXXXXXXX&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Decoded string:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;ciscospark://us/ORGANIZATION/42840e74-06a1-8888-b8c6-98a416dXXXXX&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Short ORG-ID:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;42840e74-06a1-8888-b8c6-98a416dXXXXX&lt;/CODE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Also wanted to let you know about our new AI Assistant, available on our Developer Portal. To open it click on the blue circle next to your profile image or use this address &lt;CODE&gt;developer.webex.com/?ai-assistant-is-docked-window=true&lt;/CODE&gt; and to find out more about our AI Assistant, go to &lt;CODE&gt;developer.webex.com/admin/docs/webex-aI-assistant-for-develope&lt;/CODE&gt;. It’s a great tool for quickly finding information, answering common questions, or navigating resources. Feel free to give it a try!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 12:49:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/how-to-get-short-org-id-from-long-orgid/m-p/5316406#M4455</guid>
      <dc:creator>Janos Benyovszki</dc:creator>
      <dc:date>2025-08-01T12:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get short ORG ID from long orgId?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/how-to-get-short-org-id-from-long-orgid/m-p/5316412#M4456</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/343116"&gt;@janos&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thank you!&amp;nbsp; It worked well.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2025 13:04:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/how-to-get-short-org-id-from-long-orgid/m-p/5316412#M4456</guid>
      <dc:creator>YukioHashimoto</dc:creator>
      <dc:date>2025-08-01T13:04:51Z</dc:date>
    </item>
  </channel>
</rss>

