Re: [cisco-voip] Changing CUC UM Account with API?

2017-10-06 Thread Anthony Holloway
If you want to feel crushed again, you can challenge yourself to the UCCX Admin API. That documentation is worse than the CUC documentation. ;) On Fri, Oct 6, 2017 at 2:33 PM Nick Barnett wrote: > I just wanted to send a quick update and another THANK YOU, this worked > perfectly for adding of

Re: [cisco-voip] Changing CUC UM Account with API?

2017-10-06 Thread Lelio Fulgenzi
...@puck.nether.net] On Behalf Of Nick Barnett Sent: Friday, October 06, 2017 3:33 PM To: Nathan Reeves Cc: Cisco VoIP Group Subject: Re: [cisco-voip] Changing CUC UM Account with API? I just wanted to send a quick update and another THANK YOU, this worked perfectly for adding office 365 accounts! Thanks so much

Re: [cisco-voip] Changing CUC UM Account with API?

2017-10-06 Thread Nick Barnett
I just wanted to send a quick update and another THANK YOU, this worked perfectly for adding office 365 accounts! Thanks so much. I only ran into one real issue, which I'll know more about next time... apparently, one of my POST requests actually worked and then added the UM account to the CUC user

Re: [cisco-voip] Changing CUC UM Account with API?

2017-10-03 Thread Nick Barnett
Anthony, that's what I experienced too, just an endless loop of not being able to find what I was looking for. Nathan, you have WAY more patience than I do right now. Thank you! On Sun, Oct 1, 2017 at 1:35 PM, Anthony Holloway < avholloway+cisco-v...@gmail.com> wrote: > Oh man, you just solved my

Re: [cisco-voip] Changing CUC UM Account with API?

2017-10-01 Thread Anthony Holloway
Oh man, you just solved my major problem with Postman desktop app. I was getting the domain not allowed error, and just quit after that. I have not experienced that before, but now I know. Thanks! On Sun, Oct 1, 2017 at 12:25 AM Nathan Reeves wrote: > Taken a quick look and yeah, Anthony is co

Re: [cisco-voip] Changing CUC UM Account with API?

2017-09-30 Thread Nathan Reeves
Taken a quick look and yeah, Anthony is correct in regards to the use of DELETE. *To Delete the existing UM Service account:* - A GET to https:///vmrest/users/ will dump the users on the Connection Server. - For each user you'll find an objectId listed. A GET to https:///vmrest/users//externalserv

Re: [cisco-voip] Changing CUC UM Account with API?

2017-09-28 Thread Nathan Reeves
While people are possibly playing around with the CUC Provisioning API, let me know if you ever get the import of CUCM Local users to CUC working correctly. The last rollout I did I was trying to pull in local users but the api just didn't work. Had to use LDAP imports instead. Never looked too

Re: [cisco-voip] Changing CUC UM Account with API?

2017-09-28 Thread Anthony Holloway
Wow, the documentation for the CUC API has gone to shit. There's literally a link on the developer.cisco.com site that sends you to a wiki site, which itself then sends you to developer.cisco.com. Nice. Anyway, I tried to look into this quick for you, but I got stuck with the documentation on PO

[cisco-voip] Changing CUC UM Account with API?

2017-09-27 Thread Nick Barnett
I can handle most things in CUCM with SOAP, but I always get confused when trying to use VMREST in CUC. I cannot find a way to add and remove a UM account via automation. We're stuck using a CSV and it's really putting a cramp in our migration to Exchange Online. The particular change I'm needing