04-24-2025 06:07 AM
Hi, this seems like a basic question, and I thought it would be easy to find the answer in the guides.
Given a customer org UUID, how do you encode it to send as a parameter in API calls as in the example below?
Thanks
Solved! Go to Solution.
04-30-2025 11:14 AM
Hello,
Most identifiers in the Webex API are a base64 encoded URI value composed of the scheme (ciscospark://), a cluster/region identifier(us), a resource type(ORGANIZATION) and the UUID(ORGANIZATION UUID) of the specific item/instance you are accessing.
In the case of the Organization ID's the cluster/routing identifier is always (us) however this could always change in the future. For now you could reconstruct this URI before base64 encoding it for use in the API's.
ciscospark://us/ORGANIZATION/{ORGANIZATION UUID HERE}
Otherwise if this is an Organization Administrator you can list the organizations you manage using the Organizations API's List Organizations request or as a user you can get your own Organization ID using the People API's Get My Own Details request.
04-30-2025 11:14 AM
Hello,
Most identifiers in the Webex API are a base64 encoded URI value composed of the scheme (ciscospark://), a cluster/region identifier(us), a resource type(ORGANIZATION) and the UUID(ORGANIZATION UUID) of the specific item/instance you are accessing.
In the case of the Organization ID's the cluster/routing identifier is always (us) however this could always change in the future. For now you could reconstruct this URI before base64 encoding it for use in the API's.
ciscospark://us/ORGANIZATION/{ORGANIZATION UUID HERE}
Otherwise if this is an Organization Administrator you can list the organizations you manage using the Organizations API's List Organizations request or as a user you can get your own Organization ID using the People API's Get My Own Details request.
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