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
  • 1425 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 ...