Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Are CLI templates meant to be used as part of compliance reporting? Any time that I have a template with variables, it tags the switch as non-compliant since it sees the correct line of code in the config that was provisioned via Catalyst Center, but...
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 ...
I currently have a Python function that will grab an endpoint's last wireless connection using Prime's API. In preparation for our wireless controller moving away from Prime, I'm trying to do the same thing using DNA Center's API. The issue I'm runni...
@sandibanI was finally able to get the SCIM Users API to work. Once again though, without removing the license, phone numbers aren't removed from the user. If I do another GET call, the phone numbers aren't there, but if I look in the GUI the user st...
Unfortunately I'm getting a 403 error any time I try to use the SCIM 2 Users APIs. I use OAuth with the identity:people_rw scope and my user account is a full site administrator. I even added the specific User Administrator ID to my roles through the...
Thank you @sandiban.This solution worked, but only for users without Webex Calling - Professional licenses. For users with the Professional license their number and extension remained unchanged. The only workaround using the API that I've been able t...