Webex for Developers

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Welcome to the Community!
The Community is a hub for connecting with your peers and Cisco specialists to ask for help, share your expertise, build your network, and grow professionally.
New Here? Click here to learn more and get started.

“WebexOne

 

Forum Posts

Hello our developer community members!             As you know we have created a lot of webinars that cover variety of topics related to several products. Here is a link (https://developer.webex.com/webinars) to past webinars' recordings.  Interested...

oelrafei by Cisco Employee
  • 405 Views
  • 3 replies
  • 2 Helpful votes

We're thrilled to announce that the Webex for Developers Community forum has expanded to include dedicated topics for Webex Contact Center APIs and integrations! We encourage all Webex Contact Center developers to utilize this forum to engage in disc...

philbell by Cisco Employee
  • 548 Views
  • 1 replies
  • 3 Helpful votes

Webinar: Unleashing the Power of Multistream: Expert Techniques & Insights Join us on Wednesday, October 9th at 10am PDT, and discover the full potential of multistream in Webex Meetings SDK in this in-depth webinar. Whether you're new to the platfor...

kaabadi by Cisco Employee
  • 8 Views
  • 0 replies
  • 0 Helpful votes

Hi Team,I have User where I am performing GET USER operation.Using SCIM2.0 get user API, I could not find Role values in response.But If I I do same GET USER operation using People Get person API then role values can be seen in response.Why there is ...

Using PUT https://webexapis.com/v1/people/{id}  I cannot remove the user's phone number and set it to null.When I have the following in the body:{     "phoneNumbers": [ {     "type": "work",       "value": "none" }]} The response comes back with the ...