Webex for Developers

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Forum Posts

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
  • 1338 Views
  • 1 replies
  • 3 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 ...

HelloI'm trying to create an application that calls a user and plays a message letting them know they have been assigned a task. I have been exploring the rest api and played with the /v1/telephony/calls/dial api but I see that there are different ki...