07-31-2025 09:35 PM
Hello. Experts,
Are there any ways to reverse lookup to get short ORG-ID displayed in Control Hub from long ORG-ID starting with "Y2lzY29zcGFyazovL3..." used in Webex API?
We would like to do the reverse way of the following operation:
ORG-ID displayed in Control Hub: 42840e74-06a1-8888-b8c6-98a416dXXXXX
curl -L --request GET \--url https://webexapis.com/v1/organizations/42840e74-06a1-8888-b8c6-98a416dXXXXX
{
"id": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi80Mjg0MGU3NC0wNmExLTQxNDEtYjhjNi05OGE0MXXXXXXXXXX",
"displayName": "XXXXXX",
"created": "2025-06-23T14:21:14.601Z"
}
Solved! Go to Solution.
08-01-2025 05:49 AM
To reverse lookup the short ORG-ID from the long ORG-ID used in Webex API, follow these steps:
Decode the long ORG-ID:
ciscospark://us/ORGANIZATION/{IdentityOrgUUID}
.Extract the Common Identity Organization ID:
ciscospark://us/ORGANIZATION/
prefix from the decoded string to leave the Common Identity Org UUID. This UUID is the short ORG-ID displayed in Control Hub.For example:
Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi80Mjg0MGU3NC0wNmExLTQxNDEtYjhjNi05OGE0MXXXXXXXXXX
ciscospark://us/ORGANIZATION/42840e74-06a1-8888-b8c6-98a416dXXXXX
42840e74-06a1-8888-b8c6-98a416dXXXXX
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 developer.webex.com/?ai-assistant-is-docked-window=true
and to find out more about our AI Assistant, go to developer.webex.com/admin/docs/webex-aI-assistant-for-develope
. It’s a great tool for quickly finding information, answering common questions, or navigating resources. Feel free to give it a try!
08-01-2025 05:49 AM
To reverse lookup the short ORG-ID from the long ORG-ID used in Webex API, follow these steps:
Decode the long ORG-ID:
ciscospark://us/ORGANIZATION/{IdentityOrgUUID}
.Extract the Common Identity Organization ID:
ciscospark://us/ORGANIZATION/
prefix from the decoded string to leave the Common Identity Org UUID. This UUID is the short ORG-ID displayed in Control Hub.For example:
Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi80Mjg0MGU3NC0wNmExLTQxNDEtYjhjNi05OGE0MXXXXXXXXXX
ciscospark://us/ORGANIZATION/42840e74-06a1-8888-b8c6-98a416dXXXXX
42840e74-06a1-8888-b8c6-98a416dXXXXX
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 developer.webex.com/?ai-assistant-is-docked-window=true
and to find out more about our AI Assistant, go to developer.webex.com/admin/docs/webex-aI-assistant-for-develope
. It’s a great tool for quickly finding information, answering common questions, or navigating resources. Feel free to give it a try!
08-01-2025 06:04 AM
@janos
Thank you! It worked well.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide